Skip to content

Commit

Permalink
Bump up version to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed May 7, 2014
1 parent e58e2b4 commit 6976a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Development

## v1.13.1

* Fix a bug where multiline expression `expect(obj).to receive(:message)\n.and_return { value }` was converted to `expect(obj).to.receive(:message)\n { value }` and the block was interpreted as a hash literal. ([#60](https://github.com/yujinakayama/transpec/issues/60))
* Fix a bug where dynamic analysis were not run partially when there are same structure nodes in an AST with `ast` gem 2.0.

Expand Down
2 changes: 1 addition & 1 deletion lib/transpec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Transpec
module Version
MAJOR = 1
MINOR = 13
PATCH = 0
PATCH = 1

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

0 comments on commit 6976a4e

Please sign in to comment.