domain_prefix 0.2.2.2 → 0.2.2.3
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 +25 -0
- data/domain_prefix.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.2.
|
|
1
|
+
0.2.2.3
|
|
@@ -221,6 +221,7 @@ edu.au
|
|
|
221
221
|
gov.au
|
|
222
222
|
asn.au
|
|
223
223
|
id.au
|
|
224
|
+
csiro.au
|
|
224
225
|
// Historic 2LDs (closed to new registration, but sites still exist)
|
|
225
226
|
info.au
|
|
226
227
|
conf.au
|
|
@@ -6561,6 +6562,22 @@ xxx
|
|
|
6561
6562
|
// Requested by Donavan Miller <donavanm@amazon.com> 2013-03-22
|
|
6562
6563
|
cloudfront.net
|
|
6563
6564
|
|
|
6565
|
+
// Amazon Elastic Compute Cloud: https://aws.amazon.com/ec2/
|
|
6566
|
+
// Requested by Osman Surkatty <osmans@amazon.com> 2013-04-02
|
|
6567
|
+
compute.amazonaws.com
|
|
6568
|
+
us-east-1.amazonaws.com
|
|
6569
|
+
compute-1.amazonaws.com
|
|
6570
|
+
z-1.compute-1.amazonaws.com
|
|
6571
|
+
z-2.compute-1.amazonaws.com
|
|
6572
|
+
ap-northeast-1.compute.amazonaws.com
|
|
6573
|
+
ap-southeast-1.compute.amazonaws.com
|
|
6574
|
+
ap-southeast-2.compute.amazonaws.com
|
|
6575
|
+
eu-west-1.compute.amazonaws.com
|
|
6576
|
+
sa-east-1.compute.amazonaws.com
|
|
6577
|
+
us-gov-west-1.compute.amazonaws.com
|
|
6578
|
+
us-west-1.compute.amazonaws.com
|
|
6579
|
+
us-west-2.compute.amazonaws.com
|
|
6580
|
+
|
|
6564
6581
|
// Amazon Elastic Beanstalk : https://aws.amazon.com/elasticbeanstalk/
|
|
6565
6582
|
// Requested by Adam Stein <astein@amazon.com> 2013-04-02
|
|
6566
6583
|
elasticbeanstalk.com
|
|
@@ -6920,6 +6937,14 @@ webhop.org
|
|
|
6920
6937
|
worse-than.tv
|
|
6921
6938
|
writesthisblog.com
|
|
6922
6939
|
|
|
6940
|
+
// Fastly Inc. http://www.fastly.com/
|
|
6941
|
+
// Requested by Vladimir Vuksan <vladimir@fastly.com> 2013-05-31
|
|
6942
|
+
a.ssl.fastly.net
|
|
6943
|
+
b.ssl.fastly.net
|
|
6944
|
+
global.ssl.fastly.net
|
|
6945
|
+
a.prod.fastly.net
|
|
6946
|
+
global.prod.fastly.net
|
|
6947
|
+
|
|
6923
6948
|
// GitHub, Inc.
|
|
6924
6949
|
// Requested by Ben Toews <btoews@github.com> 2013-04-18
|
|
6925
6950
|
github.io
|
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.3"
|
|
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-07-29"
|
|
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.3
|
|
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-07-29 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
|