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

Specify license in gemspec

Makes it possible to use tools like https://github.com/pivotal/LicenseFinder
This commit is contained in:
Benjamin Quorning 2013-02-17 23:34:59 +01:00
parent c18e267f07
commit b47b6f297f

View file

@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/cowboyd/libv8"
s.summary = %q{Distribution of the V8 JavaScript engine}
s.description = %q{Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer}
s.license = "MIT"
s.rubyforge_project = "libv8"