domain_prefix 0.2.2.3 → 0.2.2.4
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.
- data/VERSION +1 -1
- data/data/effective_tld_names.dat +9 -0
- data/domain_prefix.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.2.
|
|
1
|
+
0.2.2.4
|
|
@@ -6645,6 +6645,11 @@ za.com
|
|
|
6645
6645
|
// c.la : http://www.c.la/
|
|
6646
6646
|
c.la
|
|
6647
6647
|
|
|
6648
|
+
// cloudControl : https://www.cloudcontrol.com/
|
|
6649
|
+
// Requested by Tobias Wilken <tw@cloudcontrol.com> 2013-07-23
|
|
6650
|
+
cloudcontrolled.com
|
|
6651
|
+
cloudcontrolapp.com
|
|
6652
|
+
|
|
6648
6653
|
// co.ca : http://registry.co.ca/
|
|
6649
6654
|
co.ca
|
|
6650
6655
|
|
|
@@ -6949,6 +6954,10 @@ global.prod.fastly.net
|
|
|
6949
6954
|
// Requested by Ben Toews <btoews@github.com> 2013-04-18
|
|
6950
6955
|
github.io
|
|
6951
6956
|
|
|
6957
|
+
// GlobeHosting, Inc.
|
|
6958
|
+
// Requested by Zoltan Egresi <egresi@globehosting.com> 2013-07-12
|
|
6959
|
+
ro.com
|
|
6960
|
+
|
|
6952
6961
|
// Google, Inc.
|
|
6953
6962
|
// Requested by Eduardo Vela <evn@google.com> 2012-10-24
|
|
6954
6963
|
appspot.com
|
data/domain_prefix.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "domain_prefix"
|
|
8
|
-
s.version = "0.2.2.
|
|
8
|
+
s.version = "0.2.2.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["tadman"]
|
|
12
|
-
s.date = "2013-
|
|
12
|
+
s.date = "2013-09-16"
|
|
13
13
|
s.description = "A library to extract information about top-level domain and registered name from generic and international domain names"
|
|
14
14
|
s.email = "github@tadman.ca"
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: domain_prefix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.2.
|
|
4
|
+
version: 0.2.2.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-09-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: A library to extract information about top-level domain and registered
|
|
15
15
|
name from generic and international domain names
|