Skip to content

Commit 14484c2

Browse files
committed
Update the basic attributes of gemspec
1 parent 4b6f3ef commit 14484c2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

weakref.gemspec

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@ require "weakref/version"
55
Gem::Specification.new do |spec|
66
spec.name = "weakref"
77
spec.version = Weakref::VERSION
8-
spec.authors = ["Hiroshi SHIBATA"]
9-
spec.email = ["hsbt@ruby-lang.org"]
8+
spec.authors = ["Yukihiro Matsumoto"]
9+
spec.email = ["matz@ruby-lang.org"]
1010

1111
spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
1212
spec.description = %q{TODO: Write a longer description or delete this line.}
13-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
14-
15-
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
13+
spec.homepage = "https://github.com/ruby/weakref"
1614

1715
spec.metadata["homepage_uri"] = spec.homepage
18-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
19-
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
16+
spec.metadata["source_code_uri"] = "https://github.com/ruby/weakref"
2017
spec.license = "BSD-2-Clause"
2118

2219
# Specify which files should be added to the gem when it is released.

0 commit comments

Comments
 (0)