README.md in bundler-alive-0.1.2 vs README.md in bundler-alive-0.1.3

- old
+ new

@@ -1,9 +1,11 @@ # bundler-alive -![bundler-alive](https://github.com/kyoshidajp/bundler-alive/actions/workflows/ci.yml/badge.svg) [![Gem Version](https://badge.fury.io/rb/bundler-alive.svg)](https://badge.fury.io/rb/bundler-alive) +![bundler-alive](https://github.com/kyoshidajp/bundler-alive/actions/workflows/ci.yml/badge.svg) +[![Maintainability](https://api.codeclimate.com/v1/badges/a79d53257bc5e93842f6/maintainability)](https://codeclimate.com/github/kyoshidajp/bundler-alive/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/a79d53257bc5e93842f6/test_coverage)](https://codeclimate.com/github/kyoshidajp/bundler-alive/test_coverage) `bunder-alive` checks if gems in a RubyGem's `Gemfile.lock` are active. Currently only github.com is supported as a source code repository. If the source code repository is archived, then reports as not alive. @@ -15,23 +17,30 @@ ## Usage ``` $ bundle-alive +6 gems are in Gemfile.lock +..W.... +Get all source code repository URLs of gems are done! +..... Name: journey URL: http://github.com/rails/journey Status: false +Gem: bundle-alive is not found in RubyGems.org. + +Total: 6 (Dead: 1, Alive: 4, Unknown: 1) Not alive gems are found! ``` Default `Gemfile.lock` location is in your current directory. You can specify it. ``` $ bundle-alive -G /path/to/Gemfile.lock ``` -In most cases, the following error is output. +In some cases, the following error is output. ``` Too many requested! Retry later. ```