ruby_parser 3.0.3 → 3.0.4
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.
Potentially problematic release.
This version of ruby_parser might be problematic. Click here for more details.
- data/History.txt +6 -0
- data/Rakefile +1 -1
- data/lib/ruby_parser_extras.rb +2 -2
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +2 -2
data/History.txt
CHANGED
data/Rakefile
CHANGED
data/lib/ruby_parser_extras.rb
CHANGED
@@ -70,7 +70,7 @@ class RPStringScanner < StringScanner
|
|
70
70
|
end
|
71
71
|
|
72
72
|
def lineno
|
73
|
-
string[0...
|
73
|
+
string[0...charpos].count("\n") + 1 - extra_lines_added
|
74
74
|
end
|
75
75
|
|
76
76
|
# TODO: once we get rid of these, we can make things like
|
@@ -108,7 +108,7 @@ class RPStringScanner < StringScanner
|
|
108
108
|
end
|
109
109
|
|
110
110
|
module RubyParserStuff
|
111
|
-
VERSION = '3.0.
|
111
|
+
VERSION = '3.0.4' unless constants.include? "VERSION" # SIGH
|
112
112
|
|
113
113
|
attr_accessor :lexer, :in_def, :in_single, :file
|
114
114
|
attr_reader :env, :comments
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_parser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
9
|
+
- 4
|
10
|
+
version: 3.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ryan Davis
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
36
36
|
FBHgymkyj/AOSqKRIpXPhjC6
|
37
37
|
-----END CERTIFICATE-----
|
38
38
|
|
39
|
-
date: 2012-11-
|
39
|
+
date: 2012-11-26 00:00:00 Z
|
40
40
|
dependencies:
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: sexp_processor
|
metadata.gz.sig
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
�
|
1
|
+
���a7'TJ��A����[�W$[�P,��r�S{�C���ͪ���2�S�%˽I��E��%�V��@�얤��l�-���W��q�;�{g�2�Z^�e�mJ���ޡ��C���4�����=Ȍa"�bq���U��E�_է���Z����]z�k��@t���o�.&nUf�2��%��zWl����8H��
|
2
|
+
ޜl*�GTq H4�;|���E.#�9�M����2)&���Y� ����o�P]��Q���
|