https://github.com/buren/gemrot
Find out of date gems
https://github.com/buren/gemrot
Last synced: 3 months ago
JSON representation
Find out of date gems
- Host: GitHub
- URL: https://github.com/buren/gemrot
- Owner: buren
- License: mit
- Created: 2015-08-04T14:00:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T09:49:38.000Z (over 3 years ago)
- Last Synced: 2025-01-20T04:19:14.079Z (4 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Gemrot
Lists all gems that aren't up to date with the latest version on RubyGems.org.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'gemrot'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install gemrot
## Usage
```
gemrot
```## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/buren/gemrot. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).