Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Splint3r7/GemScanner

GemScanner identifies depreciated versions of gems in your ruby on rails project ( Gemfile.lock ) and notifies about their latest version.
https://github.com/Splint3r7/GemScanner

Last synced: 25 days ago
JSON representation

GemScanner identifies depreciated versions of gems in your ruby on rails project ( Gemfile.lock ) and notifies about their latest version.

Awesome Lists containing this project

README

        

# GemScanner

GemScanner identifies depreciated versions of gems in your ruby on rails project ( Gemfile.lock ) and notifies about their latest version.

## Requirements

```
▶ requests
▶ os
▶ sys
▶ corlorama
▶ argparse
```

## Usage

Basic usage:

```
▶ python3 GemScanner.py --file /path/to/Gemfile.lock --output results.txt

```

Options:

```
▶ usage: GemScanner.py [-h] -f FILE -o OUTPUT

Script to find depreciated versions in Gemfile.lock

optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE Path to Gemfile.lock
-o OUTPUT, --output OUTPUT
Output file

```

## Demo

[![asciicast](https://asciinema.org/a/jJYO1WP2ctszJWGVdb6MYWIJJ.svg)](https://asciinema.org/a/jJYO1WP2ctszJWGVdb6MYWIJJ)

## TODO

- Add HTML Template Reporting
- Add threading Support