diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-30 13:29:05 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-14 01:46:38 +0000 |
commit | 652f27330851e6154fc027515dcd43954a69cd9a () | |
tree | 9001eb408234863e4bd900062169f8b701fbe67c /lib | |
parent | ebe620def601d804b7dba1e00132b9bc10d5ef6f (diff) |
[ruby/resolv] Expose Resolv::VERSION
https://.com/ruby/resolv/commit/6ab2385e89
-rw-r--r-- | lib/resolv.gemspec | 11 | ||||
-rw-r--r-- | lib/resolv.rb | 2 |
2 files changed, 11 insertions, 2 deletions
@@ -1,6 +1,13 @@ Gem::Specification.new do |spec| - spec.name = "resolv" - spec.version = "0.2.2" spec.authors = ["Tanaka Akira"] spec.email = ["[email protected]"] @@ -37,6 +37,8 @@ end class Resolv ## # Looks up the first IP address for +name+. |