Gemrat - Add the latest version of a gem to your Gemfile from the command line
$ gemrat sinatra #=> gem 'sinatra', '1.4.3' added to your Gemfile. #=> Bundling... $ gemrat rspec #=> gem 'rspec', '2.13.0' added to your Gemfile. #=> Bundling...
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
$ gemrat sinatra #=> gem 'sinatra', '1.4.3' added to your Gemfile. #=> Bundling... $ gemrat rspec #=> gem 'rspec', '2.13.0' added to your Gemfile. #=> Bundling...
Post a comment