domainatrix 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/domainatrix.rb +1 -1
  2. metadata +2 -2
data/lib/domainatrix.rb CHANGED
@@ -4,7 +4,7 @@ require 'domainatrix/domain_parser.rb'
4
4
  require 'domainatrix/url.rb'
5
5
 
6
6
  module Domainatrix
7
- VERSION = "0.0.1"
7
+ VERSION = "0.0.2"
8
8
 
9
9
  def self.parse(url)
10
10
  @domain_parser ||= DomainParser.new("#{File.dirname(__FILE__)}/effective_tld_names.dat")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domainatrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix
@@ -59,6 +59,6 @@ rubyforge_project:
59
59
  rubygems_version: 1.3.5
60
60
  signing_key:
61
61
  specification_version: 2
62
- summary: A cruel misstress that uses the public suffix domain list to dominate URLs by canonicalizing, finding TLDs, and breaking them into their domain parts.
62
+ summary: A cruel mistress that uses the public suffix domain list to dominate URLs by canonicalizing, finding TLDs, and breaking them into their domain parts.
63
63
  test_files: []
64
64