Skip to content

Commit

Permalink
fixed typo in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldix committed Dec 10, 2009
1 parent b73df2d commit 131fce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions domainatrix.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{domainatrix}
s.version = "0.0.1"
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Dix"]
Expand All @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/pauldix/domainatrix}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{A cruel misstress that uses the public suffix domain list to dominate URLs by canonicalizing, finding TLDs, and breaking them into their domain parts.}
s.summary = %q{A cruel mistress that uses the public suffix domain list to dominate URLs by canonicalizing, finding TLDs, and breaking them into their domain parts.}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down
2 changes: 1 addition & 1 deletion lib/domainatrix.rb
Expand Up @@ -4,7 +4,7 @@
require 'domainatrix/url.rb'

module Domainatrix
VERSION = "0.0.1"
VERSION = "0.0.2"

def self.parse(url)
@domain_parser ||= DomainParser.new("#{File.dirname(__FILE__)}/effective_tld_names.dat")
Expand Down

0 comments on commit 131fce1

Please sign in to comment.