Skip to content

Commit

Permalink
Release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 7, 2010
1 parent 2b39e5c commit 428783b
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.4

* FIXED: With some .be domains, whois.dns.be parser returns invalid values for nameservers.

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 = 3
PATCH = 4
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.3"
s.version = "1.3.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Simone Carletti"]
s.date = %q{2010-09-02}
s.date = %q{2010-09-07}
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.
}
s.email = %q{weppos@weppos.net}
Expand Down

0 comments on commit 428783b

Please sign in to comment.