[ruby/weakref] Update TODO on README

https://github.com/ruby/weakref/commit/a67073856e
This commit is contained in:
Hiroshi SHIBATA 2020-03-26 19:39:41 +09:00
Родитель 11d5a8318d
Коммит 8d622a58c6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]
spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
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.}
spec.homepage = "https://github.com/ruby/weakref"
spec.metadata["homepage_uri"] = spec.homepage