Skip to content

Commit 2a6e791

Browse files
committed
update gemspec
1 parent a58cffd commit 2a6e791

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

zabbixapi.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Gem::Specification.new do |spec|
1313

1414
spec.name = 'zabbixapi'
1515
spec.version = ZabbixApi::VERSION
16-
spec.authors = ['Vasiliev D.V.', 'Ivan Evtuhovich']
17-
spec.email = ['vadv.mkn@gmail.com', 'evtuhovich@gmail.com']
16+
spec.authors = ['markt.de']
17+
spec.email = ['github-oss-noreply@markt.de']
1818

1919
spec.summary = 'Simple and lightweight ruby module for working with the Zabbix API'
2020
spec.description = 'Allows you to work with zabbix api from ruby.'
21-
spec.homepage = 'https://github.com/express42/zabbixapi'
21+
spec.homepage = 'https://github.com/markt-de/zabbixapi'
2222
spec.licenses = 'MIT'
2323

2424
spec.rubyforge_project = 'zabbixapi'
2525

2626
spec.files = ['CHANGELOG.md', 'LICENSE.md', 'README.md', 'zabbixapi.gemspec'] + Dir['lib/**/*.rb']
2727
spec.require_paths = 'lib'
28-
spec.required_ruby_version = '>= 2.0.0'
28+
spec.required_ruby_version = '>= 2.7.0'
2929
end

0 commit comments

Comments
 (0)