Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created February 1, 2013 21:09
Show Gist options
  • Save benlieb/4694163 to your computer and use it in GitHub Desktop.
Save benlieb/4694163 to your computer and use it in GitHub Desktop.
benlieb@bens 04:07 PM ~/my_life/sites/HostMonster/public_html/pixelearth.net >
$ ruby -e "puts Gem::Specification.all.map(&:name).join(' ')"
NOTE: Specification.all called from -e:1:in `<main>'
actionmailer actionpack activemodel activerecord activeresource activesupport arel awesome_print bourbon builder bundler bundler coffee-rails coffee-script coffee-script-source erubis execjs factory_girl factory_girl_rails haml haml-rails has_scope hike i18n inherited_resources journey jquery-rails json mail mime-types multi_json mysql2 polyglot rack rack-cache rack-ssl rack-test rails railties rake rdoc redgreen responders rvm sass sass-rails simple_form sprockets thor tilt treetop tzinfo uglifier useragent
benlieb@bens 04:09 PM ~/my_life/sites/HostMonster/public_html/pixelearth.net >
$ rvm @global do gem install rubygems-bundler
Fetching: rubygems-bundler-1.1.0.gem (100%)
Successfully installed rubygems-bundler-1.1.0
1 gem installed
benlieb@bens 04:09 PM ~/my_life/sites/HostMonster/public_html/pixelearth.net >
$ ruby -e "puts Gem::Specification.all.map(&:name).join(' ')"
NOTE: Specification.all called from -e:1:in `<main>'
actionmailer actionpack activemodel activerecord activeresource activesupport arel awesome_print bourbon builder bundler bundler coffee-rails coffee-script coffee-script-source erubis execjs factory_girl factory_girl_rails haml haml-rails has_scope hike i18n inherited_resources journey jquery-rails json mail mime-types multi_json mysql2 polyglot rack rack-cache rack-ssl rack-test rails railties rake rdoc redgreen responders rubygems-bundler rvm sass sass-rails simple_form sprockets thor tilt treetop tzinfo uglifier useragent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment