Skip to content

Commit 046321a

Browse files
authored
Merge pull request #9250 from joshcooper/drop_specs_7x
[Backport 7.x] Drop specs when building gem
2 parents fb5cc8c + c7566d0 commit 046321a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/project_data.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ summary: 'Puppet, an automated configuration management tool'
77
description: 'Puppet, an automated configuration management tool'
88
version_file: 'lib/puppet/version.rb'
99
# files and gem_files are space separated lists
10-
files: '[A-Z]* install.rb bin lib conf man examples ext tasks spec locales'
11-
# The gem specification bits only work on Puppet >= 3.0rc, NOT 2.7.x and earlier
12-
gem_files: '[A-Z]* install.rb bin lib conf man examples ext tasks spec locales'
13-
gem_test_files: 'spec/**/*'
10+
files: '[A-Z]* install.rb bin lib conf man examples ext tasks locales'
11+
# Make sure these gem requirements are in sync with the gemspec and Gemfile
12+
gem_files: '[A-Z]* install.rb bin lib conf man examples ext tasks locales'
13+
gem_test_files:
1414
gem_executables: 'puppet'
1515
gem_default_executables: 'puppet'
1616
gem_license: 'Apache-2.0'

0 commit comments

Comments
 (0)