Project

General

Profile

« Previous | Next » 

Revision 4bb19d9a

Added by dosas please_edit_me about 2 months ago

Fix build issues

  • WARNING: description and summary are identical
  • WARNING: open-ended dependency on smart_proxy_dynflow (>= 0.5.0) is not recommended

View differences:

smart_proxy_salt.gemspec
s.version = Proxy::Salt::VERSION
s.summary = "SaltStack Plug-In for Foreman's Smart Proxy"
s.description = "SaltStack Plug-In for Foreman's Smart Proxy"
s.description = "This plug-in adds support for Salt to Foreman's Smart Proxy"
s.authors = ['Michael Moll', 'Stephen Benjamin']
s.email = 'foreman-dev@googlegroups.com'
s.extra_rdoc_files = ['README.md', 'LICENSE']
......
s.homepage = 'https://github.com/theforeman/smart_proxy_salt'
s.license = 'GPL-3.0'
s.required_ruby_version = '>= 2.7', '< 4'
s.add_runtime_dependency('smart_proxy_dynflow', '>= 0.5.0')
s.add_runtime_dependency('smart_proxy_dynflow', '~> 0.5', '>= 0.5.0')
end

Also available in: Unified diff