Skip to content

Commit 6526142

Browse files
committed
prep for 2.0.0
1 parent b48ee00 commit 6526142

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

History.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## rspec-rails release history (incomplete)
22

3-
### 2.0.0 / in development
3+
### 2.0.0 / 2010-10-10
44

5-
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.0.0.rc...master)
5+
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.0.0.rc...v2.0.0)
66

77
* Changes
88
* route_to matcher delegates to assert_recognizes instead of assert_routing

lib/rspec/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module RSpec # :nodoc:
22
module Rails # :nodoc:
33
module Version # :nodoc:
4-
STRING = '2.0.0.rc'
4+
STRING = '2.0.0'
55
end
66
end
77
end

0 commit comments

Comments
 (0)