arrg, forgot to update gemspec

This commit is contained in:
Tim Sharpe 2011-08-07 00:25:49 -07:00
parent 73f1781fd6
commit 24a3186120
1 changed files with 4 additions and 0 deletions

View File

@ -13,13 +13,17 @@ Gem::Specification.new do |s|
'lib/rspec-puppet/matchers/create_resource.rb',
'lib/rspec-puppet/matchers/include_class.rb',
'lib/rspec-puppet/matchers.rb',
'lib/rspec-puppet/support.rb',
'lib/rspec-puppet.rb',
'LICENSE',
'Rakefile',
'README.md',
'rspec-puppet.gemspec',
'spec/classes/boolean_spec.rb',
'spec/classes/sysctl_common_spec.rb',
'spec/defines/sysctl_before_spec.rb',
'spec/defines/sysctl_spec.rb',
'spec/fixtures/boolean/manifests/init.pp',
'spec/fixtures/sysctl/manifests/init.pp',
'spec/spec_helper.rb',
]