Skip to content

Commit

Permalink
Bump version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Dec 23, 2014
1 parent 1abaffd commit a87618d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Development

## v3.0.4

* Fix an issue where `obj = Klass.any_instance; obj.should_receive(:message)` was not properly converted to `expect_any_instance_of(Klass).to receive(:message)` when run on RSpec 3.
* Improve the static context inspection accuracy when run on RSpec 3.
* Check target project's RSpec version via `Gemfile.lock` instead of running `rspec --version`.
Expand Down
2 changes: 1 addition & 1 deletion lib/transpec/version.rb
Expand Up @@ -5,7 +5,7 @@ module Transpec
module Version
MAJOR = 3
MINOR = 0
PATCH = 3
PATCH = 4

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit a87618d

Please sign in to comment.