Skip to content

Instantly share code, notes, and snippets.

@krsmurata
Created October 19, 2012 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krsmurata/3915681 to your computer and use it in GitHub Desktop.
Save krsmurata/3915681 to your computer and use it in GitHub Desktop.
Bundler-API test
210507 ~/dev
~> mkdir test
210509 ~/dev
~> cd test/
210512 ~/dev/test
~> vim Gemfile
210517 ~/dev/test
~> bundle
Fetching gem metadata from http://bundler-api.herokuapp.com/.........
Fetching gem metadata from http://bundler-api.herokuapp.com/..
Using rake (0.9.2.2)
Using i18n (0.6.1)
Using multi_json (1.3.6)
Using activesupport (3.2.8)
Installing builder (3.0.4)
Using activemodel (3.2.8)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.1)
Using rack-cache (1.2)
Using rack-test (0.6.2)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.1.3)
Using actionpack (3.2.8)
Using mime-types (1.19)
Using polyglot (0.3.3)
Installing treetop (1.4.11)
Using mail (2.4.4)
Using actionmailer (3.2.8)
Using arel (3.0.2)
Using tzinfo (0.3.33)
Using activerecord (3.2.8)
Using activeresource (3.2.8)
Using bundler (1.2.0.rc.2)
Using eventmachine (1.0.0)
Using multipart-post (1.1.5)
Installing faraday (0.8.4)
Installing faraday_middleware (0.8.8)
Using hashie (1.2.0)
Installing http_parser.rb (0.5.3) with native extensions
Using json (1.7.5)
Using rack-ssl (1.3.2)
Using rdoc (3.12)
Using thor (0.16.0)
Using railties (3.2.8)
Using rails (3.2.8)
Installing simple_oauth (0.1.9)
Installing twitter-stream (0.1.16)
Installing tinder (1.9.1)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment