reconsidered 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f5f48c14cb9955e378c4e9907746273ccdd67530
4
+ data.tar.gz: 7c8d069517b63782dfe36ae4a30ae53713c4c274
5
+ SHA512:
6
+ metadata.gz: 7ce9ba62905388d4189e0a4633bc0fdbda86b391a3164718424db6604b922b116179ee794199f8e9b84d8e92b0f600d53aeda63de254db3f37d3aa85e6de596a
7
+ data.tar.gz: c38b4c52a5ce97d456de576c175ffd7de1cdb1454af3957df561d98741676ec669ae3af888c69c6380e1f129170e0108f55c777c188cddd5746024e49c153d0d
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.9.2 / 2013-03-29
2
+
3
+ * Note support for Ruby 2.0.0
4
+
1
5
  === 0.9.1 / 2012-10-05
2
6
 
3
7
  * Minor documentation updates
data/README.rdoc CHANGED
@@ -26,7 +26,7 @@ the true GOTO of languages such as Fortran.
26
26
  == REQUIREMENTS:
27
27
 
28
28
  <b>This code will not work in JRuby or MacRuby (no callcc). It is tested
29
- (and should work fine) in Ruby 1.8.7 and 1.9.3.</b>
29
+ (and should work fine) in Ruby 1.8.7, 1.9.3, and 2.0.0.</b>
30
30
 
31
31
  == INSTALL:
32
32
 
data/README.txt CHANGED
@@ -26,7 +26,7 @@ the true GOTO of languages such as Fortran.
26
26
  == REQUIREMENTS:
27
27
 
28
28
  <b>This code will not work in JRuby or MacRuby (no callcc). It is tested
29
- (and should work fine) in Ruby 1.8.7 and 1.9.3.</b>
29
+ (and should work fine) in Ruby 1.8.7, 1.9.3, and 2.0.0.</b>
30
30
 
31
31
  == INSTALL:
32
32
 
data/lib/reconsidered.rb CHANGED
@@ -7,7 +7,7 @@
7
7
  require 'continuation' unless RUBY_VERSION.start_with?("1.8")
8
8
 
9
9
  module Reconsidered
10
- VERSION = '0.9.1'
10
+ VERSION = '0.9.2'
11
11
 
12
12
  # Exception thrown if you __goto__ a non-existent label
13
13
  class NoSuchLabel < StandardError
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reconsidered
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
5
- prerelease:
4
+ version: 0.9.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jim Wise
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-10-05 00:00:00.000000000 Z
11
+ date: 2013-03-29 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rdoc
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -30,22 +27,20 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: hoe
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ~>
36
32
  - !ruby/object:Gem::Version
37
- version: '3.1'
33
+ version: '3.5'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ~>
44
39
  - !ruby/object:Gem::Version
45
- version: '3.1'
46
- description: ! 'Reconsidered adds a vital and sorely missed language feature to Ruby: the
47
-
48
- well known and widely loved GO TO operation.'
40
+ version: '3.5'
41
+ description: |-
42
+ Reconsidered adds a vital and sorely missed language feature to Ruby: the
43
+ well known and widely loved GO TO operation.
49
44
  email:
50
45
  - jwise@draga.com
51
46
  executables: []
@@ -71,6 +66,7 @@ files:
71
66
  - .gemtest
72
67
  homepage: https://github.com/jimwise/reconsidered
73
68
  licenses: []
69
+ metadata: {}
74
70
  post_install_message:
75
71
  rdoc_options:
76
72
  - --main
@@ -78,23 +74,21 @@ rdoc_options:
78
74
  require_paths:
79
75
  - lib
80
76
  required_ruby_version: !ruby/object:Gem::Requirement
81
- none: false
82
77
  requirements:
83
- - - ! '>='
78
+ - - '>='
84
79
  - !ruby/object:Gem::Version
85
80
  version: '0'
86
81
  required_rubygems_version: !ruby/object:Gem::Requirement
87
- none: false
88
82
  requirements:
89
- - - ! '>='
83
+ - - '>='
90
84
  - !ruby/object:Gem::Version
91
85
  version: '0'
92
86
  requirements: []
93
87
  rubyforge_project: reconsidered
94
- rubygems_version: 1.8.24
88
+ rubygems_version: 2.0.0
95
89
  signing_key:
96
- specification_version: 3
97
- summary: ! 'Reconsidered adds a vital and sorely missed language feature to Ruby: the
90
+ specification_version: 4
91
+ summary: 'Reconsidered adds a vital and sorely missed language feature to Ruby: the
98
92
  well known and widely loved GO TO operation.'
99
93
  test_files:
100
94
  - test/test_reconsidered.rb