Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby2ruby/dev/": change = 8458]
  • Loading branch information
zenspider committed Apr 25, 2013
1 parent 5d382d9 commit 7bb4bce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 2.0.5 / 2013-04-25

* 2 bug fixes:

* Fixed attrasgn w/ multiple keys: a[x, y] = z. (derula)
* Fixed error w/ attr_* detection when more than 1 ivar/iasgn exist in body.

=== 2.0.4 / 2013-03-28

* 1 bug fix:
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby2ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Regexp
# Generate ruby code from a sexp.

class Ruby2Ruby < SexpProcessor
VERSION = "2.0.4" # :nodoc:
VERSION = "2.0.5" # :nodoc:

# cutoff for one-liners
LINE_LENGTH = 78
Expand Down

0 comments on commit 7bb4bce

Please sign in to comment.