mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Update old gemspec details
This commit is contained in:
parent
d6219df22f
commit
ba871661a1
1 changed files with 1 additions and 3 deletions
|
@ -7,13 +7,11 @@ Gem::Specification.new do |s|
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.authors = ["Charles Lowell"]
|
s.authors = ["Charles Lowell"]
|
||||||
s.email = ["cowboyd@thefrontside.net"]
|
s.email = ["cowboyd@thefrontside.net"]
|
||||||
s.homepage = "http://github.com/cowboyd/libv8"
|
s.homepage = "http://github.com/rubyjs/libv8"
|
||||||
s.summary = %q{Distribution of the V8 JavaScript engine}
|
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.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.license = "MIT"
|
||||||
|
|
||||||
s.rubyforge_project = "libv8"
|
|
||||||
|
|
||||||
s.files = `git ls-files`.split("\n").reject {|f| f =~ /^release\//}
|
s.files = `git ls-files`.split("\n").reject {|f| f =~ /^release\//}
|
||||||
|
|
||||||
submodules = `git submodule --quiet foreach 'echo $path'`.split("\n").map(&:chomp)
|
submodules = `git submodule --quiet foreach 'echo $path'`.split("\n").map(&:chomp)
|
||||||
|
|
Loading…
Add table
Reference in a new issue