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.
- Host: GitHub
- URL: https://github.com/josemarluedke/rubygems-chrome-extension
- Owner: josemarluedke
- Created: 2013-01-16T20:27:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-21T16:38:26.000Z (over 12 years ago)
- Last Synced: 2025-03-28T20:15:33.396Z (7 months ago)
- Language: CoffeeScript
- Homepage: http://josemarluedke.github.com/RubyGems-chrome-extension/
- Size: 632 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)