We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a604e commit a670738Copy full SHA for a670738
weakref.gemspec
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
spec.authors = ["Yukihiro Matsumoto"]
9
spec.email = ["[email protected]"]
10
11
- spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
12
- spec.description = %q{TODO: Write a longer description or delete this line.}
+ spec.summary = %q{Allows a referenced object to be garbage-collected.}
+ spec.description = %q{Allows a referenced object to be garbage-collected.}
13
spec.homepage = "https://github.com/ruby/weakref"
14
15
spec.metadata["homepage_uri"] = spec.homepage
0 commit comments