Add new files to gemspec

This commit is contained in:
Tim Sharpe 2011-11-01 21:25:02 +13:00
parent eb50b75789
commit dd259e69ac
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Gem::Specification.new do |s|
'lib/rspec-puppet/matchers/create_generic.rb',
'lib/rspec-puppet/matchers/create_resource.rb',
'lib/rspec-puppet/matchers/include_class.rb',
'lib/rspec-puppet/matchers/run.rb',
'lib/rspec-puppet/matchers.rb',
'lib/rspec-puppet/support.rb',
'lib/rspec-puppet.rb',
@ -26,6 +27,7 @@ Gem::Specification.new do |s|
'spec/defines/sysctl_spec.rb',
'spec/fixtures/boolean/manifests/init.pp',
'spec/fixtures/sysctl/manifests/init.pp',
'spec/functions/split_spec.rb',
'spec/spec_helper.rb',
]