Skip to content

Commit

Permalink
Updated ref to RSpec so it requires > 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suranyami committed Dec 11, 2011
1 parent 8f7358a commit 1944f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions em-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = EventMachine::Spec::VERSION
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aman Gupta", "Julien Ammous"]
s.summary = "Simple BDD API for testing asynchronous Ruby/EventMachine code"
s.summary = "BDD for Ruby/EventMachine"
s.description = "Simple BDD API for testing asynchronous Ruby/EventMachine code"
s.email = %q{[email protected]}
s.extra_rdoc_files = ['README.rdoc']
Expand All @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = 'em-spec'

# dependencies
s.add_dependency 'rspec', '~> 2.6.0'
s.add_dependency 'rspec', '> 2.6.0'
s.add_dependency 'bacon'
s.add_dependency 'test-unit'
s.add_dependency 'eventmachine'
Expand Down

0 comments on commit 1944f6a

Please sign in to comment.