summaryrefslogtreecommitdiff
path: root/hashie.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'hashie.gemspec')
-rw-r--r--hashie.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/hashie.gemspec b/hashie.gemspec
index 47616ea..7ce6ec5 100644
--- a/hashie.gemspec
+++ b/hashie.gemspec
@@ -7,7 +7,6 @@ Gem::Specification.new do |gem|
gem.summary = 'Your friendly neighborhood hash library.'
gem.homepage = 'https://github.com/intridea/hashie'
- gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = 'hashie'