diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-30 13:14:25 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-13 09:47:40 +0000 |
commit | 61bd69470a68354b77fad65119c56cbf19f2c152 () | |
tree | c3a26823c7f3a250c23ee80b94031f48285a0a6a /lib/open-uri.gemspec | |
parent | 76aaaf6434752b5dc407878a5268892f859b2bf5 (diff) |
[ruby/open-uri] Expose OpenURI::VERSION
https://.com/ruby/open-uri/commit/666768d960
-rw-r--r-- | lib/open-uri.gemspec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,13 @@ Gem::Specification.new do |spec| - spec.name = "open-uri" - spec.version = "0.3.0" spec.authors = ["Tanaka Akira"] spec.email = ["[email protected]"] |