sexp_processor 4.1.4 → 4.1.5
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 +1 -1
- data/History.txt +7 -0
- data/lib/sexp.rb +2 -2
- data/lib/sexp_processor.rb +1 -1
- data/test/test_sexp.rb +2 -0
- metadata +8 -8
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
�hA��M�S�����e��geM!N�7�����j@�qm��6}��W��rR�^�k`��h�=�o�I�S�|[;B���f�Ȍ�bB��gz�}�i~�c�Ce0�p�)X��)��b�h���¤�=y�1$��*����q9*"�6߲!.g^���PuOf�ym+��Mn�5OMle+;�X����}a�%X�c5�t��#p��+�o��o3��q��5�3 3�0����m�#[�,��\����#��Ƿ��W,�H�#
|
data/History.txt
CHANGED
data/lib/sexp.rb
CHANGED
@@ -244,7 +244,7 @@ class Sexp < Array # ZenTest FULL
|
|
244
244
|
def shift
|
245
245
|
raise "I'm empty" if self.empty?
|
246
246
|
super
|
247
|
-
end if $DEBUG or $TESTING
|
247
|
+
end if ($DEBUG or $TESTING) unless (defined?(RUBY_ENGINE) and RUBY_ENGINE == "maglev")
|
248
248
|
|
249
249
|
##
|
250
250
|
# Returns the bare bones structure of the sexp.
|
@@ -324,7 +324,7 @@ module SexpMatchSpecials
|
|
324
324
|
end
|
325
325
|
|
326
326
|
##
|
327
|
-
# This is
|
327
|
+
# This is a very important shortcut to make using Sexps much more awesome.
|
328
328
|
|
329
329
|
def s(*args)
|
330
330
|
Sexp.new(*args)
|
data/lib/sexp_processor.rb
CHANGED
data/test/test_sexp.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sexp_processor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 49
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 4
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 4.1.
|
9
|
+
- 5
|
10
|
+
version: 4.1.5
|
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: 2013-
|
39
|
+
date: 2013-02-15 00:00:00 Z
|
40
40
|
dependencies:
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: minitest
|
@@ -46,11 +46,11 @@ dependencies:
|
|
46
46
|
requirements:
|
47
47
|
- - ~>
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
hash:
|
49
|
+
hash: 23
|
50
50
|
segments:
|
51
51
|
- 4
|
52
|
-
-
|
53
|
-
version: "4.
|
52
|
+
- 6
|
53
|
+
version: "4.6"
|
54
54
|
type: :development
|
55
55
|
version_requirements: *id001
|
56
56
|
- !ruby/object:Gem::Dependency
|
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
142
|
requirements: []
|
143
143
|
|
144
144
|
rubyforge_project: parsetree
|
145
|
-
rubygems_version: 1.8.
|
145
|
+
rubygems_version: 1.8.25
|
146
146
|
signing_key:
|
147
147
|
specification_version: 3
|
148
148
|
summary: sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it
|
metadata.gz.sig
CHANGED
Binary file
|