sexp_processor 3.0.5 → 3.0.6
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.
- data/.gemtest +0 -0
- data/History.txt +10 -0
- data/Manifest.txt +1 -0
- data/README.txt +3 -1
- data/lib/pt_testcase.rb +4646 -0
- data/lib/sexp_processor.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +47 -32
- metadata.gz.sig +0 -0
data/lib/sexp_processor.rb
CHANGED
data.tar.gz.sig
ADDED
Binary file
|
metadata
CHANGED
@@ -1,64 +1,74 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sexp_processor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 11
|
5
|
+
prerelease:
|
5
6
|
segments:
|
6
7
|
- 3
|
7
8
|
- 0
|
8
|
-
-
|
9
|
-
version: 3.0.
|
9
|
+
- 6
|
10
|
+
version: 3.0.6
|
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:
|
18
|
-
default_executable:
|
39
|
+
date: 2011-08-16 00:00:00 Z
|
19
40
|
dependencies:
|
20
41
|
- !ruby/object:Gem::Dependency
|
21
|
-
name:
|
42
|
+
name: minitest
|
22
43
|
prerelease: false
|
23
44
|
requirement: &id001 !ruby/object:Gem::Requirement
|
45
|
+
none: false
|
24
46
|
requirements:
|
25
47
|
- - ">="
|
26
48
|
- !ruby/object:Gem::Version
|
49
|
+
hash: 31
|
27
50
|
segments:
|
28
51
|
- 2
|
29
|
-
- 0
|
30
52
|
- 4
|
31
|
-
version: 2.0.4
|
32
|
-
type: :development
|
33
|
-
version_requirements: *id001
|
34
|
-
- !ruby/object:Gem::Dependency
|
35
|
-
name: minitest
|
36
|
-
prerelease: false
|
37
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
38
|
-
requirements:
|
39
|
-
- - ">="
|
40
|
-
- !ruby/object:Gem::Version
|
41
|
-
segments:
|
42
|
-
- 1
|
43
|
-
- 6
|
44
53
|
- 0
|
45
|
-
version:
|
54
|
+
version: 2.4.0
|
46
55
|
type: :development
|
47
|
-
version_requirements: *
|
56
|
+
version_requirements: *id001
|
48
57
|
- !ruby/object:Gem::Dependency
|
49
58
|
name: hoe
|
50
59
|
prerelease: false
|
51
|
-
requirement: &
|
60
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
61
|
+
none: false
|
52
62
|
requirements:
|
53
|
-
- -
|
63
|
+
- - ~>
|
54
64
|
- !ruby/object:Gem::Version
|
65
|
+
hash: 27
|
55
66
|
segments:
|
56
67
|
- 2
|
57
|
-
-
|
58
|
-
|
59
|
-
version: 2.6.0
|
68
|
+
- 12
|
69
|
+
version: "2.12"
|
60
70
|
type: :development
|
61
|
-
version_requirements: *
|
71
|
+
version_requirements: *id002
|
62
72
|
description: |-
|
63
73
|
sexp_processor branches from ParseTree bringing all the generic sexp
|
64
74
|
processing tools with it. Sexp, SexpProcessor, Environment, etc... all
|
@@ -79,6 +89,7 @@ files:
|
|
79
89
|
- README.txt
|
80
90
|
- Rakefile
|
81
91
|
- lib/composite_sexp_processor.rb
|
92
|
+
- lib/pt_testcase.rb
|
82
93
|
- lib/sexp.rb
|
83
94
|
- lib/sexp_processor.rb
|
84
95
|
- lib/unique.rb
|
@@ -86,8 +97,8 @@ files:
|
|
86
97
|
- test/test_environment.rb
|
87
98
|
- test/test_sexp.rb
|
88
99
|
- test/test_sexp_processor.rb
|
89
|
-
|
90
|
-
homepage:
|
100
|
+
- .gemtest
|
101
|
+
homepage: https://github.com/seattlerb/sexp_processor
|
91
102
|
licenses: []
|
92
103
|
|
93
104
|
post_install_message:
|
@@ -97,23 +108,27 @@ rdoc_options:
|
|
97
108
|
require_paths:
|
98
109
|
- lib
|
99
110
|
required_ruby_version: !ruby/object:Gem::Requirement
|
111
|
+
none: false
|
100
112
|
requirements:
|
101
113
|
- - ">="
|
102
114
|
- !ruby/object:Gem::Version
|
115
|
+
hash: 3
|
103
116
|
segments:
|
104
117
|
- 0
|
105
118
|
version: "0"
|
106
119
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
120
|
+
none: false
|
107
121
|
requirements:
|
108
122
|
- - ">="
|
109
123
|
- !ruby/object:Gem::Version
|
124
|
+
hash: 3
|
110
125
|
segments:
|
111
126
|
- 0
|
112
127
|
version: "0"
|
113
128
|
requirements: []
|
114
129
|
|
115
130
|
rubyforge_project: parsetree
|
116
|
-
rubygems_version: 1.
|
131
|
+
rubygems_version: 1.8.8
|
117
132
|
signing_key:
|
118
133
|
specification_version: 3
|
119
134
|
summary: sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it
|
metadata.gz.sig
ADDED
Binary file
|