Hi, The gemspec in trunk has
spec.add_dependency 'rubyforge', '1.0.3' spec.add_dependency 'hoe', '~>2.0'Today, hoe ~>2.0 resolves to hoe 2.3.3. Hoe 2.3.3 has a dependency on rubyforge >= 1.0.4. Possible fixes:
- use hoe '~>2.2.0' or '~>2.1.0'AFAICT, the hoe dependency in buildr is via rspec which requires >= 2.1.0.
- use rubyforge '=1.0.4' - use rubyforge '~>1.0.0'I'm doing the third one for the moment, but I don't have a preference/ recommendation other than that.
Rhett
