ruby_parser
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| === 3.15.1 / 2021-01-10 | ||
| * 1 bug fix: | ||
| * Bumped ruby version to include < 4 (trunk). | ||
| === 3.15.0 / 2020-08-31 | ||
@@ -2,0 +8,0 @@ |
@@ -32,3 +32,3 @@ # encoding: ASCII-8BIT | ||
| module RubyParserStuff | ||
| VERSION = "3.15.0" | ||
| VERSION = "3.15.1" | ||
@@ -35,0 +35,0 @@ attr_accessor :lexer, :in_def, :in_single, :file |
+1
-1
@@ -28,3 +28,3 @@ # -*- ruby -*- | ||
| require_ruby_version [">= 2.1", "< 3.1"] | ||
| require_ruby_version [">= 2.1", "< 4"] | ||
@@ -31,0 +31,0 @@ if plugin? :perforce then # generated files |