domain_prefix 0.3.0.0 → 0.3.0.1
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/data/effective_tld_names.dat +631 -414
- data/domain_prefix.gemspec +4 -4
- metadata +3 -3
data/domain_prefix.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: domain_prefix 0.3.0.
|
|
5
|
+
# stub: domain_prefix 0.3.0.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "domain_prefix"
|
|
9
|
-
s.version = "0.3.0.
|
|
9
|
+
s.version = "0.3.0.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["tadman"]
|
|
14
|
-
s.date = "2014-
|
|
14
|
+
s.date = "2014-03-13"
|
|
15
15
|
s.description = "A library to extract information about top-level domain and registered name from generic and international domain names"
|
|
16
16
|
s.email = "github@tadman.ca"
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
|
|
|
36
36
|
"test/test_domain_prefix.rb"
|
|
37
37
|
]
|
|
38
38
|
s.homepage = "http://github.com/twg/domain_prefix"
|
|
39
|
-
s.rubygems_version = "2.2.
|
|
39
|
+
s.rubygems_version = "2.2.2"
|
|
40
40
|
s.summary = "Domain Prefix Extraction Library"
|
|
41
41
|
|
|
42
42
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: domain_prefix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.0.
|
|
4
|
+
version: 0.3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tadman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: simpleidn
|
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
version: '0'
|
|
96
96
|
requirements: []
|
|
97
97
|
rubyforge_project:
|
|
98
|
-
rubygems_version: 2.2.
|
|
98
|
+
rubygems_version: 2.2.2
|
|
99
99
|
signing_key:
|
|
100
100
|
specification_version: 4
|
|
101
101
|
summary: Domain Prefix Extraction Library
|