Skip to content

Commit

Permalink
Drop rotate-script from executables-section in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Sep 24, 2024
1 parent 423be1e commit 2062585
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions foreman_maintain.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ the Foreman/Satellite up and running."
s.files += `git ls-files extras`.split("\n")
s.extra_rdoc_files = ['LICENSE', 'README.md']
s.require_paths = ['lib']
s.executables = ['foreman-maintain',
'foreman-maintain-complete', 'foreman-maintain-rotate-tar']
s.executables = ['foreman-maintain', 'foreman-maintain-complete']
s.required_ruby_version = ">= 2.7", "< 4"

s.add_dependency 'clamp'
Expand Down

0 comments on commit 2062585

Please sign in to comment.