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

Merge pull request #82 from bquorning/patch-1

Specify license in gemspec
This commit is contained in:
Petko Bordjukov 2013-02-27 17:07:42 -08:00
commit b070cb1dd3

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"