summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-10 20:16:47 -0700
committerAndre Arko <andre@arko.net>2015-05-11 13:08:46 -0700
commit527f2af9e2fbd503e10a8c9e5d604b37c43fbbf2 (patch)
tree232e218e2e62b2bb21790e401d784159885d155a
parent0fa68abb7ac3c7a20314c16959fa97e1215eaa5a (diff)
downloadbundler-527f2af9e2fbd503e10a8c9e5d604b37c43fbbf2.tar.gz
[gem] put mit in readme if enabled
-rw-r--r--lib/bundler/templates/newgem/README.md.tt6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt
index a5c1a59cf5..8fb4edab51 100644
--- a/lib/bundler/templates/newgem/README.md.tt
+++ b/lib/bundler/templates/newgem/README.md.tt
@@ -33,3 +33,9 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/<%= config[:name] %>.<% if config[:coc] %> This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.<% end %>
+<% if config[:mit] %>
+
+## License
+
+The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+<% end %>