tries 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/tries/version.rb +1 -1
- data/tries.gemspec +1 -1
- metadata +2 -3
data/lib/tries/version.rb
CHANGED
data/tries.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
|
|
12
12
|
gem.authors = ['Manuel Meurer']
|
13
13
|
gem.email = 'manuel.meurer@gmail.com'
|
14
14
|
gem.summary = 'Solidify your code and retry on petty exceptions'
|
15
|
-
gem.description = '
|
15
|
+
gem.description = 'Solidify your code and retry on petty exceptions'
|
16
16
|
gem.homepage = 'https://github.com/krautcomputing/tries'
|
17
17
|
|
18
18
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tries
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -91,8 +91,7 @@ dependencies:
|
|
91
91
|
- - ~>
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: 2.1.2
|
94
|
-
description:
|
95
|
-
on: Timeout::Error { call_api }'
|
94
|
+
description: Solidify your code and retry on petty exceptions
|
96
95
|
email: manuel.meurer@gmail.com
|
97
96
|
executables: []
|
98
97
|
extensions: []
|