- Notifications
You must be signed in to change notification settings - Fork0
A Sublime Text 3 plugin for easily adding gems to your Gemfile.
License
NotificationsYou must be signed in to change notification settings
parachute-io/gemma
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Sublime Text 3 plugin for easily adding gems to your Gemfile. (Might also work with Sublime Text 2, but no guarantees, alright?)
Tired of searching RubyGems and then copy-pasting the Gemfile entry to your project? Rejoice, for your days of misspelled gems lacking version constraints are over!
Installation viaPackage Control is recommended.
- Open your
Gemfile
and, on a new line, type the name of the gem you want to add - Hit
Cmd+Shift+P
to bring up the command palette, and start typingGemma
until the Gemma command is highlighted, then hit enter to run it - Gemma will display all the RubyGems matches, along with their latest stable versions. Select the one you want and hit enter.
BOOM! You just went fromjquery_rails
togem 'jquery-rails', '~> 4.1.0'
in 3 seconds flat.
This is literally the first and only thing I've ever written in Python. Please feel welcome to fork & open a Pull Request with any improvements!
About
A Sublime Text 3 plugin for easily adding gems to your Gemfile.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published