diff options
author | Nathaniel Bibler <git@nathanielbibler.com> | 2014-01-08 22:05:16 -0500 |
---|---|---|
committer | Nathaniel Bibler <git@nathanielbibler.com> | 2014-01-08 22:05:16 -0500 |
commit | 76b47e339311516e84afdc80f170dec02aa91fda (patch) | |
tree | 8a18073b020abce8e72bc1490bac4b793b424482 /components | |
parent | c73aceb3d3415e9847fa0680f42bf80d5a652bac (diff) | |
download | handlebars.js-76b47e339311516e84afdc80f170dec02aa91fda.zip handlebars.js-76b47e339311516e84afdc80f170dec02aa91fda.tar.gz handlebars.js-76b47e339311516e84afdc80f170dec02aa91fda.tar.bz2 |
Add MIT license identification to the Ruby gemspec
Diffstat (limited to 'components')
-rw-r--r-- | components/handlebars-source.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/handlebars-source.gemspec b/components/handlebars-source.gemspec index 4313e95..9123fdd 100644 --- a/components/handlebars-source.gemspec +++ b/components/handlebars-source.gemspec @@ -12,6 +12,7 @@ Gem::Specification.new do |gem| gem.summary = %q{Handlebars.js source code wrapper} gem.homepage = "https://github.com/wycats/handlebars.js/" gem.version = package["version"] + gem.license = "MIT" gem.files = [ 'handlebars.js', |