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:
parent
63c8247991
commit
26b0870a46
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue