summaryrefslogtreecommitdiff
path: root/libyajl2.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'libyajl2.gemspec')
-rw-r--r--libyajl2.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/libyajl2.gemspec b/libyajl2.gemspec
index 7770cc8..c559334 100644
--- a/libyajl2.gemspec
+++ b/libyajl2.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.licenses = ["Apache 2.0"]
spec.files = Dir.glob("{ext,lib,spec}/**/*") +
- %w{Gemfile Rakefile CONTRIBUTING.md README.md libyajl2.gemspec bootstrap.sh LICENSE .kitchen.yml}
+ %w{Gemfile Rakefile CONTRIBUTING.md README.md libyajl2.gemspec bootstrap.sh LICENSE}
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ["lib"]