sexp_processor 4.2.0 → 4.2.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
@@ -1,2 +1,2 @@
1
- :g� �炣���vG��קM�^�C��`�RGJZxaHg �\�Y��"Ĕ�q�w��]}zPH��dD�3Xo�z�`=��)Wy�һ 9v#�Tl���&Fә2Ȥ5ܟ���8�\QJeH�>�@P���G(�*��bjjvh�A�]c���$U
2
- ��Ļ-�FENx��:���
1
+ (:�y�W�c�(�&��d�Z^�gC��x�QQ>=�;�d��h j^��� 3�BM�����f{��M��hP���[qUw�<ղ�}Q� ����i�!Nj��R���N��3t`X7G<uZS��P��}X�C~�Gv�-L���
2
+ jK�TͲNIs��ChD��z.0��OB�@�����˙�7�-(h@7�v۽���M����:A_��r�sAwW��<j7HΈ]�-��׳�Q���F�Y�5��k�Z
@@ -1,3 +1,9 @@
1
+ === 4.2.1 / 2013-04-09
2
+
3
+ * 1 bug fix:
4
+
5
+ * Removed structure_unused_literal_wwtt because I just don't care anymore
6
+
1
7
  === 4.2.0 / 2013-03-18
2
8
 
3
9
  * 2 minor enhancements:
@@ -2863,11 +2863,6 @@ class ParseTreeTestCase < MiniTest::Unit::TestCase
2863
2863
  s(:lvar, :a)),
2864
2864
  "Ruby2Ruby" => "a = b rescue nil if c\na\n") # OMG that's awesome
2865
2865
 
2866
- add_tests("structure_unused_literal_wwtt",
2867
- "Ruby" => "\"prevent the above from infecting rdoc\"\n\nmodule Graffle\nend",
2868
- "ParseTree" => s(:module, :Graffle),
2869
- "Ruby2Ruby" => "module Graffle\nend")
2870
-
2871
2866
  add_tests("super_0",
2872
2867
  "Ruby" => "def x\n super()\nend",
2873
2868
  "ParseTree" => s(:defn, :x, s(:args), s(:super)))
@@ -33,7 +33,7 @@ require 'sexp'
33
33
 
34
34
  class SexpProcessor
35
35
 
36
- VERSION = '4.2.0'
36
+ VERSION = "4.2.1"
37
37
 
38
38
  ##
39
39
  # 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: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 4
8
8
  - 2
9
- - 0
10
- version: 4.2.0
9
+ - 1
10
+ version: 4.2.1
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-03-18 00:00:00 Z
39
+ date: 2013-04-10 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: 23
49
+ hash: 21
50
50
  segments:
51
51
  - 4
52
- - 6
53
- version: "4.6"
52
+ - 7
53
+ version: "4.7"
54
54
  type: :development
55
55
  version_requirements: *id001
56
56
  - !ruby/object:Gem::Dependency
@@ -61,11 +61,11 @@ dependencies:
61
61
  requirements:
62
62
  - - ~>
63
63
  - !ruby/object:Gem::Version
64
- hash: 19
64
+ hash: 27
65
65
  segments:
66
- - 3
67
- - 10
68
- version: "3.10"
66
+ - 4
67
+ - 0
68
+ version: "4.0"
69
69
  type: :development
70
70
  version_requirements: *id002
71
71
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file