antlr3 1.8.11 → 1.8.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/antlr4ruby +1 -1
- data/lib/antlr3/version.rb +1 -1
- data/templates/Ruby.stg +1 -1
- metadata +4 -4
data/bin/antlr4ruby
CHANGED
|
@@ -83,7 +83,7 @@ jar = ANTLR3.antlr_jar or fail( "cannot find antlr4ruby's customized ANTLR jar"
|
|
|
83
83
|
# Convert the Posix path to a proper Windows path, otherwise the Java runtime
|
|
84
84
|
# will not find the antlr Jar file.
|
|
85
85
|
# -- Thanks to Marco Soeima for this fix
|
|
86
|
-
if /
|
|
86
|
+
if /cygwin/i =~ RUBY_PLATFORM
|
|
87
87
|
jar = `cygpath -aw #{jar}`.strip
|
|
88
88
|
end
|
|
89
89
|
|
data/lib/antlr3/version.rb
CHANGED
data/templates/Ruby.stg
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: antlr3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 47
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 1.8.
|
|
9
|
+
- 12
|
|
10
|
+
version: 1.8.12
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Kyle Yetter
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-05-29 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|