Skip to content

Instantly share code, notes, and snippets.

Created August 3, 2012 14:34
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 anonymous/3248175 to your computer and use it in GitHub Desktop.
Save anonymous/3248175 to your computer and use it in GitHub Desktop.
Using /Users/jmettraux/.rvm/gems/ruby-1.9.3-p194
233219 メ ~/tmp/rk 秋 bundle install
Fetching git://github.com/jmettraux/ruote.git
remote: Counting objects: 25744, done.
remote: Compressing objects: 100% (6494/6494), done.
remote: Total 25744 (delta 19218), reused 25632 (delta 19122)
Receiving objects: 100% (25744/25744), 4.47 MiB | 812 KiB/s, done.
Resolving deltas: 100% (19218/19218), done.
Fetching git://github.com/kennethkalmer/ruote-kit.git
remote: Counting objects: 3607, done.
remote: Compressing objects: 100% (1219/1219), done.
remote: Total 3607 (delta 2323), reused 3550 (delta 2275)
Receiving objects: 100% (3607/3607), 545.86 KiB | 281 KiB/s, done.
Resolving deltas: 100% (2323/2323), done.
Fetching gem metadata from http://rubygems.org/.......
Installing blankslate (2.1.2.4)
Installing tins (0.4.3)
Installing file-tail (1.0.10)
Installing haml (3.1.5)
Installing parslet (1.4.0)
Installing rack (1.4.1)
Installing rack-protection (1.2.0)
Installing sexp_processor (3.2.0)
Installing ruby_parser (2.3.1)
Installing ruby2ruby (1.3.1)
Installing rufus-json (1.0.2)
Installing rufus-cloche (1.0.2)
Installing rufus-dollar (1.0.4)
Installing rufus-mnemo (1.2.3)
Installing tzinfo (0.3.33)
Installing rufus-scheduler (2.0.17)
Installing rufus-treechecker (1.0.8)
Installing sourcify (0.5.0)
Using ruote (2.3.0) from git://github.com/jmettraux/ruote.git (at master)
Installing tilt (1.3.3)
Installing sinatra (1.3.2)
Installing sinatra-respond_to (0.8.0)
Using ruote-kit (2.3.0) from git://github.com/kennethkalmer/ruote-kit.git (at master)
Using bundler (1.1.5)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
233302 メ ~/tmp/rk 秋 cat Gemfile
source :rubygems
gem 'ruote', :git => 'git://github.com/jmettraux/ruote.git'
gem 'ruote-kit', :git => 'git://github.com/kennethkalmer/ruote-kit.git'
233321 メ ~/tmp/rk 秋
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment