oedipus_lex 2.6.0 → 2.6.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/History.rdoc +12 -0
- data/Rakefile +1 -1
- data/lib/oedipus_lex.rb +1 -2
- data/lib/oedipus_lex.rex.rb +1 -2
- data.tar.gz.sig +1 -1
- metadata +14 -14
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db3b50130532bf956df7d1873dfeeaf8228d1736c4298a2be6f24dcc829991bf
|
|
4
|
+
data.tar.gz: 6cb04479d18d44b7fdc1af1a97f8dcd3d4eec191ab78e7ab3c74e8f1a93ebfab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '029836b99e2fcb9427dd816e242c0a920a8d09b0513e32e770203bec43cff84e055db5614603e54046ebc009c88efc45c2a0e3f150306dd6c64700561879450f'
|
|
7
|
+
data.tar.gz: 924fc22f8d8315ddb4955959978f026cbd7a8dd696f38e1237d4d745194d4db25074d72417300697c11c8822c54e3cee88de373d09d1bba935b77b93796945ae
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/History.rdoc
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
=== 2.6.2 / 2023-08-03
|
|
2
|
+
|
|
3
|
+
* 1 bug fix:
|
|
4
|
+
|
|
5
|
+
* Removed extra newline when do_parse option is used.
|
|
6
|
+
|
|
7
|
+
=== 2.6.1 / 2023-05-31
|
|
8
|
+
|
|
9
|
+
* 1 bug fix:
|
|
10
|
+
|
|
11
|
+
* Bumped minimum supported version of ruby to 2.7
|
|
12
|
+
|
|
1
13
|
=== 2.6.0 / 2021-10-27
|
|
2
14
|
|
|
3
15
|
* 2 minor enhancements:
|
data/Rakefile
CHANGED
data/lib/oedipus_lex.rb
CHANGED
|
@@ -30,7 +30,7 @@ require "oedipus_lex.rex"
|
|
|
30
30
|
# books.
|
|
31
31
|
|
|
32
32
|
class OedipusLex
|
|
33
|
-
VERSION = "2.6.
|
|
33
|
+
VERSION = "2.6.2" # :nodoc:
|
|
34
34
|
|
|
35
35
|
##
|
|
36
36
|
# The class name to generate.
|
|
@@ -502,7 +502,6 @@ class OedipusLex
|
|
|
502
502
|
end
|
|
503
503
|
|
|
504
504
|
% end
|
|
505
|
-
|
|
506
505
|
##
|
|
507
506
|
# The current scanner class. Must be overridden in subclasses.
|
|
508
507
|
|
data/lib/oedipus_lex.rex.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# encoding: UTF-8
|
|
3
3
|
#--
|
|
4
4
|
# This file is automatically generated. Do not modify it.
|
|
5
|
-
# Generated by: oedipus_lex version 2.6.
|
|
5
|
+
# Generated by: oedipus_lex version 2.6.2.
|
|
6
6
|
# Source: lib/oedipus_lex.rex
|
|
7
7
|
#++
|
|
8
8
|
|
|
@@ -89,7 +89,6 @@ class OedipusLex
|
|
|
89
89
|
end
|
|
90
90
|
end
|
|
91
91
|
|
|
92
|
-
|
|
93
92
|
##
|
|
94
93
|
# The current scanner class. Must be overridden in subclasses.
|
|
95
94
|
|
data.tar.gz.sig
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
{�j[�}�L��.@o�' ˎNj�5��i�3n=�*�&� U'����Vz#��wZ�ʎ��ȽT�.���E��\L�X�-��Wdǥ�T��J�ﲽ�yr2`�B\#b��B�p�1��\���t|H�M}g��_��r�zr���ِ�y5�J�A�n�����3��&�R9g�|�o��i��_d�m=̓��w[CH�O1���H�I��&��e�k���n7U����6�/���<-:|=�:��
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oedipus_lex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Davis
|
|
@@ -10,9 +10,9 @@ bindir: bin
|
|
|
10
10
|
cert_chain:
|
|
11
11
|
- |
|
|
12
12
|
-----BEGIN CERTIFICATE-----
|
|
13
|
-
|
|
13
|
+
MIIDPjCCAiagAwIBAgIBBzANBgkqhkiG9w0BAQsFADBFMRMwEQYDVQQDDApyeWFu
|
|
14
14
|
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
|
|
15
|
-
|
|
15
|
+
GRYDY29tMB4XDTIzMDEwMTA3NTExN1oXDTI0MDEwMTA3NTExN1owRTETMBEGA1UE
|
|
16
16
|
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
|
|
17
17
|
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
|
|
18
18
|
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
|
|
@@ -22,14 +22,14 @@ cert_chain:
|
|
|
22
22
|
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
|
|
23
23
|
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
|
|
24
24
|
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBCwUAA4IB
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
25
|
+
AQAkg3y+PBnBAPWdxxITm5sPHqdWQgSyCpRA20o4LTuWr8BWhSXBkfQNa7cY6fOn
|
|
26
|
+
xyM34VPzBFbExv6XOGDfOMFBVaYTHuN9peC/5/umL7kLl+nflXzL2QA7K6LYj5Bg
|
|
27
|
+
sM574Onr0dZDM6Vn69bzQ7rBIFDfK/OhlPzqKZad4nsdcsVH8ODCiT+ATMIZyz5K
|
|
28
|
+
WCnNtqlyiWXI8tdTpahDgcUwfcN/oN7v4K8iU5IbLJX6HQ5DKgmKjfb6XyMth16k
|
|
29
|
+
ROfWo9Uyp8ba/j9eVG14KkYRaLydAY1MNQk2yd3R5CGfeOpD1kttxjoypoUJ2dOG
|
|
30
|
+
nsNBRuQJ1UfiCG97a6DNm+Fr
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date:
|
|
32
|
+
date: 2023-08-03 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: rdoc
|
|
@@ -57,14 +57,14 @@ dependencies:
|
|
|
57
57
|
requirements:
|
|
58
58
|
- - "~>"
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: '
|
|
60
|
+
version: '4.0'
|
|
61
61
|
type: :development
|
|
62
62
|
prerelease: false
|
|
63
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
64
64
|
requirements:
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: '
|
|
67
|
+
version: '4.0'
|
|
68
68
|
description: |-
|
|
69
69
|
Oedipus Lex is a lexer generator in the same family as Rexical and
|
|
70
70
|
Rex. Oedipus Lex is my independent lexer fork of Rexical. Rexical was
|
|
@@ -140,7 +140,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
requirements:
|
|
141
141
|
- - ">="
|
|
142
142
|
- !ruby/object:Gem::Version
|
|
143
|
-
version: '2.
|
|
143
|
+
version: '2.7'
|
|
144
144
|
- - "<"
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
146
|
version: '4.0'
|
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
151
|
version: '0'
|
|
152
152
|
requirements: []
|
|
153
|
-
rubygems_version: 3.
|
|
153
|
+
rubygems_version: 3.4.10
|
|
154
154
|
signing_key:
|
|
155
155
|
specification_version: 4
|
|
156
156
|
summary: Oedipus Lex is a lexer generator in the same family as Rexical and Rex
|
metadata.gz.sig
CHANGED
|
Binary file
|