Bot wrapper for the RubyGems.org API
If you want to support me in server costs, consider buying me a coffee! Thanks!
- Ruby on Rails — Our back end API is a Rails app. It responds to requests RESTfully in JSON.
- Redis — We use Redis as a cache and for transient data.
- Gems — Ruby wrapper for the RubyGems.org API https://rubygems.org
Plus lots of Ruby Gems, a complete list of which is at /master/Gemfile.
GemsBot app is released under the MIT License.
- Fork it ( https://github.com/[my-github-username]/gemsbot/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request