sexp_processor 3.0.1 → 3.0.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.
- data.tar.gz.sig +0 -0
- data/History.txt +7 -0
- data/Manifest.txt +1 -0
- data/Rakefile +6 -5
- data/lib/sexp_processor.rb +1 -1
- data/lib/unique.rb +15 -0
- data/test/test_composite_sexp_processor.rb +2 -2
- data/test/test_environment.rb +2 -3
- data/test/test_sexp.rb +2 -10
- data/test/test_sexp_processor.rb +2 -2
- metadata +34 -7
- metadata.gz.sig +0 -0
data.tar.gz.sig
ADDED
Binary file
|
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
data/Rakefile
CHANGED
@@ -5,11 +5,12 @@ require 'hoe'
|
|
5
5
|
|
6
6
|
Hoe.add_include_dirs "lib"
|
7
7
|
|
8
|
-
|
8
|
+
Hoe.plugin :seattlerb
|
9
9
|
|
10
|
-
Hoe.
|
11
|
-
|
12
|
-
|
10
|
+
Hoe.spec 'sexp_processor' do
|
11
|
+
developer 'Ryan Davis', 'ryand-ruby@zenspider.com'
|
12
|
+
|
13
|
+
self.rubyforge_name = 'parsetree'
|
13
14
|
end
|
14
15
|
|
15
|
-
# vim: syntax=
|
16
|
+
# vim: syntax=ruby
|
data/lib/sexp_processor.rb
CHANGED
data/lib/unique.rb
ADDED
@@ -3,7 +3,7 @@
|
|
3
3
|
$TESTING = true
|
4
4
|
|
5
5
|
require 'composite_sexp_processor'
|
6
|
-
require '
|
6
|
+
require 'minitest/autorun'
|
7
7
|
|
8
8
|
class FakeProcessor1 < SexpProcessor # ZenTest SKIP
|
9
9
|
|
@@ -24,7 +24,7 @@ class FakeProcessor1 < SexpProcessor # ZenTest SKIP
|
|
24
24
|
end
|
25
25
|
end
|
26
26
|
|
27
|
-
class TestCompositeSexpProcessor <
|
27
|
+
class TestCompositeSexpProcessor < MiniTest::Unit::TestCase
|
28
28
|
|
29
29
|
def setup
|
30
30
|
@p = CompositeSexpProcessor.new
|
data/test/test_environment.rb
CHANGED
@@ -2,11 +2,10 @@
|
|
2
2
|
|
3
3
|
$TESTING = true
|
4
4
|
|
5
|
-
require '
|
6
|
-
require 'test/unit/testcase'
|
5
|
+
require 'minitest/autorun'
|
7
6
|
require 'sexp_processor'
|
8
7
|
|
9
|
-
class TestEnvironment <
|
8
|
+
class TestEnvironment < MiniTest::Unit::TestCase
|
10
9
|
|
11
10
|
def setup
|
12
11
|
@env = SexpProcessor::Environment.new
|
data/test/test_sexp.rb
CHANGED
@@ -2,20 +2,12 @@
|
|
2
2
|
|
3
3
|
$TESTING = true
|
4
4
|
|
5
|
-
require '
|
6
|
-
require 'test/unit/testcase'
|
5
|
+
require 'minitest/autorun'
|
7
6
|
require 'sexp_processor'
|
8
7
|
require 'stringio'
|
9
8
|
require 'pp'
|
10
9
|
|
11
|
-
class SexpTestCase <
|
12
|
-
|
13
|
-
unless defined? Mini then
|
14
|
-
alias :refute_nil :assert_not_nil
|
15
|
-
alias :refute_equal :assert_not_equal
|
16
|
-
alias :assert_raises :assert_raise
|
17
|
-
end
|
18
|
-
|
10
|
+
class SexpTestCase < MiniTest::Unit::TestCase
|
19
11
|
# KEY for regex tests
|
20
12
|
# :a == no change
|
21
13
|
# :b == will change (but sometimes ONLY once)
|
data/test/test_sexp_processor.rb
CHANGED
@@ -4,7 +4,7 @@ $TESTING = true
|
|
4
4
|
|
5
5
|
require 'sexp_processor'
|
6
6
|
require 'stringio'
|
7
|
-
require '
|
7
|
+
require 'minitest/autorun'
|
8
8
|
require 'pp'
|
9
9
|
|
10
10
|
# Fake test classes:
|
@@ -93,7 +93,7 @@ end
|
|
93
93
|
|
94
94
|
# Real test classes:
|
95
95
|
|
96
|
-
class TestSexpProcessor <
|
96
|
+
class TestSexpProcessor < MiniTest::Unit::TestCase
|
97
97
|
|
98
98
|
def setup
|
99
99
|
@processor = TestProcessor.new
|
metadata
CHANGED
@@ -1,15 +1,36 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sexp_processor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Davis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
|
-
cert_chain:
|
10
|
+
cert_chain:
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
|
14
|
+
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
|
15
|
+
GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE
|
16
|
+
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
|
17
|
+
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
|
18
|
+
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
|
19
|
+
taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
|
20
|
+
oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
|
21
|
+
GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
|
22
|
+
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
|
23
|
+
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
|
24
|
+
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
|
25
|
+
AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m
|
26
|
+
vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/
|
27
|
+
w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0
|
28
|
+
l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl
|
29
|
+
n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T
|
30
|
+
FBHgymkyj/AOSqKRIpXPhjC6
|
31
|
+
-----END CERTIFICATE-----
|
11
32
|
|
12
|
-
date: 2009-
|
33
|
+
date: 2009-06-23 00:00:00 -07:00
|
13
34
|
default_executable:
|
14
35
|
dependencies:
|
15
36
|
- !ruby/object:Gem::Dependency
|
@@ -20,9 +41,12 @@ dependencies:
|
|
20
41
|
requirements:
|
21
42
|
- - ">="
|
22
43
|
- !ruby/object:Gem::Version
|
23
|
-
version:
|
44
|
+
version: 2.3.0
|
24
45
|
version:
|
25
|
-
description:
|
46
|
+
description: |-
|
47
|
+
sexp_processor branches from ParseTree bringing all the generic sexp
|
48
|
+
processing tools with it. Sexp, SexpProcessor, Environment, etc... all
|
49
|
+
for your language processing pleasure.
|
26
50
|
email:
|
27
51
|
- ryand-ruby@zenspider.com
|
28
52
|
executables: []
|
@@ -41,12 +65,15 @@ files:
|
|
41
65
|
- lib/composite_sexp_processor.rb
|
42
66
|
- lib/sexp.rb
|
43
67
|
- lib/sexp_processor.rb
|
68
|
+
- lib/unique.rb
|
44
69
|
- test/test_composite_sexp_processor.rb
|
45
70
|
- test/test_environment.rb
|
46
71
|
- test/test_sexp.rb
|
47
72
|
- test/test_sexp_processor.rb
|
48
73
|
has_rdoc: true
|
49
74
|
homepage: http://rubyforge.org/projects/parsetree/
|
75
|
+
licenses: []
|
76
|
+
|
50
77
|
post_install_message:
|
51
78
|
rdoc_options:
|
52
79
|
- --main
|
@@ -68,9 +95,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
95
|
requirements: []
|
69
96
|
|
70
97
|
rubyforge_project: parsetree
|
71
|
-
rubygems_version: 1.3.
|
98
|
+
rubygems_version: 1.3.4
|
72
99
|
signing_key:
|
73
|
-
specification_version:
|
100
|
+
specification_version: 3
|
74
101
|
summary: sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it
|
75
102
|
test_files:
|
76
103
|
- test/test_composite_sexp_processor.rb
|
metadata.gz.sig
ADDED
Binary file
|