antlr3 1.9.1 → 1.9.2

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
- MTg5MWU3MmVhNjIxZWI3NzUzNWM3MWMzNGQ5YjM0YjM3YTdhODk2Nw==
4
+ YmYwNTc3MWI2YTgyNzNkMTFlMjQ0YTExMTJlNWE0ZWE3MTAwMTRmMQ==
5
5
  data.tar.gz: !binary |-
6
- Yzc2NjNhZWRhM2YzNGVhNjQ1ZjUwYzRjN2ZmMTEyNTMyY2JiM2E3ZA==
6
+ NjkyMzE4ZWFkNTM5ZGI5MGM0MjFiMmNhNTBkNDgzNWU5ZmVhODAwNQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YmFjZDFhNTVhN2NhM2Q4MmUyMmU1YTc5ZDAyMThkOTRiZWNiZWY1NzQxZjk5
10
- ZGNhNjJhYzExN2M2OWMyNjcyMDhjMzgzMDhkNTE3ZjUyZmIwN2Y4NzM5NzU1
11
- ZjFmY2QwZWNmZTM2MjdiNmFiYWQ5ZDg4NjExNmVjZjAzZjMyMzc=
9
+ NThiNmM1ZDUwM2ZjZDZhYTE1MzE1NzE0NjQzZjgyNmE1ZDgzMzJhZjYzZTNk
10
+ N2NmOTVmNTExYWZiYjFmYTBlZDM1NjNkNWExNjA5ZWM4MGJiMTMwNWE2YzYx
11
+ NDdmOWEzNjBmZjYzM2QwZTcwNDI0MTdhZmJjZDBlOGQwOWRmYjI=
12
12
  data.tar.gz: !binary |-
13
- YTgwMTE1NDQyOTA1OThhYzViNWM2MDY2ZmQ3OWZlYzE2MTYwZTAyZmE2ZjE4
14
- YjYyMjhkYWRjNzgyMWVhOTYyYWVmMzdkODYyY2IzMWZmMTU4NDU0MWI3Y2M2
15
- OTAzYjIxYTU0YzQxMjE1ODYxMzYyNzgzNzEwYjI4ZGRhNTNjZjA=
13
+ ZDUxY2Q5ODZmMGNkNjllYzgyODI4ZmRjNzNmY2JmZGNkMGYzN2JiYTNkMGQ5
14
+ MTliNzg2ZTUxMTk0NTg0YjFjZjkxZGQ4MmFjOWEyOGRjNDRlZGFmMzU2ZGJk
15
+ ZmIzZGE3NjNjNWMzMjhlN2U1ZDM1OTRmOGExOTIxZWIwYzI4YWQ=
@@ -1,3 +1,8 @@
1
+ === 1.9.2 / 08-05-13
2
+
3
+ * Minor Enhancement:
4
+ - Fixed package description display on rubygems.org by modifying the description in the spec
5
+
1
6
  === 1.9.1 / 08-05-13
2
7
 
3
8
  * Bug Fixes:
@@ -7,7 +7,9 @@
7
7
 
8
8
  == DESCRIPTION:
9
9
 
10
- Fully-featured ANTLR 3 parser generation for Ruby.
10
+ Full power of Java's ANTLR 3 language recognition tool brought to Ruby.
11
+ Generate lexers, parsers, tree parsers, source translators, and language analysis
12
+ tools for use in Ruby applications.
11
13
 
12
14
  ANTLR (ANother Tool for Language Recognition) is a tool that is used to generate
13
15
  code for performing a variety of language recognition tasks: lexing, parsing,
Binary file
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -6,7 +6,7 @@ require 'antlr3'
6
6
  =begin LICENSE
7
7
 
8
8
  [The "BSD licence"]
9
- Copyright (c) 2009-2011 Kyle Yetter
9
+ Copyright (c) 2009-2013 Kyle Yetter
10
10
  All rights reserved.
11
11
 
12
12
  Redistribution and use in source and binary forms, with or without
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -3,7 +3,7 @@
3
3
 
4
4
  =begin LICENSE
5
5
  [The "BSD licence"]
6
- Copyright (c) 2009-2011 Kyle Yetter
6
+ Copyright (c) 2009-2013 Kyle Yetter
7
7
  All rights reserved.
8
8
 
9
9
  Redistribution and use in source and binary forms, with or without
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -4,7 +4,7 @@
4
4
  =begin LICENSE
5
5
 
6
6
  [The "BSD licence"]
7
- Copyright (c) 2009-2011 Kyle Yetter
7
+ Copyright (c) 2009-2013 Kyle Yetter
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -20,7 +20,7 @@ module ANTLR3
20
20
  #
21
21
  MAJOR_VERSION = 1
22
22
  MINOR_VERSION = 9
23
- PATCH_VERSION = 1
23
+ PATCH_VERSION = 2
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.9.1"
62
+ runtimeLibraryVersion() ::= "1.9.2"
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.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Yetter
@@ -10,28 +10,12 @@ 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
14
- Tool for Language Recognition) is a tool that is used to generate\ncode for performing
15
- a variety of language recognition tasks: lexing, parsing,\nabstract syntax tree
16
- construction and manipulation, tree structure recognition,\nand input translation.
17
- The tool operates similarly to other parser generators,\ntaking in a grammar specification
18
- written in the special ANTLR metalanguage and\nproducing source code that implements
19
- the recognition functionality.\n\nWhile the tool itself is implemented in Java,
20
- it has an extensible design that\nallows for code generation in other programming
21
- languages. To implement an\nANTLR language target, a developer may supply a set
22
- of templates written in the\nStringTemplate (http://www.stringtemplate.org) language.\n\nANTLR
23
- is currently distributed with a fairly limited Ruby target implementation.\nWhile
24
- it does provide implementation for basic lexer and parser classes, the\ntarget does
25
- not provide any implementation for abstract syntax tree\nconstruction, tree parser
26
- class generation, input translation, or a number of\nthe other ANTLR features that
27
- give the program an edge over traditional code\ngenerators.\n\nThis gem packages
28
- together a complete implementation of the majority of features\nANTLR provides for
29
- other language targets, such as Java and Python. It contains:\n\n* A customized
30
- version of the latest ANTLR program, bundling all necessary\n java code and templates
31
- for producing fully featured language recognition\n in ruby code\n\n* a ruby run-time
32
- library that collects classes used throughout the code that\n ANTLR generates\n
33
- \ \n* a wrapper script, `antlr4ruby', which executes the ANTLR command line tool\n
34
- \ after ensuring the ANTLR jar is Java's class path"
13
+ description: ! 'Full power of Java''s ANTLR 3 language recognition tool brought to
14
+ Ruby.
15
+
16
+ Generate lexers, parsers, tree parsers, source translators, and language analysis
17
+
18
+ tools for use in Ruby applications. '
35
19
  email: kcy5b@yahoo.com
36
20
  executables:
37
21
  - antlr4ruby