Closed rykov closed 13 years ago
The issue here is that prior to 1.9 you can only have a *param as the last parameter of the object. I should be able to make a quick fix for this.
Would the calling line still cause problems? This one here:
- app = self.new(*projects, opts)
+ app = self.new(*(projects + [opts]))
Good catch. Thanks.
The README suggests using Ruby 1.8.6+, but the 1.7.1.beta seems to throw the following error in Ruby 1.8.7 on OSX
Everything works fine in Ruby 1.9.2