tries 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/lib/tries/version.rb +1 -1
  2. data/tries.gemspec +1 -1
  3. metadata +2 -3
data/lib/tries/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tries
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
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 = 'Retry your code multiple times on exceptions that might go away: 3.times on: Timeout::Error { call_api }'
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.1
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: ! 'Retry your code multiple times on exceptions that might go away: 3.times
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: []