Skip to content

Commit

Permalink
Fix dependencies of ruby gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ddmler committed Sep 12, 2019
1 parent 815d349 commit 9563319
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions inwx-domrobot.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Gem::Specification.new do |s|
s.name = 'inwx-domrobot'
s.version = '3.0'
s.version = '3.1'
s.date = '2019-09-12'
s.summary = "INWX Domrobot"
s.description = "Ruby Client to easily use the Domrobot API of INWX"
s.authors = ["INWX"]
s.email = '[email protected]'
s.files = ["lib/inwx-domrobot.rb"]
s.homepage =
'https://rubygems.org/gems/inwx-domrobot'
s.homepage = 'https://rubygems.org/gems/inwx-domrobot'
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
s.add_runtime_dependency 'xmlrpc', '~> 0.3', '>= 0.3.0'
s.add_runtime_dependency 'rotp', '~> 5.1', '>= 5.1.0'
s.license = 'MIT'
end

0 comments on commit 9563319

Please sign in to comment.