forked from Kount/ris-clients
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rest-client dependency version changed to '>= 1.8.0', '< 3.0.0'; bump…
…ed version number; make 1.0.5 gem
- Loading branch information
Constantine W. Mavromichalis
authored and
Constantine W. Mavromichalis
committed
Jun 21, 2018
1 parent
720aa5f
commit b71b442
Showing
3 changed files
with
3 additions
and
5 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,11 +1,9 @@ | ||
Gem::Specification.new do |s| | ||
s.name = 'kount_complete' | ||
s.version = '1.0.4' | ||
s.date = '2015-05-18' | ||
s.version = '1.0.5' | ||
s.summary = "Kount Complete Services Wrapper" | ||
s.description = "A wrapper to facilitate making Kount RIS calls" | ||
s.authors = ["Brandon Thompson"] | ||
s.email = '[email protected]' | ||
s.authors = ["Kount"] | ||
s.files = Dir.glob("lib/**/*") | ||
s.homepage = 'http://rubygems.org/gems/kount_complete' | ||
s.license = 'MIT' | ||
|
@@ -14,7 +12,7 @@ Gem::Specification.new do |s| | |
|
||
s.required_ruby_version = '>= 1.9.3' | ||
|
||
s.add_dependency 'rest-client', '~> 2.0' | ||
s.add_dependency 'rest-client', '>= 1.8.0', '< 3.0.0' | ||
|
||
s.add_development_dependency 'rspec', '~> 0' | ||
end |
Binary file not shown.
Binary file not shown.