sexp_processor 4.15.0 → 4.15.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/History.rdoc +6 -0
- data/Rakefile +1 -1
- data/lib/pt_testcase.rb +2 -2
- data/lib/sexp_processor.rb +1 -1
- metadata +8 -5
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13decb62dc5a9e3ad356a489225d2aa3f36dab3ef63e29db89edda32ac60a04d
|
|
4
|
+
data.tar.gz: 39e9ff2e73bd2f69cdd5c1e7cd98d3da3e7c03c40657092533c8b82279031617
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ca2ac2f02fd90558435f7631f0f995c6cdea2ed8ac7d0b28508e3df3f252613e75dcd194dc97a71c76391cd961251f8ad55a58ab78278caf18df31ed058d3a5
|
|
7
|
+
data.tar.gz: 5351c69b957632396798faae6f7d86eeb2cddbe499b017d3e44bb24e7feda951052d0d94031615b6a0bbee5de522ada528a75bb62ac4d43d40b2929304b76b94
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.rdoc
CHANGED
data/Rakefile
CHANGED
data/lib/pt_testcase.rb
CHANGED
|
@@ -77,7 +77,7 @@ class ParseTreeTestCase < Minitest::Test
|
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
def self.add_19tests name, hash
|
|
80
|
-
add_tests "#{name}
|
|
80
|
+
add_tests "#{name}__19_20_21_22_23_24_25_26_27", hash # HACK?
|
|
81
81
|
end
|
|
82
82
|
|
|
83
83
|
def self.add_19edgecases ruby, sexp, cases
|
|
@@ -102,7 +102,7 @@ class ParseTreeTestCase < Minitest::Test
|
|
|
102
102
|
testcases[verbose][klass] = testcases[nonverbose][klass]
|
|
103
103
|
end
|
|
104
104
|
|
|
105
|
-
VER_RE = "(1[89]|2[
|
|
105
|
+
VER_RE = "(1[89]|2[01234567])"
|
|
106
106
|
|
|
107
107
|
def self.generate_test klass, node, data, input_name, output_name
|
|
108
108
|
klass.send :define_method, "test_#{node}" do
|
data/lib/sexp_processor.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sexp_processor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.15.
|
|
4
|
+
version: 4.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Davis
|
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
|
29
29
|
m5x9IDiApM+vCELNwDXXGNFEnQBBK+wAe4Pek8o1V1TTOxL1kGPewVOitX1p3xoN
|
|
30
30
|
h7iEjga8iM1LbZUfiISZ+WrB
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date: 2020-
|
|
32
|
+
date: 2020-09-01 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: rdoc
|
|
@@ -106,16 +106,19 @@ require_paths:
|
|
|
106
106
|
- lib
|
|
107
107
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
|
-
- - "
|
|
109
|
+
- - ">="
|
|
110
|
+
- !ruby/object:Gem::Version
|
|
111
|
+
version: '2.1'
|
|
112
|
+
- - "<"
|
|
110
113
|
- !ruby/object:Gem::Version
|
|
111
|
-
version: '
|
|
114
|
+
version: '3.1'
|
|
112
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
116
|
requirements:
|
|
114
117
|
- - ">="
|
|
115
118
|
- !ruby/object:Gem::Version
|
|
116
119
|
version: '0'
|
|
117
120
|
requirements: []
|
|
118
|
-
rubygems_version: 3.
|
|
121
|
+
rubygems_version: 3.1.4
|
|
119
122
|
signing_key:
|
|
120
123
|
specification_version: 4
|
|
121
124
|
summary: sexp_processor branches from ParseTree bringing all the generic sexp processing
|
metadata.gz.sig
CHANGED
|
Binary file
|