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 bd16a69 commit ade9ca9
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-expectations.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rspec-expectations} s.name = %q{rspec-expectations}
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.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["David Chelimsky", "Chad Humphries"] s.authors = ["David Chelimsky", "Chad Humphries"]
s.date = %q{2010-02-21} s.date = %q{2010-02-22}
s.description = %q{rspec expectations (should[_not] and matchers)} s.description = %q{rspec expectations (should[_not] and matchers)}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com} s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down Expand Up @@ -101,9 +101,9 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/rspec/expectations} s.homepage = %q{http://github.com/rspec/expectations}
s.post_install_message = %q{************************************************** s.post_install_message = %q{**************************************************
Thank you for installing rspec-expectations-2.0.0.a7 Thank you for installing rspec-expectations-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, If you are looking for a supported production release,
please "gem install rspec" (without --pre). please "gem install rspec" (without --pre).
Expand All @@ -113,7 +113,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubyforge_project = %q{rspec} s.rubyforge_project = %q{rspec}
s.rubygems_version = %q{1.3.6} s.rubygems_version = %q{1.3.6}
s.summary = %q{rspec-expectations-2.0.0.a7} s.summary = %q{rspec-expectations-2.0.0.a8}
s.test_files = [ s.test_files = [
"spec/rspec/expectations/differs/default_spec.rb", "spec/rspec/expectations/differs/default_spec.rb",
"spec/rspec/expectations/extensions/kernel_spec.rb", "spec/rspec/expectations/extensions/kernel_spec.rb",
Expand Down Expand Up @@ -155,19 +155,19 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::RubyGemsVersion) >= 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<cucumber>, [">= 0.6.2"]) s.add_development_dependency(%q<cucumber>, [">= 0.6.2"])
s.add_development_dependency(%q<aruba>, [">= 0.1.1"]) s.add_development_dependency(%q<aruba>, [">= 0.1.1"])
s.add_development_dependency(%q<rspec-core>, [">= 2.0.0.a7"]) s.add_development_dependency(%q<rspec-core>, [">= 2.0.0.a8"])
s.add_development_dependency(%q<rspec-mocks>, [">= 2.0.0.a7"]) s.add_development_dependency(%q<rspec-mocks>, [">= 2.0.0.a8"])
else else
s.add_dependency(%q<cucumber>, [">= 0.6.2"]) s.add_dependency(%q<cucumber>, [">= 0.6.2"])
s.add_dependency(%q<aruba>, [">= 0.1.1"]) s.add_dependency(%q<aruba>, [">= 0.1.1"])
s.add_dependency(%q<rspec-core>, [">= 2.0.0.a7"]) s.add_dependency(%q<rspec-core>, [">= 2.0.0.a8"])
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a7"]) s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a8"])
end end
else else
s.add_dependency(%q<cucumber>, [">= 0.6.2"]) s.add_dependency(%q<cucumber>, [">= 0.6.2"])
s.add_dependency(%q<aruba>, [">= 0.1.1"]) s.add_dependency(%q<aruba>, [">= 0.1.1"])
s.add_dependency(%q<rspec-core>, [">= 2.0.0.a7"]) s.add_dependency(%q<rspec-core>, [">= 2.0.0.a8"])
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a7"]) s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a8"])
end end
end end


0 comments on commit ade9ca9

Please sign in to comment.