oedipus_lex 2.2.0 → 2.2.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0039bfa4502e60d46539650a3671e8efb4e6131
4
- data.tar.gz: 5ce6636d84be656a55937f9c14dfc09ab1435082
3
+ metadata.gz: f7fe436e528415763cca7067c30307dbff6e9793
4
+ data.tar.gz: e5ebf8486d367d3a5d98741eb5a06a6ac9db6cac
5
5
  SHA512:
6
- metadata.gz: 62803c0e04df04609964b62541026fd385dcfd8b8a77093b3abdd85c8f227f7bf49629709d62010a5e42c06bdbd50add8133004c7a548af073b0a03fa10cdb87
7
- data.tar.gz: 01bcb903f4722cd8e6e77d3a119ce52982083fdcec796338afe6a7ca93b807b5ff6829c2884e49bd104ed397e9e5244cfb75911abcaff026d342ddbd50a7705c
6
+ metadata.gz: a0b1887372dbb69a6e74de3b5343f314583ff5c18b1c5fb338d6dccc5dda19ada9de8fb1b85d4750e919385b055f61e1e6cab75a0f903e1e4f1f230f26c40e1f
7
+ data.tar.gz: b4859b2af69385f7c78cb6f2fd3906d2cc4cd6d7dec65f0dbd1d48153b61240a97bbfd304fc144650685c718a83cf0584fecabb4ba8fdf26b862bf34e7852bbd
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- \07���`�;��\~)$:�@D��
2
- ����;�p���*�W�c$q�����b�<���[$Y���L�i��*�xxX鎠Y�q�`.���G.��X笼r�"Uf>p���N�Xӽ���
1
+ Q��eG��Al�4�y�}Og�b�c/�O�Nq���[�8Sc�1U��g�h%?���� Z���i�r~v٣�g�˼�� "�1և7�Z���OI=�R���=7���R�� 3n��N,�}�{�zä ��H��7��/���Ɋ�^���pKw����ȴ��V��TzS}W$ /�YfB$�h/| \|��r�j� c�J?�C�t��\=��#{�^�����w|Kӫ�l����'����U���+8يu�
data/History.rdoc CHANGED
@@ -1,3 +1,9 @@
1
+ === 2.2.1 / 2014-04-02
2
+
3
+ * 1 bug fix:
4
+
5
+ * Correct installation instructions in README. (luislavena)
6
+
1
7
  === 2.2.0 / 2014-03-14
2
8
 
3
9
  * 3 minor enhancements:
data/README.rdoc CHANGED
@@ -451,7 +451,7 @@ day. :P
451
451
 
452
452
  == Install
453
453
 
454
- * sudo gem install rexical
454
+ * sudo gem install oedipus_lex
455
455
 
456
456
  == License
457
457
 
data/lib/oedipus_lex.rb CHANGED
@@ -4,7 +4,7 @@ require "erb"
4
4
  require "oedipus_lex.rex"
5
5
 
6
6
  class OedipusLex
7
- VERSION = "2.2.0"
7
+ VERSION = "2.2.1"
8
8
 
9
9
  attr_accessor :class_name
10
10
  attr_accessor :header
@@ -269,7 +269,7 @@ RULE
269
269
  p [state, token]
270
270
  % end
271
271
  token
272
- end # def _next_token
272
+ end # def next_token
273
273
  % inners.each do |s|
274
274
  <%= s %>
275
275
  % end
@@ -1,6 +1,6 @@
1
1
  #--
2
2
  # This file is automatically generated. Do not modify it.
3
- # Generated by: oedipus_lex version 2.1.0.
3
+ # Generated by: oedipus_lex version 2.2.1.
4
4
  # Source: lib/oedipus_lex.rex
5
5
  #++
6
6
 
@@ -139,5 +139,5 @@ class OedipusLex
139
139
  self.state = token.last if token && token.first == :state
140
140
 
141
141
  token
142
- end # def _next_token
142
+ end # def next_token
143
143
  end # class
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.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -29,7 +29,7 @@ cert_chain:
29
29
  Y4evBVezr3SjXz08vPqRO5YRdO3zfeMT8gBjRqZjWJGMZ2lD4XNfrs7eky74CyZw
30
30
  xx3n58i0lQkBE1EpKE0lFu/y
31
31
  -----END CERTIFICATE-----
32
- date: 2014-03-14 00:00:00.000000000 Z
32
+ date: 2014-04-02 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: minitest
@@ -65,14 +65,14 @@ dependencies:
65
65
  requirements:
66
66
  - - ~>
67
67
  - !ruby/object:Gem::Version
68
- version: '3.10'
68
+ version: '3.9'
69
69
  type: :development
70
70
  prerelease: false
71
71
  version_requirements: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ~>
74
74
  - !ruby/object:Gem::Version
75
- version: '3.10'
75
+ version: '3.9'
76
76
  description: |-
77
77
  Oedipus Lex is a lexer generator in the same family as Rexical and
78
78
  Rex. Oedipus Lex is my independent lexer fork of Rexical. Rexical was
@@ -107,6 +107,7 @@ extra_rdoc_files:
107
107
  - sample/error1.txt
108
108
  files:
109
109
  - .autotest
110
+ - .gemtest
110
111
  - History.rdoc
111
112
  - Manifest.txt
112
113
  - README.rdoc
@@ -133,7 +134,6 @@ files:
133
134
  - sample/xhtmlparser.rex
134
135
  - sample/xhtmlparser.xhtml
135
136
  - test/test_oedipus_lex.rb
136
- - .gemtest
137
137
  homepage: http://github.com/seattlerb/oedipus_lex
138
138
  licenses:
139
139
  - MIT
@@ -155,8 +155,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  - !ruby/object:Gem::Version
156
156
  version: '0'
157
157
  requirements: []
158
- rubyforge_project:
159
- rubygems_version: 2.0.14
158
+ rubyforge_project: oedipus_lex
159
+ rubygems_version: 2.2.1
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: Oedipus Lex is a lexer generator in the same family as Rexical and Rex
metadata.gz.sig CHANGED
Binary file