Skip to content

Commit

Permalink
Merge pull request #86 from ATIX-AG/fix/build-issues
Browse files Browse the repository at this point in the history
Fix build issues
  • Loading branch information
sbernhard authored Apr 15, 2024
2 parents 5d9b987 + 4bb19d9 commit c992144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smart_proxy_salt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
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']
Expand All @@ -16,5 +16,5 @@ Gem::Specification.new do |s|
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

0 comments on commit c992144

Please sign in to comment.