Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 18, 2010
1 parent e07a1e1 commit 634a8d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -1,6 +1,6 @@
= Changelog = Changelog


== master == Release 0.6.0


* ADDED: PublicSuffixService.parse raises DomainNotAllowed when trying to parse a domain name * ADDED: PublicSuffixService.parse raises DomainNotAllowed when trying to parse a domain name
which exists, but is not allowed by the current definition list (#3) which exists, but is not allowed by the current definition list (#3)
Expand Down
4 changes: 2 additions & 2 deletions lib/public_suffix_service/version.rb
Expand Up @@ -18,8 +18,8 @@ module PublicSuffixService


module Version module Version
MAJOR = 0 MAJOR = 0
MINOR = 5 MINOR = 6
PATCH = 2 PATCH = 0
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 public_suffix_service.gemspec
Expand Up @@ -2,11 +2,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{public_suffix_service} s.name = %q{public_suffix_service}
s.version = "0.5.2" s.version = "0.6.0"


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 = %q{2010-09-17} s.date = %q{2010-09-18}
s.description = %q{ Intelligent domain name parser based in the Public Suffic List. PublicSuffixService can parse and decompose a domain name into top level domain, domain and subdomains. s.description = %q{ Intelligent domain name parser based in the Public Suffic List. PublicSuffixService can parse and decompose a domain name into top level domain, domain and subdomains.
} }
s.email = %q{weppos@weppos.net} s.email = %q{weppos@weppos.net}
Expand Down

0 comments on commit 634a8d5

Please sign in to comment.