1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

Add license information to gemspec

This increases the discoverability of what license this gem uses. See rubygems/rubygems.org#363 or [this blog post](http://www.benjaminfleischer.com/2013/07/12/make-the-world-a-better-place-put-a-license-in-your-gemspec/) for more info.
This commit is contained in:
David Celis 2014-01-28 15:53:12 -08:00
parent 63c8247991
commit 26b0870a46

View file

@ -15,6 +15,7 @@ Gem::Specification.new do |gem|
gem.extensions = ["ext/v8/extconf.rb"]
gem.require_paths = ["lib", "ext"]
gem.version = V8::VERSION
gem.license = 'MIT'
gem.add_dependency 'ref'
gem.add_dependency 'libv8', '~> 3.16.14.0'