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 = 8122]
  • Loading branch information
zenspider committed Jan 17, 2013
1 parent bfa1333 commit 947ac84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
=== 2.0.2 / 2013-01-16

* 1 minor enhancement:

* Updated to ruby_parser 3.1 and up

=== 2.0.1 / 2012-11-02

* 1 bug fix:
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby2ruby.rb
Expand Up @@ -24,7 +24,7 @@ class Regexp
end

class Ruby2Ruby < SexpProcessor
VERSION = '2.0.1'
VERSION = '2.0.2'
LINE_LENGTH = 78

BINARY = [:<=>, :==, :<, :>, :<=, :>=, :-, :+, :*, :/, :%, :<<, :>>, :**]
Expand Down

0 comments on commit 947ac84

Please sign in to comment.