summaryrefslogtreecommitdiff
path: root/hashie.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'hashie.gemspec')
-rw-r--r--hashie.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/hashie.gemspec b/hashie.gemspec
index 41af894..fec0c35 100644
--- a/hashie.gemspec
+++ b/hashie.gemspec
@@ -11,7 +11,8 @@ Gem::Specification.new do |gem|
gem.license = 'MIT'
gem.require_paths = ['lib']
- gem.files = %w[.yardopts CHANGELOG.md CONTRIBUTING.md LICENSE README.md UPGRADING.md Rakefile hashie.gemspec]
+ gem.files = %w[.yardopts CHANGELOG.md CONTRIBUTING.md LICENSE README.md UPGRADING.md]
+ gem.files += %w[Rakefile hashie.gemspec]
gem.files += Dir['lib/**/*.rb']
gem.files += Dir['spec/**/*.rb']
gem.test_files = Dir['spec/**/*.rb']