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

https://github.com/josemarluedke/rubygems-chrome-extension

RubyGems is a Chrome Extension for you easily search gems in RubyGems.org.
https://github.com/josemarluedke/rubygems-chrome-extension

Last synced: 6 months ago
JSON representation

RubyGems is a Chrome Extension for you easily search gems in RubyGems.org.

Awesome Lists containing this project

README

          

# RubyGems Chrome Extension

A simple way to see details or search for gems in [RubyGems.org](http://rubygems.org).

Ruby developers, always want to use the latest version of gems. So, they go to [RubyGems.org](http://rubygems.org) to see if there are a new gem version available to use. This extension provides a better/faster way to do this.

You can type in the url "gem rails" to go to [https://rubygems.org/gems/rails](https://rubygems.org/gems/rails) to see details about the gem. If the gem name doesn't exist, you'll go to the search page.

We also have a "popup" to type the search and go to gem details. When the search doesn't have an exactly match, you'll see a search preview on popup.

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Credits

- Josemar Davi Luedke [josemarluedke.com](http://josemarluedke.com)