Skip to content

Commit

Permalink
bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Nov 7, 2010
1 parent 84d1f49 commit 59549cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions History.md
@@ -1,8 +1,8 @@
## rspec-rails-2 release history (incomplete) ## rspec-rails-2 release history (incomplete)


### 2.1.0 / in development ### 2.1.0 / 2010-11-07


[full changelog](http://github.com/rspec/rspec-rails/compare/v2.0.1...master) [full changelog](http://github.com/rspec/rspec-rails/compare/v2.0.1...v2.1.0)


* Enhancements * Enhancements
* Move errors_on to ActiveModel to support other AM-compliant ORMs * Move errors_on to ActiveModel to support other AM-compliant ORMs
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc: module RSpec # :nodoc:
module Rails # :nodoc: module Rails # :nodoc:
module Version # :nodoc: module Version # :nodoc:
STRING = '2.1.0.pre' STRING = '2.1.0'
end end
end end
end end
2 changes: 1 addition & 1 deletion rspec-rails.gemspec
Expand Up @@ -57,6 +57,6 @@ Gem::Specification.new do |s|
************************************************** **************************************************
} }


s.add_runtime_dependency "rspec", "2.1.0.pre" s.add_runtime_dependency "rspec", "~> 2.1.0"
end end


0 comments on commit 59549cc

Please sign in to comment.