Skip to content

Commit

Permalink
bump to 2.6.1.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 22, 2011
1 parent eb3f3be commit 99687c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions features/Changelog.md
@@ -1,6 +1,6 @@
### 2.6.1 / 2011-05-21
### 2.6.1.beta1 / 2011-05-22

[full changelog](http://github.com/rspec/rspec-rails/compare/v2.6.0...v2.6.1)
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.6.0...v2.6.1.beta1)

This release is compatible with rails-3.1.0.rc1, but not rails-3.1.0.beta1

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Rails # :nodoc:
module Version # :nodoc:
STRING = '2.6.0'
STRING = '2.6.1.beta1'
end
end
end
8 changes: 4 additions & 4 deletions rspec-rails.gemspec
Expand Up @@ -25,10 +25,10 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<activesupport>, ["~> 3.0"])
s.add_runtime_dependency(%q<actionpack>, ["~> 3.0"])
s.add_runtime_dependency(%q<railties>, ["~> 3.0"])
if RSpec::Rails::Version::STRING =~ /[a-zA-Z]+/
s.add_runtime_dependency "rspec", "= #{RSpec::Rails::Version::STRING}"
else
# if RSpec::Rails::Version::STRING =~ /[a-zA-Z]+/
# s.add_runtime_dependency "rspec", "= #{RSpec::Rails::Version::STRING}"
# else
s.add_runtime_dependency "rspec", "~> #{RSpec::Rails::Version::STRING.split('.')[0..1].concat(['0']).join('.')}"
end
# end
end

0 comments on commit 99687c0

Please sign in to comment.