Skip to content

Commit

Permalink
Add some development dependencies (needed for running the specs)
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Sep 7, 2009
1 parent a8d0ceb commit b7ea268
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -25,7 +25,9 @@ Most Ruby web frameworks and testing frameworks are supported.
s.add_dependency "nokogiri", ">= 1.2.0"
s.add_dependency "rack", ">= 1.0"

# TODO: Add development dependencies
s.add_development_dependency "rails", ">= 2.3"
s.add_development_dependency "merb-core", ">= 1.0"
s.add_development_dependency "launchy"
end

Jeweler::RubyforgeTasks.new
Expand Down

0 comments on commit b7ea268

Please sign in to comment.