summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bundler.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index dade77f32e..6cd542c95a 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -48,6 +48,8 @@ Gem::Specification.new do |s|
s.files += Dir.glob("man/**/*")
# Include the CHANGELOG.md, LICENSE.md, README.md manually
s.files += %w[CHANGELOG.md LICENSE.md README.md]
+ # include the gemspec itself because warbler breaks w/o it
+ s.files += %w[bundler.gemspec]
s.bindir = "exe"
s.executables = %w[bundle bundler]