antlr3 1.9.0 → 1.9.1

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWU2NmVkYjRjNDlkMTNlYmYyMDAzZWI1YTg4NDFhNTJiNzdlZGIwNA==
4
+ MTg5MWU3MmVhNjIxZWI3NzUzNWM3MWMzNGQ5YjM0YjM3YTdhODk2Nw==
5
5
  data.tar.gz: !binary |-
6
- MjA1MmE5ZmMyNGNhNjdkNGExMGE5NGY3MjMzMmNiN2E1ZGIyNDU5ZA==
6
+ Yzc2NjNhZWRhM2YzNGVhNjQ1ZjUwYzRjN2ZmMTEyNTMyY2JiM2E3ZA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- Y2Q0NWM3ZmEwZmUwY2MwZjhlNzhjYTM0MzBjNzBjMTk4Y2I3Y2Q1YWNjYzBl
10
- YzlmYThhMjNhZGEwN2JiMmI5MGZlZGE1ZDA5YTkzYmJhOTM0ZTg3N2MyZDM5
11
- MmMzOWUzZTc1NDYwMDdjYzQyNzYzYjJjNDA4ZmZkOTVlODdjMmU=
9
+ YmFjZDFhNTVhN2NhM2Q4MmUyMmU1YTc5ZDAyMThkOTRiZWNiZWY1NzQxZjk5
10
+ ZGNhNjJhYzExN2M2OWMyNjcyMDhjMzgzMDhkNTE3ZjUyZmIwN2Y4NzM5NzU1
11
+ ZjFmY2QwZWNmZTM2MjdiNmFiYWQ5ZDg4NjExNmVjZjAzZjMyMzc=
12
12
  data.tar.gz: !binary |-
13
- MGM2NDg4M2Q5NDQzN2RlN2JkZDc3OWNjMGQ0ZmFiODg1NmYzNjM0YzE1MjFm
14
- Y2U1ZWYzYmZhMTBiMzZhZjk3ZTA5YWRjMTllMjc3Mjc2YzE5YjdmYWUwYmQy
15
- MDQ5MjU2YjFkOWZkMjcxNTc5Nzg1YmEwMGY5ZDQyODE5MTk2MDI=
13
+ YTgwMTE1NDQyOTA1OThhYzViNWM2MDY2ZmQ3OWZlYzE2MTYwZTAyZmE2ZjE4
14
+ YjYyMjhkYWRjNzgyMWVhOTYyYWVmMzdkODYyY2IzMWZmMTU4NDU0MWI3Y2M2
15
+ OTAzYjIxYTU0YzQxMjE1ODYxMzYyNzgzNzEwYjI4ZGRhNTNjZjA=
@@ -1,3 +1,8 @@
1
+ === 1.9.1 / 08-05-13
2
+
3
+ * Bug Fixes:
4
+ - fixed runtime library version number in templates
5
+
1
6
  === 1.9.0 / 08-05-13
2
7
 
3
8
  * Minor Enhancements:
Binary file
@@ -20,7 +20,7 @@ module ANTLR3
20
20
  #
21
21
  MAJOR_VERSION = 1
22
22
  MINOR_VERSION = 9
23
- PATCH_VERSION = 0
23
+ PATCH_VERSION = 1
24
24
  VERSION = [ MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION ]
25
25
  VERSION_STRING = VERSION.join( '.' ).freeze
26
26
 
@@ -59,7 +59,7 @@ placeAction(scope, name) ::= <<
59
59
  <endif>
60
60
  >>
61
61
 
62
- runtimeLibraryVersion() ::= "1.8.1"
62
+ runtimeLibraryVersion() ::= "1.9.1"
63
63
 
64
64
  /** The overall file structure of a recognizer; stores methods
65
65
  * for rules and cyclic DFAs plus support code.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: antlr3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Yetter
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-08-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: ! "Fully-featured ANTLR 3 parser generation for Ruby.\n\nANTLR (ANother
13
+ description: ! "==Fully-featured ANTLR 3 parser generation for Ruby.\n\nANTLR (ANother
14
14
  Tool for Language Recognition) is a tool that is used to generate\ncode for performing
15
15
  a variety of language recognition tasks: lexing, parsing,\nabstract syntax tree
16
16
  construction and manipulation, tree structure recognition,\nand input translation.
@@ -210,7 +210,8 @@ files:
210
210
  - rakefile
211
211
  - Manifest.txt
212
212
  homepage: http://antlr.ohboyohboyohboy.org/
213
- licenses: []
213
+ licenses:
214
+ - BSD
214
215
  metadata: {}
215
216
  post_install_message:
216
217
  rdoc_options: []