Skip to content

Instantly share code, notes, and snippets.

@nertzy
Created October 18, 2010 13:43
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 nertzy/632237 to your computer and use it in GitHub Desktop.
Save nertzy/632237 to your computer and use it in GitHub Desktop.
gem "texticle", :git => "http://github.com/tenderlove/texticle.git"
$ bundle install
Fetching http://github.com/tenderlove/texticle.git
remote: Counting objects: 319, done.
remote: Compressing objects: 100% (310/310), done.
remote: Total 319 (delta 157), reused 0 (delta 0)
Receiving objects: 100% (319/319), 36.16 KiB, done.
Resolving deltas: 100% (157/157), done.
Using texticle (1.0.4.20101015113653) from http://github.com/tenderlove/texticle.git (at master) /Users/pivotal/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/security.rb:759:in `read': No such file or directory - /home/miked/.gem/gem-private_key.pem (Errno::ENOENT)
from /Users/pivotal/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/security.rb:759:in `initialize'
from /Users/pivotal/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/builder.rb:64:in `new'
from /Users/pivotal/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/builder.rb:64:in `sign'
from /Users/pivotal/.rvm/rubies/ree-1.8.7-2010.02/lib/ruby/site_ruby/1.8/rubygems/builder.rb:37:in `build'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/source.rb:433:in `generate_bin'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/source.rb:433:in `chdir'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/source.rb:433:in `generate_bin'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/source.rb:538:in `install'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/installer.rb:55:in `run'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/spec_set.rb:12:in `each'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/spec_set.rb:12:in `each'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/installer.rb:44:in `run'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/installer.rb:8:in `install'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/cli.rb:217:in `install'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/vendor/thor/task.rb:22:in `send'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/vendor/thor/task.rb:22:in `run'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/vendor/thor.rb:246:in `dispatch'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/lib/bundler/vendor/thor/base.rb:389:in `start'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/gems/bundler-1.0.0/bin/bundle:13
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/bin/bundle:19:in `load'
from /Users/pivotal/.rvm/gems/ree-1.8.7-2010.02/bin/bundle:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment