Skip to content

Commit

Permalink
bump version to a4
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 5, 2010
1 parent 15e09dc commit 67f1f9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/rspec/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Version # :nodoc:
MAJOR = 2
MINOR = 0
TINY = 0
PRE = 'a3'
PRE = 'a4'

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')

Expand Down
18 changes: 9 additions & 9 deletions rspec-core.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Chad Humphries", "David Chelimsky"]
Expand Down Expand Up @@ -175,7 +175,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = %q{rspec}
s.rubygems_version = %q{1.3.5}
s.summary = %q{rspec-core 2.0.0.a3}
s.summary = %q{rspec-core 2.0.0.a4}
s.test_files = [
"spec/rspec/core/command_line_options_spec.rb",
"spec/rspec/core/configuration_spec.rb",
Expand Down Expand Up @@ -208,17 +208,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.a3"])
s.add_development_dependency(%q<rspec-mocks>, [">= 2.0.0.a3"])
s.add_development_dependency(%q<rspec-expectations>, [">= 2.0.0.a4"])
s.add_development_dependency(%q<rspec-mocks>, [">= 2.0.0.a4"])
s.add_development_dependency(%q<cucumber>, [">= 0.5.3"])
else
s.add_dependency(%q<rspec-expectations>, [">= 2.0.0.a3"])
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a3"])
s.add_dependency(%q<rspec-expectations>, [">= 2.0.0.a4"])
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a4"])
s.add_dependency(%q<cucumber>, [">= 0.5.3"])
end
else
s.add_dependency(%q<rspec-expectations>, [">= 2.0.0.a3"])
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a3"])
s.add_dependency(%q<rspec-expectations>, [">= 2.0.0.a4"])
s.add_dependency(%q<rspec-mocks>, [">= 2.0.0.a4"])
s.add_dependency(%q<cucumber>, [">= 0.5.3"])
end
end
Expand Down

0 comments on commit 67f1f9e

Please sign in to comment.