Closed Nevynxxx closed 13 years ago
I don't know about you, but the problem for me was that I was using a modified version of the 'git' gem (I had the path to it in my RUBYLIB) and it had a different api for one of the methods called on this line: self.files = (repo.ls_files(base_dir).keys - repo.lib.ignored_files).map do |file|
Looks like your error was on the same line...
wrong number of arguments (1 for 0) /var/lib/gems/1.9.1/gems/jeweler-1.4.0/lib/jeweler/specification.rb:53:in `block in set_jeweler_defaults'
I think the code in this area has changed since you originally reported this.
If you feel inclined, give the 'master' branch a shot.
I'm hoping this will be good in 1.5.0, which I'm ramping up for.
I'll close out when it goes final, but please re-open if you still see a problem!
1.5.0 release, closing!
Including the line Jeweler::GemcutterTasks.new, in the rake task causes Rake to fail with:
rake aborted! wrong number of arguments (1 for 0)
Commenting this line out, but leaving the rest works as intended.
With trace the error is:
Versions: