Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 953fc7f

Browse files
committed
3.0.2 release.
[ci skip]
1 parent 17c5b46 commit 953fc7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
### 3.0.2 Development
2-
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.1...3-0-maintenance)
1+
### 3.0.2 / 2014-06-20
2+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.1...v3.0.2)
33

44
* Revert `BlockSignature` change from 3.0.1 because of a ruby bug that
55
caused it to change the block's behavior (https://bugs.ruby-lang.org/issues/9967).

lib/rspec/support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module RSpec
22
module Support
33
module Version
4-
STRING = '3.0.1'
4+
STRING = '3.0.2'
55
end
66
end
77
end

0 commit comments

Comments
 (0)