Skip to content

Commit

Permalink
Require jruby-rack 1.0.0 or greater from here on
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed May 14, 2010
1 parent cafdaff commit a63c880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -33,7 +33,7 @@ begin
p.summary = "Warbler chirpily constructs .war files of your Rails applications."
p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
p.description = p.paragraphs_of('README.txt', 1...2).join("\n\n")
p.extra_deps += [['rake', '>= 0.8.7'], ['jruby-jars', '>= 1.4.0'], ['jruby-rack', '>= 0.9.8'], ['rubyzip', '>= 0.9.4']]
p.extra_deps += [['rake', '>= 0.8.7'], ['jruby-jars', '>= 1.4.0'], ['jruby-rack', '>= 1.0.0'], ['rubyzip', '>= 0.9.4']]
p.clean_globs += ['spec/sample/MANIFEST*', 'spec/sample/web.xml*']
end
hoe.spec.files = MANIFEST
Expand Down

0 comments on commit a63c880

Please sign in to comment.