-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|