summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPostmodern <postmodern.mod3@gmail.com>2012-06-21 19:12:10 -0700
committerPostmodern <postmodern.mod3@gmail.com>2012-06-21 19:12:10 -0700
commit382892bfacc82f5abb3036a3f234e4c5654fb58d (patch)
treeada8631abc8365e48c31c4992d584555520e005b
parent68bdb446fc5baba8e634d9a5bb913fca8d5f1127 (diff)
downloadbundler-382892bfacc82f5abb3036a3f234e4c5654fb58d.tar.gz
Add the .txt extension to the LICENSE file.
-rw-r--r--lib/bundler/cli.rb2
-rw-r--r--lib/bundler/templates/newgem/LICENSE.txt.tt (renamed from lib/bundler/templates/newgem/LICENSE.tt)0
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 2131edf62b..dda4431921 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -595,7 +595,7 @@ module Bundler
}
template(File.join("newgem/Gemfile.tt"), File.join(target, "Gemfile"), opts)
template(File.join("newgem/Rakefile.tt"), File.join(target, "Rakefile"), opts)
- template(File.join("newgem/LICENSE.tt"), File.join(target, "LICENSE"), opts)
+ template(File.join("newgem/LICENSE.txt.tt"), File.join(target, "LICENSE.txt"), opts)
template(File.join("newgem/README.md.tt"), File.join(target, "README.md"), opts)
template(File.join("newgem/gitignore.tt"), File.join(target, ".gitignore"), opts)
template(File.join("newgem/newgem.gemspec.tt"), File.join(target, "#{name}.gemspec"), opts)
diff --git a/lib/bundler/templates/newgem/LICENSE.tt b/lib/bundler/templates/newgem/LICENSE.txt.tt
index 61dde8d1ae..61dde8d1ae 100644
--- a/lib/bundler/templates/newgem/LICENSE.tt
+++ b/lib/bundler/templates/newgem/LICENSE.txt.tt