Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvNomad committed Sep 24, 2018
1 parent 830a36f commit 4c75229
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
take2 (0.0.2)
take2 (0.0.3)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/take2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Take2
VERSION = "0.0.2"
VERSION = "0.0.3"
end
2 changes: 1 addition & 1 deletion take2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.email = ["[email protected]"]
s.homepage = "https://github.com/restaurant-cheetah/take2"
s.summary = "Provides Take2 for your APIs calls"
s.description = "Easily define Take2 / retry behavior for API wrappers, service objects or a single method."
s.description = "Retry API calls, methods or blocks of code. Define take2 retry behavior or use defaults and you good to go."
s.post_install_message = "Getting Take2 is dead easy!"

all_files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 4c75229

Please sign in to comment.