[size=150]Gem Browser
[/size]
For Ruby on Rails Developers and others using Bundler.
https://dl.dropbox.com/u/1252099/semi-permanent/gembrowser.png
Description
This plugin takes the hassle off when trying to read the code of gems you are using in a Rails (or ruby with bundler) project. Gem Browser provides a simple command called ‘List Gems’, which will list all the gems that have been installed via bundle for the project folder (via the bundle list command), and will open any gem that you choose in a new window with the code ready for inspection and EVEN modification in real time (via the bundle show command and a call to the sublime text 2 command line utility)
Gem Browser has been tested in OS X with RVM, Linux with rbenv and Windows with RubyInstaller.
You can install it via the Package Control and get the code from https://github.com/NaN1488/sublime-gem-browser
Contact us via twitter @bbonamin or @nan1488
Known bugs
Doesn’t work with projects that use rvm gemsets (yet)
Updates
Version 0.1-alpha (initial version)