Skip to content

Commit

Permalink
changed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vovka committed Nov 11, 2010
1 parent bec5eb4 commit 3e18e67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cramp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Gem::Specification.new do |s|
s.email = '[email protected]'
s.homepage = 'http://m.onkey.org'

s.add_dependency('activesupport', '>= 3.0.0')
s.add_dependency('rack', '>= 1.1.0')
s.add_dependency('eventmachine', '~> 0.12.10')
s.add_dependency('activesupport')
s.add_dependency('rack')
s.add_dependency('eventmachine')

s.files = Dir['README', 'MIT-LICENSE', 'lib/**/*']
s.has_rdoc = false
Expand Down

0 comments on commit 3e18e67

Please sign in to comment.