reretryable 0.1.0 → 0.1.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.
metadata
CHANGED
|
@@ -5,11 +5,11 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
|
-
- Craig 'The Craif' Mackenzie and Niko Felger
|
|
12
|
+
- Craig 'The Craif' Mackenzie and Niko Felger (pushed to rubygems by Brenton Fletcher)
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
@@ -42,7 +42,7 @@ files:
|
|
|
42
42
|
- reretryable.gemspec
|
|
43
43
|
- lib/reretryable.rb
|
|
44
44
|
has_rdoc: true
|
|
45
|
-
homepage: http://
|
|
45
|
+
homepage: http://github.com/bloopletech/retryable
|
|
46
46
|
licenses: []
|
|
47
47
|
|
|
48
48
|
post_install_message:
|
|
@@ -71,6 +71,6 @@ rubyforge_project:
|
|
|
71
71
|
rubygems_version: 1.3.6
|
|
72
72
|
signing_key:
|
|
73
73
|
specification_version: 3
|
|
74
|
-
summary:
|
|
74
|
+
summary: Runs a code block, and retries it when an exception occurs. Simple as'at.
|
|
75
75
|
test_files: []
|
|
76
76
|
|