aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler.gemspec
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-05 08:32:01 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-05 08:32:01 +0000
commitaaf2491c1fa1edc628e468128462788c497b86ba (patch)
treef4a7f2fa106e1968ffb25ac61ff083c27bb03aa2 /lib/bundler.gemspec
parent67879c4f2e29baeb97c61a0a811eaff6096d9c95 (diff)
downloadruby-aaf2491c1fa1edc628e468128462788c497b86ba.tar.gz
Fixed broken `bundle gem` command.
This patch is provided by @gyugyu (Yusuke Yagyu) * Remove README* entry from no_install that there is no README* files except README.md.tt * Rename .travis.yml.tt to travis.yml.tt like gitignore.tt [Bug #13975][ruby-dev:50278][fix GH-1710] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/bundler.gemspec')
-rw-r--r--lib/bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.gemspec b/lib/bundler.gemspec
index 65713ebd57..49f82ba3cb 100644
--- a/lib/bundler.gemspec
+++ b/lib/bundler.gemspec
@@ -154,7 +154,6 @@ Gem::Specification.new do |s|
"lib/bundler/templates/Executable",
"lib/bundler/templates/Executable.standalone",
"lib/bundler/templates/Gemfile",
- "lib/bundler/templates/newgem/.travis.yml.tt",
"lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt",
"lib/bundler/templates/newgem/Gemfile.tt",
"lib/bundler/templates/newgem/LICENSE.txt.tt",
@@ -175,6 +174,7 @@ Gem::Specification.new do |s|
"lib/bundler/templates/newgem/spec/spec_helper.rb.tt",
"lib/bundler/templates/newgem/test/newgem_test.rb.tt",
"lib/bundler/templates/newgem/test/test_helper.rb.tt",
+ "lib/bundler/templates/newgem/travis.yml.tt",
"lib/bundler/ui.rb",
"lib/bundler/ui/rg_proxy.rb",
"lib/bundler/ui/shell.rb",