Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Apr 4, 2013
1 parent 6cc9486 commit be9b769
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog # Changelog




## Release 3.1.1

- FIXED: Fixed CLI crash (GH-219). [Thanks @linrock]


## Release 3.1.0 ## Release 3.1.0


- SERVER: Added .POST (GH-192) TLD definition. - SERVER: Added .POST (GH-192) TLD definition.
Expand Down
2 changes: 1 addition & 1 deletion lib/whois/version.rb
Expand Up @@ -13,7 +13,7 @@ module Whois
module Version module Version
MAJOR = 3 MAJOR = 3
MINOR = 1 MINOR = 1
PATCH = 0 PATCH = 1
BUILD = nil BUILD = nil


STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".") STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".")
Expand Down
4 changes: 2 additions & 2 deletions whois.gemspec
Expand Up @@ -2,11 +2,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "whois" s.name = "whois"
s.version = "3.1.0" s.version = "3.1.1"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Simone Carletti"] s.authors = ["Simone Carletti"]
s.date = "2013-04-03" s.date = "2013-04-04"
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, parse and convert responses into easy-to-use Ruby objects."
s.email = ["weppos@weppos.net"] s.email = ["weppos@weppos.net"]
s.executables = ["ruby-whois"] s.executables = ["ruby-whois"]
Expand Down

0 comments on commit be9b769

Please sign in to comment.