antlr3 1.8.11 → 1.8.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 /mswin32|cygwin|mingw|bccwin/ =~ RUBY_PLATFORM
86
+ if /cygwin/i =~ RUBY_PLATFORM
87
87
  jar = `cygpath -aw #{jar}`.strip
88
88
  end
89
89
 
@@ -20,7 +20,7 @@ module ANTLR3
20
20
  #
21
21
  MAJOR_VERSION = 1
22
22
  MINOR_VERSION = 8
23
- PATCH_VERSION = 11
23
+ PATCH_VERSION = 12
24
24
  VERSION = [ MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION ]
25
25
  VERSION_STRING = VERSION.join( '.' ).freeze
26
26
 
@@ -1459,4 +1459,4 @@ placeAction(scope, name) ::= <<
1459
1459
  <endif>
1460
1460
  >>
1461
1461
 
1462
- runtimeLibraryVersion() ::= "1.8.11"
1462
+ runtimeLibraryVersion() ::= "1.8.12"
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: 33
4
+ hash: 47
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
- - 11
10
- version: 1.8.11
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-03-31 00:00:00 -04:00
18
+ date: 2011-05-29 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21