Skip to content

Commit

Permalink
rest-client dependency version changed to '>= 1.8.0', '< 3.0.0'; bump…
Browse files Browse the repository at this point in the history
…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
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Ruby/kount_complete.gemspec
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'
Expand All @@ -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 removed Ruby/pkg/kount_complete-1.0.4.gem
Binary file not shown.
Binary file added Ruby/pkg/kount_complete-1.0.5.gem
Binary file not shown.

0 comments on commit b71b442

Please sign in to comment.