Skip to content

Commit

Permalink
Loosen dependency on eventmachine
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasfed committed May 17, 2012
1 parent c2d2325 commit 1de3cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rspec-cramp.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'rspec-cramp'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'RSpec helpers for Cramp.'
s.description = 'RSpec extension library for Cramp.'

Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |s|

s.add_dependency('cramp', '~> 0.15')
s.add_dependency('rack', '~> 1.3')
s.add_dependency('eventmachine', '~> 1.0.0.beta.3')
s.add_dependency('eventmachine', '>= 1.0.0.beta.3')
s.add_dependency('http_router', '~> 0.10')
s.add_dependency('rspec', '~> 2.6')
s.files = Dir['README.md', 'MIT-LICENSE', 'lib/**/*', 'spec/**/*']
Expand Down

0 comments on commit 1de3cba

Please sign in to comment.