Skip to content

Commit

Permalink
bump to a8
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 22, 2010
1 parent c15aee1 commit 31ab048
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.0.a7
2.0.0.a8
22 changes: 11 additions & 11 deletions rspec-core.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{rspec-core}
s.version = "2.0.0.a7"
s.version = "2.0.0.a8"

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-02-21}
s.date = %q{2010-02-22}
s.default_executable = %q{rspec}
s.description = %q{Rspec runner and example group classes}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
Expand Down Expand Up @@ -174,9 +174,9 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/rspec/core}
s.post_install_message = %q{**************************************************
Thank you for installing rspec-core-2.0.0.a7
Thank you for installing rspec-core-2.0.0.a8
The 'a' in 2.0.0.a7 means this is alpha software.
The 'a' in 2.0.0.a8 means this is alpha software.
If you are looking for a supported production release,
please "gem install rspec" (without --pre).
Expand All @@ -186,7 +186,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = %q{rspec}
s.rubygems_version = %q{1.3.6}
s.summary = %q{rspec-core-2.0.0.a7}
s.summary = %q{rspec-core-2.0.0.a8}
s.test_files = [
"spec/rspec/core/command_line_options_spec.rb",
"spec/rspec/core/configuration_spec.rb",
Expand Down Expand Up @@ -219,17 +219,17 @@ Gem::Specification.new do |s|
s.specification_version = 3

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

0 comments on commit 31ab048

Please sign in to comment.