Skip to content

Commit

Permalink
Merge pull request #108 from puppetlabs/bug-add_license_to_gem
Browse files Browse the repository at this point in the history
(bug) - Add license file to built gem
  • Loading branch information
LukasAud authored Feb 12, 2024
2 parents fce2e09 + c691c5b commit 836e13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.executables = ['rspec-puppet-init']

s.files = Dir['CHANGELOG.md', 'LICENSE.md', 'README.md', 'lib/**/*', 'bin/**/*']
s.files = Dir['CHANGELOG.md', 'LICENSE', 'README.md', 'lib/**/*', 'bin/**/*']

s.add_dependency 'rspec', '~> 3.0'

Expand Down

0 comments on commit 836e13a

Please sign in to comment.