wycats / bundler

408 stars 30 forks source link

gem "cucumber-rails", ">= 0.3.2" is failing #193

Open neerajsingh0101 opened 14 years ago

neerajsingh0101 commented 14 years ago

My friend is not able to reproduce it on mac but I can on mac.

I am using ree and rails edge and bundler rc4.

I am using rvm. I tried installing cucumber-rails and that worked fine. gem list cucumber

* LOCAL GEMS *

cucumber (0.8.5) cucumber-rails (0.3.2)

Does not seem like bundler issue but I am stuck. It may be that someone else might have same issue. Will update this ticket if it gets resolved.

This is the error message I get

/Users/nsingh/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:111:in initialize': No metadata found! (Gem::Package::FormatError) from /Users/nsingh/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:17:innew' from /Users/nsingh/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:17:in open' from /Users/nsingh/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/package.rb:55:inopen' from /Users/nsingh/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/format.rb:63:in from_io' from /Users/nsingh/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/format.rb:51:infrom_file_by_path' from /Users/nsingh/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/1.8/open-uri.rb:32:in open_uri_original_open' from /Users/nsingh/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/1.8/open-uri.rb:32:inopen' from /Users/nsingh/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/format.rb:50:in from_file_by_path' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/source.rb:191:incached_specs' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/source.rb:189:in each' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/source.rb:189:incached_specs' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/source.rb:188:in each' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/source.rb:188:incached_specs' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/source.rb:150:in fetch_specs' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/index.rb:7:inbuild' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/source.rb:148:in fetch_specs' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/source.rb:70:inspecs' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/definition.rb:161:in index' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/definition.rb:160:ineach' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/definition.rb:160:in index' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/index.rb:7:inbuild' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/definition.rb:159:in index' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/definition.rb:153:inresolve' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/definition.rb:93:in specs' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/definition.rb:88:inresolve_remotely!' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/installer.rb:35:in run' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/installer.rb:8:ininstall' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/cli.rb:183:in install' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor/task.rb:22:insend' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor/task.rb:22:in run' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor/invocation.rb:118:ininvoke_task' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor.rb:246:in dispatch' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/lib/bundler/vendor/thor/base.rb:389:instart' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/gems/bundler-1.0.0.rc.4/bin/bundle:13 from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/bin/bundle:19:in `load' from /Users/nsingh/.rvm/gems/ree-1.8.7-2010.01/bin/bundle:19