Skip to content

Commit

Permalink
gem depends on mongrel, rspec, and now session
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Mar 7, 2008
1 parent a808c4b commit f2117d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -45,6 +45,10 @@ spec = Gem::Specification.new do |s|
s.executables = [ "rush", "rushd" ]
s.rubyforge_project = "ruby-shell"

s.add_dependency 'mongrel'
s.add_dependency 'rspec'
s.add_dependency 'session'

s.platform = Gem::Platform::RUBY
s.has_rdoc = true

Expand Down

0 comments on commit f2117d0

Please sign in to comment.