Skip to content

Instantly share code, notes, and snippets.

@JoshMcKin
Created May 20, 2011 20:47
Show Gist options
  • Save JoshMcKin/983763 to your computer and use it in GitHub Desktop.
Save JoshMcKin/983763 to your computer and use it in GitHub Desktop.
Rake 0.9.0 Gem build fail
rake aborted!
undefined method `desc' for #<Bundler::GemHelper:0x00000101d83ab8>
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.10/lib/bundler/gem_helper.rb:24:in `install'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.10/lib/bundler/gem_helper.rb:9:in `install_tasks'
/Users/joshmckin/Ventanex/vtx_operations/Rakefile:21:in `<top (required)>'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.0/lib/rake/rake_module.rb:25:in `load'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.0/lib/rake/rake_module.rb:25:in `load_rakefile'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.0/lib/rake/application.rb:495:in `raw_load_rakefile'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.0/lib/rake/application.rb:78:in `block in load_rakefile'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.0/lib/rake/application.rb:129:in `standard_exception_handling'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.0/lib/rake/application.rb:77:in `load_rakefile'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.0/lib/rake/application.rb:61:in `block in run'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.0/lib/rake/application.rb:129:in `standard_exception_handling'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.0/lib/rake/application.rb:59:in `run'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.0/bin/rake:31:in `<top (required)>'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/bin/rake:19:in `load'
/Users/joshmckin/.rvm/gems/ruby-1.9.2-p0/bin/rake:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment