> > > Nice, will have a look too. > >> What's the error about the specifications? > > $ rake gems > (in /home/kenneth/work/tmp/rails-broken-gems-example) > - [I] settingslogic > rake aborted! > You have a nil object when you didn't expect it! > The error occurred while evaluating nil.dependencies > > vendor/rails/railties/lib/rails/gem_dependency.rb:77:in `dependencies' > > all_dependencies = specification.dependencies.map do |dependency| > GemDependency.new(dependency.name, :requirement => > dependency.version_requirements) > end >
Oops - this bit actually *is* a bug. It's a short patch; I'll put it up on Lighthouse tonight with a test case. --Matt Jones --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
