File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,15 @@ require "weakref/version"
55Gem ::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.
You can’t perform that action at this time.
0 commit comments