sexp_processor 4.1.1 → 4.1.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 CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 4.1.2 / 2012-11-03
2
+
3
+ * 1 bug fix:
4
+
5
+ * Sexp#structure should grep for Sexps, not Arrays
6
+
1
7
  === 4.1.1 / 2012-11-02
2
8
 
3
9
  * 1 minor enhancement:
data/lib/sexp.rb CHANGED
@@ -256,7 +256,7 @@ class Sexp < Array # ZenTest FULL
256
256
  result = self.first.structure
257
257
  else
258
258
  result << self.first
259
- self.grep(Array).each do |subexp|
259
+ self.grep(Sexp).each do |subexp|
260
260
  result << subexp.structure
261
261
  end
262
262
  end
@@ -34,7 +34,7 @@ require 'sexp'
34
34
 
35
35
  class SexpProcessor
36
36
 
37
- VERSION = '4.1.1'
37
+ VERSION = '4.1.2'
38
38
 
39
39
  ##
40
40
  # Automatically shifts off the Sexp type before handing the
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: 57
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 4
8
8
  - 1
9
- - 1
10
- version: 4.1.1
9
+ - 2
10
+ version: 4.1.2
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: 2012-11-02 00:00:00 Z
39
+ date: 2012-11-03 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
metadata.gz.sig CHANGED
Binary file