Skip to content

Commit

Permalink
Merge pull request #9249 from joshcooper/drop_specs
Browse files Browse the repository at this point in the history
Drop specs when building gem
  • Loading branch information
mhashizume authored Feb 9, 2024
2 parents a3e77e7 + 107a8e5 commit 6a0c689
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/project_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ summary: 'Puppet, an automated configuration management tool'
description: 'Puppet, an automated configuration management tool'
version_file: 'lib/puppet/version.rb'
# files and gem_files are space separated lists
files: '[A-Z]* install.rb bin lib conf man examples ext tasks spec locales'
# Make sure these gem requirements are in sync with the gempspec and Gemfile
gem_files: '[A-Z]* install.rb bin lib conf man examples ext tasks spec locales'
gem_test_files: 'spec/**/*'
files: '[A-Z]* install.rb bin lib conf man examples ext tasks locales'
# Make sure these gem requirements are in sync with the gemspec and Gemfile
gem_files: '[A-Z]* install.rb bin lib conf man examples ext tasks locales'
gem_test_files:
gem_executables: 'puppet'
gem_default_executables: 'puppet'
gem_license: 'Apache-2.0'
Expand Down

0 comments on commit 6a0c689

Please sign in to comment.