ruby_parser
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| === 3.6.4 / 2015-01-16 | ||
| * 1 bug fix: | ||
| * Removed shebangs in tests because of bugs (aka 'features') in RPM packaging tools. | ||
| === 3.6.3 / 2014-09-26 | ||
@@ -2,0 +8,0 @@ |
@@ -94,3 +94,3 @@ # encoding: ASCII-8BIT | ||
| module RubyParserStuff | ||
| VERSION = "3.6.3" unless constants.include? "VERSION" # SIGH | ||
| VERSION = "3.6.4" unless constants.include? "VERSION" # SIGH | ||
@@ -97,0 +97,0 @@ attr_accessor :lexer, :in_def, :in_single, :file |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display