Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jun 6, 2010
1 parent 8a5486a commit d65e07b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rspec-core.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Chad Humphries", "David Chelimsky"]
s.date = %q{2010-06-04}
s.date = %q{2010-06-05}
s.description = %q{RSpec runner and example group classes}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
s.executables = ["rspec", "spec"]
Expand All @@ -24,7 +24,6 @@ Gem::Specification.new do |s|
"License.txt",
"README.markdown",
"Rakefile",
"TODO.markdown",
"Upgrade.markdown",
"VERSION",
"autotest/discover.rb",
Expand Down Expand Up @@ -142,7 +141,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{rspec}
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.3.6}
s.summary = %q{rspec-core-2.0.0.beta.10}
s.test_files = [
"spec/autotest/failed_results_re_spec.rb",
Expand Down Expand Up @@ -182,7 +181,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec-expectations>, [">= 2.0.0.beta.10"])
s.add_development_dependency(%q<rspec-mocks>, [">= 2.0.0.beta.10"])
s.add_development_dependency(%q<cucumber>, [">= 0.5.3"])
Expand Down

0 comments on commit d65e07b

Please sign in to comment.