Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit ba87166

Browse files
author
Trung Lê
committed
Update old gemspec details
1 parent d6219df commit ba87166

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

libv8.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ Gem::Specification.new do |s|
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Charles Lowell"]
99
s.email = ["cowboyd@thefrontside.net"]
10-
s.homepage = "http://github.com/cowboyd/libv8"
10+
s.homepage = "http://github.com/rubyjs/libv8"
1111
s.summary = %q{Distribution of the V8 JavaScript engine}
1212
s.description = %q{Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer}
1313
s.license = "MIT"
1414

15-
s.rubyforge_project = "libv8"
16-
1715
s.files = `git ls-files`.split("\n").reject {|f| f =~ /^release\//}
1816

1917
submodules = `git submodule --quiet foreach 'echo $path'`.split("\n").map(&:chomp)

0 commit comments

Comments
 (0)