Skip to content

Commit

Permalink
build: update gemspec to not include builded gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikAlberski committed May 8, 2024
1 parent 0c54f3a commit ca81035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 3'

s.executables = ['dpl']
s.files = Dir['{config/**/*,lib/**/*,[A-Z]*}']
s.files = Dir['{config/**/*,lib/**/*,[A-Z]*}'].reject { _1.match(/dpl.+\.gem/) }

s.add_runtime_dependency 'travis-cl'
s.add_runtime_dependency 'travis-packagecloud-ruby'
Expand Down

0 comments on commit ca81035

Please sign in to comment.