Skip to content

Commit

Permalink
Release 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Oct 21, 2010
1 parent 63b5f93 commit 3660b53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -1,6 +1,6 @@
= Changelog

== master
== Release 1.3.11

* CHANGED: Standardized #status property for the following parsers (#5)
* whois.aero
Expand Down
2 changes: 1 addition & 1 deletion lib/whois/version.rb
Expand Up @@ -19,7 +19,7 @@ module Whois
module Version
MAJOR = 1
MINOR = 3
PATCH = 10
PATCH = 11
BUILD = nil

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|
s.name = %q{whois}
s.version = "1.3.10"
s.version = "1.3.11"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Simone Carletti"]
s.date = %q{2010-10-17}
s.date = %q{2010-10-21}
s.default_executable = %q{ruby-whois}
s.description = %q{ 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.
}
Expand Down

0 comments on commit 3660b53

Please sign in to comment.