Skip to content

Commit

Permalink
bump version to a6
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 9, 2010
1 parent 5a03315 commit f0520e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ begin
gem.homepage = "http://github.com/rspec/rspec-rails"
gem.authors = ["David Chelimsky", "Chad Humphries"]
gem.add_dependency "rspec", ">= 2.0.0.a5"
gem.add_dependency "webrat", "0.7.0"
gem.add_dependency "webrat", ">= 0.7.0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/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 = 'a5'
PRE = 'a6'

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

Expand Down
2 changes: 1 addition & 1 deletion rspec-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{rspec-rails}
s.version = "2.0.0.a5"
s.version = "2.0.0.a6"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["David Chelimsky", "Chad Humphries"]
Expand Down

0 comments on commit f0520e3

Please sign in to comment.