summaryrefslogtreecommitdiff
path: root/hashie.gemspec
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2014-09-05 16:39:22 -0500
committerMichael Herold <michael.j.herold@gmail.com>2014-09-05 16:39:22 -0500
commit466096002cbf322f69bb9ac237e364000b511495 (patch)
tree7e33b64fbdb2eb11125b80ca0408f6c1a2582969 /hashie.gemspec
parentcdf6c832c067112ef95fbe0dd0c5b65cf9101eae (diff)
downloadhashie-466096002cbf322f69bb9ac237e364000b511495.tar.gz
Remove gem executables, since there aren't any
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'