ParseTree 3.0.6 → 3.0.7

Sign up to get free protection for your applications and to get access to all the features.
Binary file
File without changes
@@ -1,3 +1,9 @@
1
+ === 3.0.7 / 2011-02-18
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed odd error cropping up from heckle w/ attr methods (raggi)
6
+
1
7
  === 3.0.6 / 2010-09-01
2
8
 
3
9
  * 1 bug fix:
@@ -43,7 +43,7 @@ end
43
43
 
44
44
  class RawParseTree
45
45
 
46
- VERSION = '3.0.6'
46
+ VERSION = '3.0.7'
47
47
 
48
48
  ##
49
49
  # Front end translation method.
@@ -158,7 +158,7 @@ module UnifiedRuby
158
158
 
159
159
  exp.push(fbody.scope) if fbody unless weirdo
160
160
 
161
- args = exp.scope.block.args(true) unless weirdo
161
+ args = exp.scope.block.args(true) unless weirdo if exp.scope
162
162
  exp.insert 2, args if args
163
163
 
164
164
  # move block_arg up and in
metadata CHANGED
@@ -1,29 +1,53 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ParseTree
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 9
5
+ prerelease:
5
6
  segments:
6
7
  - 3
7
8
  - 0
8
- - 6
9
- version: 3.0.6
9
+ - 7
10
+ version: 3.0.7
10
11
  platform: ruby
11
12
  authors:
12
13
  - Ryan Davis
13
14
  autorequire:
14
15
  bindir: bin
15
- cert_chain: []
16
+ cert_chain:
17
+ - |
18
+ -----BEGIN CERTIFICATE-----
19
+ MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
20
+ ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
21
+ GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE
22
+ AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
23
+ JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
24
+ b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
25
+ taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
26
+ oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
27
+ GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
28
+ qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
29
+ gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
30
+ HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
31
+ AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m
32
+ vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/
33
+ w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0
34
+ l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl
35
+ n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T
36
+ FBHgymkyj/AOSqKRIpXPhjC6
37
+ -----END CERTIFICATE-----
16
38
 
17
- date: 2010-09-01 00:00:00 -07:00
39
+ date: 2011-02-18 00:00:00 -08:00
18
40
  default_executable:
19
41
  dependencies:
20
42
  - !ruby/object:Gem::Dependency
21
43
  name: RubyInline
22
44
  prerelease: false
23
45
  requirement: &id001 !ruby/object:Gem::Requirement
46
+ none: false
24
47
  requirements:
25
48
  - - ">="
26
49
  - !ruby/object:Gem::Version
50
+ hash: 27
27
51
  segments:
28
52
  - 3
29
53
  - 7
@@ -35,9 +59,11 @@ dependencies:
35
59
  name: sexp_processor
36
60
  prerelease: false
37
61
  requirement: &id002 !ruby/object:Gem::Requirement
62
+ none: false
38
63
  requirements:
39
64
  - - ">="
40
65
  - !ruby/object:Gem::Version
66
+ hash: 7
41
67
  segments:
42
68
  - 3
43
69
  - 0
@@ -46,47 +72,37 @@ dependencies:
46
72
  type: :runtime
47
73
  version_requirements: *id002
48
74
  - !ruby/object:Gem::Dependency
49
- name: rubyforge
75
+ name: minitest
50
76
  prerelease: false
51
77
  requirement: &id003 !ruby/object:Gem::Requirement
78
+ none: false
52
79
  requirements:
53
80
  - - ">="
54
81
  - !ruby/object:Gem::Version
82
+ hash: 11
55
83
  segments:
56
84
  - 2
57
85
  - 0
58
- - 4
59
- version: 2.0.4
86
+ - 2
87
+ version: 2.0.2
60
88
  type: :development
61
89
  version_requirements: *id003
62
90
  - !ruby/object:Gem::Dependency
63
- name: minitest
91
+ name: hoe
64
92
  prerelease: false
65
93
  requirement: &id004 !ruby/object:Gem::Requirement
94
+ none: false
66
95
  requirements:
67
96
  - - ">="
68
97
  - !ruby/object:Gem::Version
98
+ hash: 41
69
99
  segments:
100
+ - 2
101
+ - 9
70
102
  - 1
71
- - 6
72
- - 0
73
- version: 1.6.0
103
+ version: 2.9.1
74
104
  type: :development
75
105
  version_requirements: *id004
76
- - !ruby/object:Gem::Dependency
77
- name: hoe
78
- prerelease: false
79
- requirement: &id005 !ruby/object:Gem::Requirement
80
- requirements:
81
- - - ">="
82
- - !ruby/object:Gem::Version
83
- segments:
84
- - 2
85
- - 6
86
- - 0
87
- version: 2.6.0
88
- type: :development
89
- version_requirements: *id005
90
106
  description: |-
91
107
  ParseTree is a C extension (using RubyInline) that extracts the parse
92
108
  tree for an entire class or a specific method and returns it as a
@@ -148,6 +164,7 @@ files:
148
164
  - test/test_parse_tree_extensions.rb
149
165
  - test/test_unified_ruby.rb
150
166
  - validate.sh
167
+ - .gemtest
151
168
  has_rdoc: true
152
169
  homepage: http://rubyforge.org/projects/parsetree/
153
170
  licenses: []
@@ -160,23 +177,27 @@ require_paths:
160
177
  - lib
161
178
  - test
162
179
  required_ruby_version: !ruby/object:Gem::Requirement
180
+ none: false
163
181
  requirements:
164
182
  - - ">="
165
183
  - !ruby/object:Gem::Version
184
+ hash: 3
166
185
  segments:
167
186
  - 0
168
187
  version: "0"
169
188
  required_rubygems_version: !ruby/object:Gem::Requirement
189
+ none: false
170
190
  requirements:
171
191
  - - ">="
172
192
  - !ruby/object:Gem::Version
193
+ hash: 3
173
194
  segments:
174
195
  - 0
175
196
  version: "0"
176
197
  requirements: []
177
198
 
178
199
  rubyforge_project: parsetree
179
- rubygems_version: 1.3.6
200
+ rubygems_version: 1.4.2
180
201
  signing_key:
181
202
  specification_version: 3
182
203
  summary: ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers
Binary file