ruby2ruby 2.0.0 → 2.0.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.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 2.0.1 / 2012-11-02
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed dependency on alpha ruby_parser. *sigh*
6
+
1
7
  === 2.0.0 / 2012-11-02
2
8
 
3
9
  * 1 minor enhancement:
data/Rakefile CHANGED
@@ -16,7 +16,7 @@ Hoe.spec 'ruby2ruby' do
16
16
  self.rubyforge_name = 'seattlerb'
17
17
 
18
18
  dependency "sexp_processor", "~> 4.0"
19
- dependency "ruby_parser", "~> 3.0.0.a10"
19
+ dependency "ruby_parser", "~> 3.0.0"
20
20
  end
21
21
 
22
22
  def process ruby, file="stdin"
data/lib/ruby2ruby.rb CHANGED
@@ -24,7 +24,7 @@ class Regexp
24
24
  end
25
25
 
26
26
  class Ruby2Ruby < SexpProcessor
27
- VERSION = '2.0.0'
27
+ VERSION = '2.0.1'
28
28
  LINE_LENGTH = 78
29
29
 
30
30
  BINARY = [:<=>, :==, :<, :>, :<=, :>=, :-, :+, :*, :/, :%, :<<, :>>, :**]
data.tar.gz.sig CHANGED
@@ -1 +1,2 @@
1
- ��r�1�h��n�j�s��F$RA52L Kt;K�oS���ȕ��A��� ��!��(�.��IltVd�Un�e���R�U~�G�qBH��m�=���2���6fjȫ����w�C$kR�� ��q������:�7B �����6��&6S
1
+ V����3[Y�� ���m�/-�D:D���f��^������3@Hå��j��FS�؍�@����O��?]VZ����F�0檻�r�?z%�V[���E_]#Y\L4Dy����tT����[�S}h�=�����N�5y�&�4o��l;�H�Ž�yj?zɻN����@�+���z���!RX�t�.�� �*Jȃ<��
2
+ s��B��Md���#M�<�=`< �ʎi�ö ^�ᨽu����
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby2ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.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: 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: sexp_processor
@@ -61,14 +61,12 @@ dependencies:
61
61
  requirements:
62
62
  - - ~>
63
63
  - !ruby/object:Gem::Version
64
- hash: -965009208
64
+ hash: 7
65
65
  segments:
66
66
  - 3
67
67
  - 0
68
68
  - 0
69
- - a
70
- - 10
71
- version: 3.0.0.a10
69
+ version: 3.0.0
72
70
  type: :runtime
73
71
  version_requirements: *id002
74
72
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file