summaryrefslogtreecommitdiff
path: root/pry.gemspec
diff options
context:
space:
mode:
authorRyan Fitzgerald <rwfitzge@gmail.com>2014-03-09 22:32:02 -0700
committerRyan Fitzgerald <rwfitzge@gmail.com>2014-03-09 22:32:04 -0700
commita9e497d511b395267a113dffb898a5af77a4295a (patch)
tree98ebfab5a4c6be9acb23ee654bc2b9cb8670fd9b /pry.gemspec
parent643c054761caa26936df516b3ac63de3731ca7d0 (diff)
downloadpry-a9e497d511b395267a113dffb898a5af77a4295a.tar.gz
Stop including unnecessary files in .gem
As suggested by Rob Gleeson in discussion on #1147. Also removed an obsolete dotfile, because why not.
Diffstat (limited to 'pry.gemspec')
-rw-r--r--pry.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/pry.gemspec b/pry.gemspec
index 75b9fa28..4919b58e 100644
--- a/pry.gemspec
+++ b/pry.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.executables = ["pry"]
s.require_paths = ["lib"]
- s.files = `git ls-files`.split("\n")
+ s.files = `git ls-files bin lib *.md LICENSE`.split("\n")
s.add_dependency 'coderay', '~> 1.1.0'
s.add_dependency 'slop', '~> 3.4'