Skip to content

Commit 6a0c689

Browse files
authored
Merge pull request #9249 from joshcooper/drop_specs
Drop specs when building gem
2 parents a3e77e7 + 107a8e5 commit 6a0c689

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-
# Make sure these gem requirements are in sync with the gempspec and Gemfile
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)