Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 2, 2010
1 parent cac78c2 commit 7125153
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Changelog


== master
== Release 1.3.3

* ADDED: Ability to parse Registrar for .ca TLD parser [aeden]

Expand Down
2 changes: 1 addition & 1 deletion lib/whois/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module Whois
module Version
MAJOR = 1
MINOR = 3
PATCH = 2
PATCH = 3
BUILD = nil

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

Gem::Specification.new do |s|
s.name = %q{whois}
s.version = "1.3.2"
s.version = "1.3.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Simone Carletti"]
s.date = %q{2010-08-26}
s.date = %q{2010-09-02}
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 7125153

Please sign in to comment.