diff options
-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+. |