summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick LaMuro <nicklamuro@gmail.com>2017-07-12 15:27:10 -0500
committerNick LaMuro <nicklamuro@gmail.com>2017-07-12 15:48:52 -0500
commitc34f6eead4857cd6ccc69055a45bfd194ffa48c3 (patch)
treeae241667c732a72dd351796bfcd48122826486a1
parentf064055d6db042f7c19c541b8866afb5eadef55d (diff)
downloadbundler-c34f6eead4857cd6ccc69055a45bfd194ffa48c3.tar.gz
Include the READMEish files in the build
While not required for the build to function, they provide links and information to developers who find themselves in the codebase of the gem they have installed on their system.
-rw-r--r--bundler.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index c77567a926..7c9f11ec8c 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -41,6 +41,8 @@ Gem::Specification.new do |s|
# we don't check in man pages, but we need to ship them because
# we use them to generate the long-form help for each command.
s.files += Dir.glob("man/**/*")
+ # Include the CHANGELOG.md, LICENSE.md, README.md manually
+ s.files += %w[CHANGELOG.md LICENSE.md README.md]
s.bindir = "exe"
s.executables = %w[bundle bundler]