Failing rspec prerelease install
~% gem install rspec --pre
ERROR: While executing gem ... (NoMethodError)
undefined method `call' for nil:NilClass
~% gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.4.2
- RUBY VERSION: 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux]
- INSTALLATION DIRECTORY: /home/od/.rvm/gems/ree-1.8.7-2011.03
- RUBY EXECUTABLE: /home/od/.rvm/rubies/ree-1.8.7-2011.03/bin/ruby
- EXECUTABLE DIRECTORY: /home/od/.rvm/gems/ree-1.8.7-2011.03/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-linux
- GEM PATHS:
- /home/od/.rvm/gems/ree-1.8.7-2011.03
- /home/od/.rvm/gems/ree-1.8.7-2011.03@global
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- "gem" => "--no-ri --no-rdoc"
- "gemcutter_key" => "********************************"
- :sources => ["http://rubygems.org"]
- REMOTE SOURCES:
- http://rubygems.org
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Oleg Dashevskii on 01 May, 2011 07:14 AM
Originally posted here: https://github.com/carlhuda/bundler/issues/1141
3 Posted by Indirect on 01 May, 2011 07:28 AM
I tracked this down to an issue with the Rspec 2.6.0.rc2 gemspec. Rubygems 1.3.7 simply can't handle the lines that look like this:
When it tries to parse that gemspec, Rubygems 1.3.7 just explodes.
Support Staff 4 Posted by Nick Quaranto on 08 May, 2011 07:39 PM
I think this is fixed in a latest version of the rspec betas...if not please open this back up!
Nick Quaranto closed this discussion on 08 May, 2011 07:39 PM.