summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorDaniel Ritz <daniel.ritz@gmx.ch>2017-11-30 00:05:28 +0100
committerDaniel Ritz <daniel.ritz@gmx.ch>2017-11-30 00:05:28 +0100
commit284a9d684311ee3763387a46f7a4028b10107111 (patch)
tree302e954850c3cc386b7715154d80f8d1363b86dd /bundler.gemspec
parent778dcf58506b99fc7923a1ae530f1353dee9a4d4 (diff)
downloadbundler-284a9d684311ee3763387a46f7a4028b10107111.tar.gz
Include bundler.gemspec in the gem because warbler breaks w/o it
f06405 caused a regression with warbler, described in #6165
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 6f0e583350..e3bfcb3539 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -49,6 +49,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]