Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Nov 6, 2016
1 parent 2407e3f commit 3fb8add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ spec = Gem::Specification.new do |s|
s.name = "whois"
s.version = Whois::VERSION
s.summary = "An intelligent pure Ruby WHOIS client and parser."
s.description = "Whois is an intelligent WHOIS client and parser written in pure Ruby. It can query registry data for IPv4, IPv6 and top level domains, parse and convert responses into easy-to-use Ruby objects."
s.description = "Whois is an intelligent WHOIS client and parser written in pure Ruby. It can query registry data for IPv4, IPv6 and top level domains, and parse the responses into easy-to-use Ruby objects via the whois-parser library."

s.required_ruby_version = ">= 2.0.0"

s.authors = ["Simone Carletti"]
s.email = ["weppos@weppos.net"]
s.homepage = "http://whoisrb.org/"
s.homepage = "https://whoisrb.org/"
s.license = "MIT"

s.files = %w( LICENSE.txt .yardopts ) +
Expand Down

0 comments on commit 3fb8add

Please sign in to comment.