domain_name 0.5.20160615 → 0.5.20160826

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9fda9091db741b17ff6fbac8539aaf506ce271d
4
- data.tar.gz: c33ab2798a9129ed531702030600e39b13f96946
3
+ metadata.gz: b33fa5f4fc569354efe56aebeb1991a0e43c8d8a
4
+ data.tar.gz: dea9baff323526f747256c0f9b40dcd2ae2fdbe7
5
5
  SHA512:
6
- metadata.gz: b92bc01bf7044304d6b8035be2b89ec8274383b7a784933cf1979e9d158d71095bda81a6e613bae995c82e0a751059a47c9052536e5cc6578d8dc53b8b7cdce9
7
- data.tar.gz: 0c989b526714c1402acc7cfa907df5a41d31390f96b5ae7b2e14e44e6f7869d1d71b4ab4981538152181e1dd030c034d99aba88e712fb5c7c19586fee65e42f7
6
+ metadata.gz: 9d394851f6295f66d2b99224196c55431f5f271846af5cbb682bf5b91363a0f18fbe0a1ed09d9d2ed0759ea7c1e4d09a1869cf26a5064e97f9740a6c23023c71
7
+ data.tar.gz: d0b4c689176ee9e9ba8e1dd417315a576961aad208ab3e93df3e7aeac86481e9c33c954d4aa57c625bab765fa81ea4131c7596b5875c355b18931b5ea4b1bf22
@@ -14,3 +14,5 @@ matrix:
14
14
  - rvm: ruby-head
15
15
  - rvm: jruby-head
16
16
  - rvm: rbx-2
17
+ before_install:
18
+ - gem update bundler
@@ -0,0 +1,183 @@
1
+ # Change Log
2
+
3
+ ## [v0.5.20160615](https://github.com/knu/ruby-domain_name/tree/v0.5.20160615) (2016-06-16)
4
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.20160310...v0.5.20160615)
5
+
6
+ - Always set `@domain` to avoid a warning when `$VERBOSE` is on
7
+ - Update the eTLD database to 2016-06-15T16:22:11Z
8
+
9
+ ## [v0.5.20160310](https://github.com/knu/ruby-domain_name/tree/v0.5.20160310) (2016-03-17)
10
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.20160309...v0.5.20160310)
11
+
12
+ - Update development dependencies for obsolete rubies
13
+ - Update the eTLD database to 2016-03-10T21:22:02Z
14
+
15
+ ## [v0.5.20160309](https://github.com/knu/ruby-domain_name/tree/v0.5.20160309) (2016-03-09)
16
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.20160216...v0.5.20160309)
17
+
18
+ - Fix support for Ruby 1.8
19
+ - Update the eTLD database to 2016-03-09T09:52:02Z
20
+
21
+ ## [v0.5.20160216](https://github.com/knu/ruby-domain_name/tree/v0.5.20160216) (2016-02-24)
22
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.20160128...v0.5.20160216)
23
+
24
+ - Update the eTLD database to 2016-02-16T19:22:02Z
25
+
26
+ ## [v0.5.20160128](https://github.com/knu/ruby-domain_name/tree/v0.5.20160128) (2016-01-29)
27
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.25...v0.5.20160128)
28
+
29
+ - Use the date as part of VERSION
30
+ - Update the eTLD database to 2016-01-28T23:22:02Z
31
+
32
+ ## [v0.5.25](https://github.com/knu/ruby-domain_name/tree/v0.5.25) (2015-10-06)
33
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.24...v0.5.25)
34
+
35
+ - Restrict i18n < 0.7.0 on ruby 1.8.
36
+ - Update the eTLD database to 2015-09-29T17:22:03Z
37
+
38
+ ## [v0.5.24](https://github.com/knu/ruby-domain_name/tree/v0.5.24) (2015-04-16)
39
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.23...v0.5.24)
40
+
41
+ - Update the eTLD database to 2015-04-07T20:26:05Z
42
+
43
+ ## [v0.5.23](https://github.com/knu/ruby-domain_name/tree/v0.5.23) (2014-12-19)
44
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.22...v0.5.23)
45
+
46
+ - Update the eTLD database to 2014-12-18T02:26:03Z
47
+
48
+ ## [v0.5.22](https://github.com/knu/ruby-domain_name/tree/v0.5.22) (2014-10-28)
49
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.21...v0.5.22)
50
+
51
+ - Update the eTLD database to 2014-10-27T15:26:07Z
52
+
53
+ ## [v0.5.21](https://github.com/knu/ruby-domain_name/tree/v0.5.21) (2014-09-09)
54
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.20...v0.5.21)
55
+
56
+ - Update the eTLD database to 2014-09-05T01:56:10Z
57
+
58
+ ## [v0.5.20](https://github.com/knu/ruby-domain_name/tree/v0.5.20) (2014-08-18)
59
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.19...v0.5.20)
60
+
61
+ - Update the eTLD database to 2014-08-14T00:56:09Z
62
+
63
+ ## [v0.5.19](https://github.com/knu/ruby-domain_name/tree/v0.5.19) (2014-06-12)
64
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.18...v0.5.19)
65
+
66
+ - Update the eTLD database to 2014-06-11T15:26:13Z
67
+
68
+ ## [v0.5.18](https://github.com/knu/ruby-domain_name/tree/v0.5.18) (2014-03-27)
69
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.17...v0.5.18)
70
+
71
+ - Update the eTLD database to 2014-03-27T03:00:59Z
72
+
73
+ ## [v0.5.17](https://github.com/knu/ruby-domain_name/tree/v0.5.17) (2014-03-21)
74
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.16...v0.5.17)
75
+
76
+ - Update the eTLD database to 2014-03-20T15:01:09Z
77
+
78
+ ## [v0.5.16](https://github.com/knu/ruby-domain_name/tree/v0.5.16) (2014-02-12)
79
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.15...v0.5.16)
80
+
81
+ - Update the eTLD database to 2014-02-11T16:01:07Z
82
+
83
+ ## [v0.5.15](https://github.com/knu/ruby-domain_name/tree/v0.5.15) (2013-11-15)
84
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.14...v0.5.15)
85
+
86
+ - Update the eTLD database to 2013-11-15T16:01:28Z
87
+ - Merge IDN tests from mozilla-central/netwerk/test/unit/data/test_psl.txt
88
+
89
+ ## [v0.5.14](https://github.com/knu/ruby-domain_name/tree/v0.5.14) (2013-10-16)
90
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.13...v0.5.14)
91
+
92
+ - Update the eTLD database to 2013-10-16T07:01:24Z
93
+
94
+ ## [v0.5.13](https://github.com/knu/ruby-domain_name/tree/v0.5.13) (2013-08-18)
95
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.12...v0.5.13)
96
+
97
+ - Update the eTLD database to 2013-08-15T11:01:26Z
98
+ - Adjust dependencies for Ruby 1.8
99
+
100
+ ## [v0.5.12](https://github.com/knu/ruby-domain_name/tree/v0.5.12) (2013-06-07)
101
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.11...v0.5.12)
102
+
103
+ - Update the eTLD database to 2013-06-06T23:00:56Z
104
+ - Add *_idn methods that do ToUnicode conversion
105
+
106
+ ## [v0.5.11](https://github.com/knu/ruby-domain_name/tree/v0.5.11) (2013-04-12)
107
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.10...v0.5.11)
108
+
109
+ - Add DomainName#superdomain
110
+ - Update the database to 2013-04-05T23:00:49Z
111
+
112
+ ## [v0.5.10](https://github.com/knu/ruby-domain_name/tree/v0.5.10) (2013-04-01)
113
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.9...v0.5.10)
114
+
115
+ - Update the eTLD database to that of 2013-03-31T03:02:39Z
116
+
117
+ ## [v0.5.9](https://github.com/knu/ruby-domain_name/tree/v0.5.9) (2013-03-17)
118
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.8...v0.5.9)
119
+
120
+ - Support unf 0.1.0
121
+
122
+ ## [v0.5.8](https://github.com/knu/ruby-domain_name/tree/v0.5.8) (2013-03-14)
123
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.7...v0.5.8)
124
+
125
+ - Update the eTLD database to the version as of 2013-02-18T20:02:07Z
126
+
127
+ ## [v0.5.7](https://github.com/knu/ruby-domain_name/tree/v0.5.7) (2013-01-07)
128
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.6...v0.5.7)
129
+
130
+ - Update the eTLD list
131
+
132
+ ## [v0.5.6](https://github.com/knu/ruby-domain_name/tree/v0.5.6) (2012-12-06)
133
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.5...v0.5.6)
134
+
135
+ - Update the eTLD list
136
+
137
+ ## [v0.5.5](https://github.com/knu/ruby-domain_name/tree/v0.5.5) (2012-12-06)
138
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.4...v0.5.5)
139
+
140
+ - Add an optional host_only flag to DomainName#cookie_domain?
141
+ - Migrate from jeweler to bundle gem
142
+
143
+ ## [v0.5.4](https://github.com/knu/ruby-domain_name/tree/v0.5.4) (2012-09-18)
144
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.3...v0.5.4)
145
+
146
+ - Update the eTLD list
147
+ - Import updated test cases suggested by Mozilla developers
148
+
149
+ ## [v0.5.3](https://github.com/knu/ruby-domain_name/tree/v0.5.3) (2012-04-06)
150
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.2...v0.5.3)
151
+
152
+ - Implement Punycode decoder
153
+
154
+ **Closed issues:**
155
+
156
+ - Running DomainName multi-threaded leads to Stack Errors [\#2](https://github.com/knu/ruby-domain_name/issues/2)
157
+
158
+ ## [v0.5.2](https://github.com/knu/ruby-domain_name/tree/v0.5.2) (2012-01-18)
159
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.1...v0.5.2)
160
+
161
+ - Update the eTLD list
162
+
163
+ ## [v0.5.1](https://github.com/knu/ruby-domain_name/tree/v0.5.1) (2011-11-09)
164
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.5.0...v0.5.1)
165
+
166
+ - DomainName.new calls #to_str if a non-string object is given
167
+ - Fix support for IPv6 addresses enclosed in square brackets
168
+
169
+ **Merged pull requests:**
170
+
171
+ - Fixed DomainName\#\<=\> for use with Ruby 1.8.7 [\#1](https://github.com/knu/ruby-domain_name/pull/1) ([drbrain](https://github.com/drbrain))
172
+
173
+ ## [v0.5.0](https://github.com/knu/ruby-domain_name/tree/v0.5.0) (2011-11-04)
174
+ [Full Changelog](https://github.com/knu/ruby-domain_name/compare/v0.0.0...v0.5.0)
175
+
176
+ - Implement DomainName comparison and fix cookie_domain?()
177
+ - Avoid warnings about uninitialized instance variables
178
+
179
+ ## [v0.0.0](https://github.com/knu/ruby-domain_name/tree/v0.0.0) (2011-10-29)
180
+
181
+ - Initial release
182
+
183
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011, 2012, 2013 Akinori MUSHA
1
+ Copyright (c) 2011-2016 Akinori MUSHA
2
2
 
3
3
  All rights reserved.
4
4
 
@@ -25,6 +25,11 @@ SUCH DAMAGE.
25
25
 
26
26
  * lib/domain_name/punycode.rb
27
27
 
28
+ This file is derived from the implementation of punycode available at
29
+ here:
30
+
31
+ https://www.verisign.com/en_US/channel-resources/domain-registry-products/idn-sdks/index.xhtml
32
+
28
33
  Copyright (C) 2000-2002 Verisign Inc., All rights reserved.
29
34
 
30
35
  Redistribution and use in source and binary forms, with or
@@ -67,41 +72,7 @@ Authors:
67
72
 
68
73
  * lib/domain_name/etld_data.rb
69
74
 
70
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
71
-
72
- The contents of this file are subject to the Mozilla Public License Version
73
- 1.1 (the "License"); you may not use this file except in compliance with
74
- the License. You may obtain a copy of the License at
75
- http://www.mozilla.org/MPL/
76
-
77
- Software distributed under the License is distributed on an "AS IS" basis,
78
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
79
- for the specific language governing rights and limitations under the
80
- License.
81
-
82
- The Original Code is the Public Suffix List.
83
-
84
- The Initial Developer of the Original Code is
85
- Jo Hermans <jo.hermans@gmail.com>.
86
- Portions created by the Initial Developer are Copyright (C) 2007
87
- the Initial Developer. All Rights Reserved.
88
-
89
- Contributor(s):
90
- Ruben Arakelyan <ruben@rubenarakelyan.com>
91
- Gervase Markham <gerv@gerv.net>
92
- Pamela Greene <pamg.bugs@gmail.com>
93
- David Triendl <david@triendl.name>
94
- Jothan Frakes <jothan@gmail.com>
95
- The kind representatives of many TLD registries
96
-
97
- Alternatively, the contents of this file may be used under the terms of
98
- either the GNU General Public License Version 2 or later (the "GPL"), or
99
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
100
- in which case the provisions of the GPL or the LGPL are applicable instead
101
- of those above. If you wish to allow use of your version of this file only
102
- under the terms of either the GPL or the LGPL, and not to allow others to
103
- use your version of this file under the terms of the MPL, indicate your
104
- decision by deleting the provisions above and replace them with the notice
105
- and other provisions required by the GPL or the LGPL. If you do not delete
106
- the provisions above, a recipient may use your version of this file under
107
- the terms of any one of the MPL, the GPL or the LGPL.
75
+ This file is generated from the Public Suffix List
76
+ (https://publicsuffix.org/), which is licensed under MPL 2.0:
77
+
78
+ https://mozilla.org/MPL/2.0/
data/README.md CHANGED
@@ -53,14 +53,12 @@ References
53
53
 
54
54
  * [RFC 5893](http://tools.ietf.org/html/rfc5892)
55
55
 
56
- * [Public Suffix List](http://publicsuffix.org/list/)
57
-
58
- * [Effective TLD Names List](http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1)
56
+ * [Public Suffix List](https://publicsuffix.org/list/)
59
57
 
60
58
  License
61
59
  -------
62
60
 
63
- Copyright (c) 2011, 2012, 2013 Akinori MUSHA
61
+ Copyright (c) 2011-2016 Akinori MUSHA
64
62
 
65
63
  Licensed under the 2-clause BSD license.
66
64
 
data/Rakefile CHANGED
@@ -1,8 +1,7 @@
1
1
  require 'bundler/gem_tasks'
2
2
  require 'uri'
3
-
4
- ETLD_DATA_URI = URI('https://publicsuffix.org/list/effective_tld_names.dat')
5
- ETLD_DATA_FILE = 'data/effective_tld_names.dat'
3
+ ETLD_DATA_URI = URI('https://publicsuffix.org/list/public_suffix_list.dat')
4
+ ETLD_DATA_FILE = 'data/public_suffix_list.dat'
6
5
  ETLD_DATA_RB = 'lib/domain_name/etld_data.rb'
7
6
  VERSION_RB = 'lib/domain_name/version.rb'
8
7
 
@@ -2,6 +2,11 @@
2
2
  // License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
  // file, You can obtain one at https://mozilla.org/MPL/2.0/.
4
4
 
5
+ // Please pull this list from, and only from https://publicsuffix.org/list/public_suffix_list.dat ,
6
+ // rather than any other VCS sites. Pulling from any other URL is not guaranteed to be supported.
7
+
8
+ // Instructions on pulling and using this list can be found at https://publicsuffix.org/list/ .
9
+
5
10
  // ===BEGIN ICANN DOMAINS===
6
11
 
7
12
  // ac : https://en.wikipedia.org/wiki/.ac
@@ -2545,7 +2550,6 @@ hitoyoshi.kumamoto.jp
2545
2550
  kamiamakusa.kumamoto.jp
2546
2551
  kashima.kumamoto.jp
2547
2552
  kikuchi.kumamoto.jp
2548
- kosa.kumamoto.jp
2549
2553
  kumamoto.kumamoto.jp
2550
2554
  mashiki.kumamoto.jp
2551
2555
  mifune.kumamoto.jp
@@ -6527,7 +6531,7 @@ lib.ca.us
6527
6531
  lib.co.us
6528
6532
  lib.ct.us
6529
6533
  lib.dc.us
6530
- lib.de.us
6534
+ // lib.de.us Issue #243 - Moved to Private section at request of Ed Moore <Ed.Moore@lib.de.us>
6531
6535
  lib.fl.us
6532
6536
  lib.ga.us
6533
6537
  lib.gu.us
@@ -6943,7 +6947,7 @@ sch.zm
6943
6947
  *.zw
6944
6948
 
6945
6949
 
6946
- // List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2016-05-09T22:17:27Z
6950
+ // List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2016-08-17T00:17:46Z
6947
6951
 
6948
6952
  // aaa : 2015-02-26 American Automobile Association, Inc.
6949
6953
  aaa
@@ -7020,9 +7024,6 @@ afl
7020
7024
  // africa : 2014-03-24 ZA Central Registry NPC trading as Registry.Africa
7021
7025
  africa
7022
7026
 
7023
- // africamagic : 2015-03-05 Electronic Media Network (Pty) Ltd
7024
- africamagic
7025
-
7026
7027
  // agakhan : 2015-04-23 Fondation Aga Khan (Aga Khan Foundation)
7027
7028
  agakhan
7028
7029
 
@@ -7302,7 +7303,7 @@ blanco
7302
7303
  // blockbuster : 2015-07-30 Dish DBS Corporation
7303
7304
  blockbuster
7304
7305
 
7305
- // blog : 2015-05-14 PRIMER NIVEL S.A.
7306
+ // blog : 2015-05-14
7306
7307
  blog
7307
7308
 
7308
7309
  // bloomberg : 2014-07-17 Bloomberg IP Holdings LLC
@@ -7728,6 +7729,9 @@ dad
7728
7729
  // dance : 2013-10-24 United TLD Holdco Ltd.
7729
7730
  dance
7730
7731
 
7732
+ // data : 2016-06-02 Dish DBS Corporation
7733
+ data
7734
+
7731
7735
  // date : 2014-11-20 dot Date Limited
7732
7736
  date
7733
7737
 
@@ -7824,6 +7828,9 @@ dnp
7824
7828
  // docs : 2014-10-16 Charleston Road Registry Inc.
7825
7829
  docs
7826
7830
 
7831
+ // doctor : 2016-06-02 Brice Trail, LLC
7832
+ doctor
7833
+
7827
7834
  // dodge : 2015-07-30 FCA US LLC.
7828
7835
  dodge
7829
7836
 
@@ -7845,9 +7852,6 @@ download
7845
7852
  // drive : 2015-03-05 Charleston Road Registry Inc.
7846
7853
  drive
7847
7854
 
7848
- // dstv : 2015-03-12 MultiChoice (Proprietary) Limited
7849
- dstv
7850
-
7851
7855
  // dtv : 2015-06-04 Dish DBS Corporation
7852
7856
  dtv
7853
7857
 
@@ -7872,6 +7876,9 @@ durban
7872
7876
  // dvag : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
7873
7877
  dvag
7874
7878
 
7879
+ // dvr : 2016-05-26 Hughes Satellite Systems Corporation
7880
+ dvr
7881
+
7875
7882
  // dwg : 2015-07-23 Autodesk, Inc.
7876
7883
  dwg
7877
7884
 
@@ -7881,6 +7888,9 @@ earth
7881
7888
  // eat : 2014-01-23 Charleston Road Registry Inc.
7882
7889
  eat
7883
7890
 
7891
+ // eco : 2016-07-08 Big Room Inc.
7892
+ eco
7893
+
7884
7894
  // edeka : 2014-12-18 EDEKA Verband kaufmännischer Genossenschaften e.V.
7885
7895
  edeka
7886
7896
 
@@ -8064,9 +8074,6 @@ florist
8064
8074
  // flowers : 2014-10-09 Uniregistry, Corp.
8065
8075
  flowers
8066
8076
 
8067
- // flsmidth : 2014-07-24 FLSmidth A/S
8068
- flsmidth
8069
-
8070
8077
  // fly : 2014-05-08 Charleston Road Registry Inc.
8071
8078
  fly
8072
8079
 
@@ -8157,7 +8164,7 @@ gallup
8157
8164
  // game : 2015-05-28 Uniregistry, Corp.
8158
8165
  game
8159
8166
 
8160
- // games : 2015-05-28 Foggy Beach, LLC
8167
+ // games : 2015-05-28
8161
8168
  games
8162
8169
 
8163
8170
  // gap : 2015-07-31 The Gap, Inc.
@@ -8259,9 +8266,6 @@ gop
8259
8266
  // got : 2014-12-18 Amazon EU S.à r.l.
8260
8267
  got
8261
8268
 
8262
- // gotv : 2015-03-12 MultiChoice (Proprietary) Limited
8263
- gotv
8264
-
8265
8269
  // grainger : 2015-05-07 Grainger Registry Services, LLC
8266
8270
  grainger
8267
8271
 
@@ -8277,6 +8281,9 @@ green
8277
8281
  // gripe : 2014-03-06 Corn Sunset, LLC
8278
8282
  gripe
8279
8283
 
8284
+ // grocery : 2016-06-16 Wal-Mart Stores, Inc.
8285
+ grocery
8286
+
8280
8287
  // group : 2014-08-15 Romeo Town, LLC
8281
8288
  group
8282
8289
 
@@ -8640,9 +8647,6 @@ kred
8640
8647
  // kuokgroup : 2015-04-09 Kerry Trading Co. Limited
8641
8648
  kuokgroup
8642
8649
 
8643
- // kyknet : 2015-03-05 Electronic Media Network (Pty) Ltd
8644
- kyknet
8645
-
8646
8650
  // kyoto : 2014-11-07 Academic Institution: Kyoto Jyoho Gakuen
8647
8651
  kyoto
8648
8652
 
@@ -8847,6 +8851,9 @@ management
8847
8851
  // mango : 2013-10-24 PUNTO FA S.L.
8848
8852
  mango
8849
8853
 
8854
+ // map : 2016-06-09 Charleston Road Registry Inc.
8855
+ map
8856
+
8850
8857
  // market : 2014-03-06
8851
8858
  market
8852
8859
 
@@ -8907,6 +8914,9 @@ menu
8907
8914
  // meo : 2014-11-07 PT Comunicacoes S.A.
8908
8915
  meo
8909
8916
 
8917
+ // merckmsd : 2016-07-14 MSD Registry Holdings, Inc.
8918
+ merckmsd
8919
+
8910
8920
  // metlife : 2015-05-07 MetLife Services and Solutions, LLC
8911
8921
  metlife
8912
8922
 
@@ -8937,8 +8947,8 @@ mls
8937
8947
  // mma : 2014-11-07 MMA IARD
8938
8948
  mma
8939
8949
 
8940
- // mnet : 2015-03-05 Electronic Media Network (Pty) Ltd
8941
- mnet
8950
+ // mobile : 2016-06-02 Dish DBS Corporation
8951
+ mobile
8942
8952
 
8943
8953
  // mobily : 2014-12-18 GreenTech Consultancy Company W.L.L.
8944
8954
  mobily
@@ -9006,18 +9016,12 @@ mtpc
9006
9016
  // mtr : 2015-03-12 MTR Corporation Limited
9007
9017
  mtr
9008
9018
 
9009
- // multichoice : 2015-03-12 MultiChoice (Proprietary) Limited
9010
- multichoice
9011
-
9012
9019
  // mutual : 2015-04-02 Northwestern Mutual MU TLD Registry, LLC
9013
9020
  mutual
9014
9021
 
9015
9022
  // mutuelle : 2015-06-18 Fédération Nationale de la Mutualité Française
9016
9023
  mutuelle
9017
9024
 
9018
- // mzansimagic : 2015-03-05 Electronic Media Network (Pty) Ltd
9019
- mzansimagic
9020
-
9021
9025
  // nab : 2015-08-20 National Australia Bank Limited
9022
9026
  nab
9023
9027
 
@@ -9027,9 +9031,6 @@ nadex
9027
9031
  // nagoya : 2013-10-24 GMO Registry, Inc.
9028
9032
  nagoya
9029
9033
 
9030
- // naspers : 2015-02-12 Intelprop (Proprietary) Limited
9031
- naspers
9032
-
9033
9034
  // nationwide : 2015-07-23 Nationwide Mutual Insurance Company
9034
9035
  nationwide
9035
9036
 
@@ -9192,7 +9193,7 @@ orange
9192
9193
  // organic : 2014-03-27 Afilias Limited
9193
9194
  organic
9194
9195
 
9195
- // orientexpress : 2015-02-05 Belmond Ltd.
9196
+ // orientexpress : 2015-02-05
9196
9197
  orientexpress
9197
9198
 
9198
9199
  // origins : 2015-10-01 The Estée Lauder Companies Inc.
@@ -9243,9 +9244,6 @@ passagens
9243
9244
  // pay : 2015-08-27 Amazon EU S.à r.l.
9244
9245
  pay
9245
9246
 
9246
- // payu : 2015-02-12 MIH PayU B.V.
9247
- payu
9248
-
9249
9247
  // pccw : 2015-05-14 PCCW Enterprises Limited
9250
9248
  pccw
9251
9249
 
@@ -9258,9 +9256,15 @@ pfizer
9258
9256
  // pharmacy : 2014-06-19 National Association of Boards of Pharmacy
9259
9257
  pharmacy
9260
9258
 
9259
+ // phd : 2016-07-28 Charleston Road Registry Inc.
9260
+ phd
9261
+
9261
9262
  // philips : 2014-11-07 Koninklijke Philips N.V.
9262
9263
  philips
9263
9264
 
9265
+ // phone : 2016-06-02 Dish DBS Corporation
9266
+ phone
9267
+
9264
9268
  // photo : 2013-11-14 Uniregistry, Corp.
9265
9269
  photo
9266
9270
 
@@ -9396,6 +9400,9 @@ qvc
9396
9400
  // racing : 2014-12-04 Premier Registry Limited
9397
9401
  racing
9398
9402
 
9403
+ // radio : 2016-07-21 European Broadcasting Union (EBU)
9404
+ radio
9405
+
9399
9406
  // raid : 2015-07-23 Johnson Shareholdings, Inc.
9400
9407
  raid
9401
9408
 
@@ -9618,6 +9625,9 @@ scor
9618
9625
  // scot : 2014-01-23 Dot Scot Registry Limited
9619
9626
  scot
9620
9627
 
9628
+ // search : 2016-06-09 Charleston Road Registry Inc.
9629
+ search
9630
+
9621
9631
  // seat : 2014-05-22 SEAT, S.A. (Sociedad Unipersonal)
9622
9632
  seat
9623
9633
 
@@ -9831,9 +9841,6 @@ style
9831
9841
  // sucks : 2014-12-22 Vox Populi Registry Inc.
9832
9842
  sucks
9833
9843
 
9834
- // supersport : 2015-03-05 SuperSport International Holdings Proprietary Limited
9835
- supersport
9836
-
9837
9844
  // supplies : 2013-12-19 Atomic Fields, LLC
9838
9845
  supplies
9839
9846
 
@@ -10628,6 +10635,10 @@ zuerich
10628
10635
  // ===BEGIN PRIVATE DOMAINS===
10629
10636
  // (Note: these are in alphabetical order by company name)
10630
10637
 
10638
+ // Agnat sp. z o.o. : https://domena.pl
10639
+ // Submitted by Przemyslaw Plewa <it-admin@domena.pl>
10640
+ beep.pl
10641
+
10631
10642
  // Alces Software Ltd : http://alces-software.com
10632
10643
  // Submitted by Mark J. Titorenko <mark.titorenko@alces-software.com>
10633
10644
  *.compute.estate
@@ -10638,24 +10649,24 @@ zuerich
10638
10649
  cloudfront.net
10639
10650
 
10640
10651
  // Amazon Elastic Compute Cloud: https://aws.amazon.com/ec2/
10641
- // Submitted by Luke Wells <lawells@amazon.com>
10652
+ // Submitted by Philip Allchin <pallchin@amazon.com>
10653
+ compute.amazonaws.com
10642
10654
  ap-northeast-1.compute.amazonaws.com
10643
10655
  ap-northeast-2.compute.amazonaws.com
10644
10656
  ap-southeast-1.compute.amazonaws.com
10645
10657
  ap-southeast-2.compute.amazonaws.com
10646
- cn-north-1.compute.amazonaws.cn
10647
- compute-1.amazonaws.com
10648
- compute.amazonaws.cn
10649
- compute.amazonaws.com
10650
10658
  eu-central-1.compute.amazonaws.com
10651
10659
  eu-west-1.compute.amazonaws.com
10652
10660
  sa-east-1.compute.amazonaws.com
10653
- us-east-1.amazonaws.com
10654
10661
  us-gov-west-1.compute.amazonaws.com
10655
10662
  us-west-1.compute.amazonaws.com
10656
10663
  us-west-2.compute.amazonaws.com
10664
+ compute-1.amazonaws.com
10657
10665
  z-1.compute-1.amazonaws.com
10658
10666
  z-2.compute-1.amazonaws.com
10667
+ us-east-1.amazonaws.com
10668
+ compute.amazonaws.com.cn
10669
+ cn-north-1.compute.amazonaws.com.cn
10659
10670
 
10660
10671
  // Amazon Elastic Beanstalk : https://aws.amazon.com/elasticbeanstalk/
10661
10672
  // Submitted by Adam Stein <astein@amazon.com>
@@ -10691,23 +10702,43 @@ on-aptible.com
10691
10702
 
10692
10703
  // Association potager.org : https://potager.org/
10693
10704
  // Submitted by Lunar <jardiniers@potager.org>
10694
- potager.org
10705
+ pimienta.org
10695
10706
  poivron.org
10707
+ potager.org
10696
10708
  sweetpepper.org
10697
- pimienta.org
10709
+
10710
+ // ASUSTOR Inc. : http://www.asustor.com
10711
+ // Submitted by Vincent Tseng <vincenttseng@asustor.com>
10712
+ myasustor.com
10698
10713
 
10699
10714
  // AVM : https://avm.de
10700
10715
  // Submitted by Andreas Weise <a.weise@avm.de>
10701
10716
  myfritz.net
10702
10717
 
10718
+ // backplane : https://www.backplane.io
10719
+ // Submitted by Anthony Voutas <anthony@backplane.io>
10720
+ backplaneapp.io
10721
+
10703
10722
  // BetaInABox
10704
10723
  // Submitted by Adrian <adrian@betainabox.com>
10705
10724
  betainabox.com
10706
10725
 
10726
+ // BinaryLane : http://www.binarylane.com
10727
+ // Submitted by Nathan O'Sullivan <nathan@mammoth.com.au>
10728
+ bnr.la
10729
+
10707
10730
  // Boxfuse : https://boxfuse.com
10708
10731
  // Submitted by Axel Fontaine <axel@boxfuse.com>
10709
10732
  boxfuse.io
10710
10733
 
10734
+ // BrowserSafetyMark
10735
+ // Submitted by Dave Tharp <browsersafetymark.io@quicinc.com>
10736
+ browsersafetymark.io
10737
+
10738
+ // callidomus: https://www.callidomus.com/
10739
+ // Submitted by Marcus Popp <admin@callidomus.com>
10740
+ mycd.eu
10741
+
10711
10742
  // CentralNic : http://www.centralnic.com/names/domains
10712
10743
  // Submitted by registry <gavin.brown@centralnic.com>
10713
10744
  ae.org
@@ -10762,10 +10793,18 @@ co.com
10762
10793
  // c.la : http://www.c.la/
10763
10794
  c.la
10764
10795
 
10796
+ // certmgr.org : https://certmgr.org
10797
+ // Submitted by B. Blechschmidt <hostmaster@certmgr.org>
10798
+ certmgr.org
10799
+
10765
10800
  // Citrix : https://citrix.com
10766
10801
  // Submitted by Alex Stoddard <alex.stoddard@citrix.com>
10767
10802
  xenapponazure.com
10768
10803
 
10804
+ // ClearVox : http://www.clearvox.nl/
10805
+ // Submitted by Leon Rowland <leon@clearvox.nl>
10806
+ virtueeldomein.nl
10807
+
10769
10808
  // cloudControl : https://www.cloudcontrol.com/
10770
10809
  // Submitted by Tobias Wilken <tw@cloudcontrol.com>
10771
10810
  cloudcontrolled.com
@@ -10794,6 +10833,14 @@ co.no
10794
10833
  // Submitted by Damien Tournoud <damien@commerceguys.com>
10795
10834
  *.platform.sh
10796
10835
 
10836
+ // Craynic, s.r.o. : http://www.craynic.com/
10837
+ // Submitted by Ales Krajnik <ales.krajnik@craynic.com>
10838
+ realm.cz
10839
+
10840
+ // Cryptonomic : https://cryptonomic.net/
10841
+ // Submitted by Andrew Cady <public-suffix-list@cryptonomic.net>
10842
+ *.cryptonomic.net
10843
+
10797
10844
  // Cupcake : https://cupcake.io/
10798
10845
  // Submitted by Jonathan Rudenberg <jonathan@cupcake.io>
10799
10846
  cupcake.is
@@ -10831,6 +10878,11 @@ dreamhosters.com
10831
10878
  // Submitted by Ricardo Padilha <rpadilha@drobo.com>
10832
10879
  mydrobo.com
10833
10880
 
10881
+ // Drud Holdings, LLC. : https://www.drud.com/
10882
+ // Submitted by Kevin Bridges <kevin@drud.com>
10883
+ drud.io
10884
+ drud.us
10885
+
10834
10886
  // DuckDNS : http://www.duckdns.org/
10835
10887
  // Submitted by Richard Harper <richard@duckdns.org>
10836
10888
  duckdns.org
@@ -11188,6 +11240,13 @@ tr.eu.org
11188
11240
  uk.eu.org
11189
11241
  us.eu.org
11190
11242
 
11243
+ // Evennode : http://www.evennode.com/
11244
+ // Submitted by Michal Kralik <support@evennode.com>
11245
+ eu-1.evennode.com
11246
+ eu-2.evennode.com
11247
+ us-1.evennode.com
11248
+ us-2.evennode.com
11249
+
11191
11250
  // Facebook, Inc.
11192
11251
  // Submitted by Peter Ruibal <public-suffix@fb.com>
11193
11252
  apps.fbsbx.com
@@ -11200,6 +11259,10 @@ global.ssl.fastly.net
11200
11259
  a.prod.fastly.net
11201
11260
  global.prod.fastly.net
11202
11261
 
11262
+ // Featherhead : https://featherhead.xyz/
11263
+ // Submitted by Simon Menke <simon@featherhead.xyz>
11264
+ fhapp.xyz
11265
+
11203
11266
  // Firebase, Inc.
11204
11267
  // Submitted by Chris Raynor <chris@firebase.com>
11205
11268
  firebaseapp.com
@@ -11231,9 +11294,15 @@ githubcloud.com
11231
11294
  gist.githubcloud.com
11232
11295
  *.githubcloudusercontent.com
11233
11296
 
11297
+ // GitLab, Inc.
11298
+ // Submitted by Alex Hanselka <alex@gitlab.com>
11299
+ gitlab.io
11300
+
11234
11301
  // GlobeHosting, Inc.
11235
11302
  // Submitted by Zoltan Egresi <egresi@globehosting.com>
11236
11303
  ro.com
11304
+ ro.im
11305
+ shop.ro
11237
11306
 
11238
11307
  // GoIP DNS Services : http://www.goip.de
11239
11308
  // Submitted by Christian Poulter <milchstrasse@goip.de>
@@ -11332,6 +11401,10 @@ hashbang.sh
11332
11401
  // Submitted by Shahidh K Muhammed <shahidh@hasura.io>
11333
11402
  hasura-app.io
11334
11403
 
11404
+ // Hepforge : https://www.hepforge.org
11405
+ // Submitted by David Grellscheid <admin@hepforge.org>
11406
+ hepforge.org
11407
+
11335
11408
  // Heroku : https://www.heroku.com/
11336
11409
  // Submitted by Tom Maher <tmaher@heroku.com>
11337
11410
  herokuapp.com
@@ -11345,6 +11418,28 @@ iki.fi
11345
11418
  biz.at
11346
11419
  info.at
11347
11420
 
11421
+ // Joyent : https://www.joyent.com/
11422
+ // Submitted by Brian Bennett <brian.bennett@joyent.com>
11423
+ *.triton.zone
11424
+ *.cns.joyent.com
11425
+
11426
+ // JS.ORG : http://dns.js.org
11427
+ // Submitted by Stefan Keim <admin@js.org>
11428
+ js.org
11429
+
11430
+ // .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf
11431
+ co.krd
11432
+ edu.krd
11433
+
11434
+ // Magento Commerce
11435
+ // Submitted by Damien Tournoud <dtournoud@magento.cloud>
11436
+ *.magentosite.cloud
11437
+
11438
+ // Meteor Development Group : https://www.meteor.com/hosting
11439
+ // Submitted by Pierre Carrier <pierre@meteor.com>
11440
+ meteorapp.com
11441
+ eu.meteorapp.com
11442
+
11348
11443
  // Michau Enterprises Limited : http://www.co.pl/
11349
11444
  co.pl
11350
11445
 
@@ -11520,6 +11615,10 @@ xen.prgmr.com
11520
11615
  // Submitted by registry <lendl@nic.at>
11521
11616
  priv.at
11522
11617
 
11618
+ // Protonet GmbH : http://protonet.io
11619
+ // Submitted by Martin Meier <admin@protonet.io>
11620
+ protonet.io
11621
+
11523
11622
  // Publication Presse Communication SARL : https://ppcom.fr
11524
11623
  // Submitted by Yaacov Akiba Slama <admin@chirurgiens-dentistes-en-france.fr>
11525
11624
  chirurgiens-dentistes-en-france.fr
@@ -11528,6 +11627,12 @@ chirurgiens-dentistes-en-france.fr
11528
11627
  // Submitted by Daniel Dent (https://www.danieldent.com/)
11529
11628
  qa2.com
11530
11629
 
11630
+ // QNAP System Inc : https://www.qnap.com
11631
+ // Submitted by Nick Chang <nickchang@qnap.com>
11632
+ dev-myqnapcloud.com
11633
+ alpha-myqnapcloud.com
11634
+ myqnapcloud.com
11635
+
11531
11636
  // Rackmaze LLC : https://www.rackmaze.com
11532
11637
  // Submitted by Kirill Pertsev <kika@rackmaze.com>
11533
11638
  rackmaze.com
@@ -11545,12 +11650,21 @@ hzc.io
11545
11650
  // Submitted by Asheesh Laroia <asheesh@sandstorm.io>
11546
11651
  sandcats.io
11547
11652
 
11653
+ // SBE network solutions GmbH : https://www.sbe.de/
11654
+ // Submitted by Norman Meilick <nm@sbe.de>
11655
+ logoip.de
11656
+ logoip.com
11657
+
11548
11658
  // Service Online LLC : http://drs.ua/
11549
11659
  // Submitted by Serhii Bulakh <support@drs.ua>
11550
11660
  biz.ua
11551
11661
  co.ua
11552
11662
  pp.ua
11553
11663
 
11664
+ // Shopblocks : http://www.shopblocks.com/
11665
+ // Submitted by Alex Bowers <alex@shopblocks.com>
11666
+ myshopblocks.com
11667
+
11554
11668
  // SinaAppEngine : http://sae.sina.com.cn/
11555
11669
  // Submitted by SinaAppEngine <saesupport@sinacloud.com>
11556
11670
  sinaapp.com
@@ -11563,10 +11677,20 @@ bounty-full.com
11563
11677
  alpha.bounty-full.com
11564
11678
  beta.bounty-full.com
11565
11679
 
11680
+ // staticland : https://static.land
11681
+ // Submitted by Seth Vincent <sethvincent@gmail.com>
11682
+ static.land
11683
+ dev.static.land
11684
+ sites.static.land
11685
+
11566
11686
  // SpaceKit : https://www.spacekit.io/
11567
11687
  // Submitted by Reza Akhavan <spacekit.io@gmail.com>
11568
11688
  spacekit.io
11569
11689
 
11690
+ // Stackspace : https://www.stackspace.io/
11691
+ // Submitted by Lina He <info@stackspace.io>
11692
+ stackspace.space
11693
+
11570
11694
  // Synology, Inc. : https://www.synology.com/
11571
11695
  // Submitted by Rony Weng <ronyweng@synology.com>
11572
11696
  diskstation.me
@@ -11590,11 +11714,15 @@ gdynia.pl
11590
11714
  med.pl
11591
11715
  sopot.pl
11592
11716
 
11593
- // TownNews.com domains : http://www.townnews.com
11717
+ // TownNews.com : http://www.townnews.com
11594
11718
  // Submitted by Dustin Ward <dward@townnews.com>
11595
11719
  bloxcms.com
11596
11720
  townnews-staging.com
11597
11721
 
11722
+ // TuxFamily : http://tuxfamily.org
11723
+ // Submitted by TuxFamily administrators <adm@staff.tuxfamily.org>
11724
+ tuxfamily.org
11725
+
11598
11726
  // UDR Limited : http://www.udr.hk.com
11599
11727
  // Submitted by registry <hostmaster@udr.hk.com>
11600
11728
  hk.com
@@ -11602,10 +11730,18 @@ hk.org
11602
11730
  ltd.hk
11603
11731
  inc.hk
11604
11732
 
11733
+ // .US
11734
+ // Submitted by Ed Moore <Ed.Moore@lib.de.us>
11735
+ lib.de.us
11736
+
11605
11737
  // Viprinet Europe GmbH : http://www.viprinet.com
11606
11738
  // Submitted by Simon Kissel <hostmaster@viprinet.com>
11607
11739
  router.management
11608
11740
 
11741
+ // Wikimedia Labs : https://wikitech.wikimedia.org
11742
+ // Submitted by Yuvi Panda <yuvipanda@wikimedia.org>
11743
+ wmflabs.org
11744
+
11609
11745
  // Yola : https://www.yola.com/
11610
11746
  // Submitted by Stefano Rivera <stefano@yola.com>
11611
11747
  yolasite.com
@@ -16,7 +16,7 @@ Suffix List.
16
16
  EOS
17
17
  gem.summary = %q{Domain Name manipulation library for Ruby}
18
18
  gem.homepage = "https://github.com/knu/ruby-domain_name"
19
- gem.licenses = ["BSD-2-Clause", "BSD-3-Clause", "MPL-1.1", "GPL-2.0", "LGPL-2.1"]
19
+ gem.licenses = ["BSD-2-Clause", "BSD-3-Clause", "MPL-2.0"]
20
20
 
21
21
  gem.files = `git ls-files`.split($/)
22
22
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  class DomainName
2
- ETLD_DATA_DATE = '2016-06-15T16:22:11Z'
2
+ ETLD_DATA_DATE = '2016-08-26T16:52:03Z'
3
3
 
4
4
  ETLD_DATA = {
5
5
  "ac" => 0,
@@ -2211,7 +2211,6 @@ class DomainName
2211
2211
  "kamiamakusa.kumamoto.jp" => 0,
2212
2212
  "kashima.kumamoto.jp" => 0,
2213
2213
  "kikuchi.kumamoto.jp" => 0,
2214
- "kosa.kumamoto.jp" => 0,
2215
2214
  "kumamoto.kumamoto.jp" => 0,
2216
2215
  "mashiki.kumamoto.jp" => 0,
2217
2216
  "mifune.kumamoto.jp" => 0,
@@ -5844,7 +5843,6 @@ class DomainName
5844
5843
  "lib.co.us" => 0,
5845
5844
  "lib.ct.us" => 0,
5846
5845
  "lib.dc.us" => 0,
5847
- "lib.de.us" => 0,
5848
5846
  "lib.fl.us" => 0,
5849
5847
  "lib.ga.us" => 0,
5850
5848
  "lib.gu.us" => 0,
@@ -6083,7 +6081,6 @@ class DomainName
6083
6081
  "afamilycompany" => 0,
6084
6082
  "afl" => 0,
6085
6083
  "africa" => 0,
6086
- "africamagic" => 0,
6087
6084
  "agakhan" => 0,
6088
6085
  "agency" => 0,
6089
6086
  "aig" => 0,
@@ -6319,6 +6316,7 @@ class DomainName
6319
6316
  "dabur" => 0,
6320
6317
  "dad" => 0,
6321
6318
  "dance" => 0,
6319
+ "data" => 0,
6322
6320
  "date" => 0,
6323
6321
  "dating" => 0,
6324
6322
  "datsun" => 0,
@@ -6351,6 +6349,7 @@ class DomainName
6351
6349
  "diy" => 0,
6352
6350
  "dnp" => 0,
6353
6351
  "docs" => 0,
6352
+ "doctor" => 0,
6354
6353
  "dodge" => 0,
6355
6354
  "dog" => 0,
6356
6355
  "doha" => 0,
@@ -6358,7 +6357,6 @@ class DomainName
6358
6357
  "dot" => 0,
6359
6358
  "download" => 0,
6360
6359
  "drive" => 0,
6361
- "dstv" => 0,
6362
6360
  "dtv" => 0,
6363
6361
  "dubai" => 0,
6364
6362
  "duck" => 0,
@@ -6367,9 +6365,11 @@ class DomainName
6367
6365
  "dupont" => 0,
6368
6366
  "durban" => 0,
6369
6367
  "dvag" => 0,
6368
+ "dvr" => 0,
6370
6369
  "dwg" => 0,
6371
6370
  "earth" => 0,
6372
6371
  "eat" => 0,
6372
+ "eco" => 0,
6373
6373
  "edeka" => 0,
6374
6374
  "education" => 0,
6375
6375
  "email" => 0,
@@ -6431,7 +6431,6 @@ class DomainName
6431
6431
  "flir" => 0,
6432
6432
  "florist" => 0,
6433
6433
  "flowers" => 0,
6434
- "flsmidth" => 0,
6435
6434
  "fly" => 0,
6436
6435
  "foo" => 0,
6437
6436
  "food" => 0,
@@ -6496,12 +6495,12 @@ class DomainName
6496
6495
  "google" => 0,
6497
6496
  "gop" => 0,
6498
6497
  "got" => 0,
6499
- "gotv" => 0,
6500
6498
  "grainger" => 0,
6501
6499
  "graphics" => 0,
6502
6500
  "gratis" => 0,
6503
6501
  "green" => 0,
6504
6502
  "gripe" => 0,
6503
+ "grocery" => 0,
6505
6504
  "group" => 0,
6506
6505
  "guardian" => 0,
6507
6506
  "gucci" => 0,
@@ -6623,7 +6622,6 @@ class DomainName
6623
6622
  "krd" => 0,
6624
6623
  "kred" => 0,
6625
6624
  "kuokgroup" => 0,
6626
- "kyknet" => 0,
6627
6625
  "kyoto" => 0,
6628
6626
  "lacaixa" => 0,
6629
6627
  "ladbrokes" => 0,
@@ -6692,6 +6690,7 @@ class DomainName
6692
6690
  "man" => 0,
6693
6691
  "management" => 0,
6694
6692
  "mango" => 0,
6693
+ "map" => 0,
6695
6694
  "market" => 0,
6696
6695
  "marketing" => 0,
6697
6696
  "markets" => 0,
@@ -6712,6 +6711,7 @@ class DomainName
6712
6711
  "men" => 0,
6713
6712
  "menu" => 0,
6714
6713
  "meo" => 0,
6714
+ "merckmsd" => 0,
6715
6715
  "metlife" => 0,
6716
6716
  "miami" => 0,
6717
6717
  "microsoft" => 0,
@@ -6722,7 +6722,7 @@ class DomainName
6722
6722
  "mlb" => 0,
6723
6723
  "mls" => 0,
6724
6724
  "mma" => 0,
6725
- "mnet" => 0,
6725
+ "mobile" => 0,
6726
6726
  "mobily" => 0,
6727
6727
  "moda" => 0,
6728
6728
  "moe" => 0,
@@ -6745,14 +6745,11 @@ class DomainName
6745
6745
  "mtn" => 0,
6746
6746
  "mtpc" => 0,
6747
6747
  "mtr" => 0,
6748
- "multichoice" => 0,
6749
6748
  "mutual" => 0,
6750
6749
  "mutuelle" => 0,
6751
- "mzansimagic" => 0,
6752
6750
  "nab" => 0,
6753
6751
  "nadex" => 0,
6754
6752
  "nagoya" => 0,
6755
- "naspers" => 0,
6756
6753
  "nationwide" => 0,
6757
6754
  "natura" => 0,
6758
6755
  "navy" => 0,
@@ -6824,12 +6821,13 @@ class DomainName
6824
6821
  "party" => 0,
6825
6822
  "passagens" => 0,
6826
6823
  "pay" => 0,
6827
- "payu" => 0,
6828
6824
  "pccw" => 0,
6829
6825
  "pet" => 0,
6830
6826
  "pfizer" => 0,
6831
6827
  "pharmacy" => 0,
6828
+ "phd" => 0,
6832
6829
  "philips" => 0,
6830
+ "phone" => 0,
6833
6831
  "photo" => 0,
6834
6832
  "photography" => 0,
6835
6833
  "photos" => 0,
@@ -6875,6 +6873,7 @@ class DomainName
6875
6873
  "quest" => 0,
6876
6874
  "qvc" => 0,
6877
6875
  "racing" => 0,
6876
+ "radio" => 0,
6878
6877
  "raid" => 0,
6879
6878
  "read" => 0,
6880
6879
  "realestate" => 0,
@@ -6949,6 +6948,7 @@ class DomainName
6949
6948
  "scjohnson" => 0,
6950
6949
  "scor" => 0,
6951
6950
  "scot" => 0,
6951
+ "search" => 0,
6952
6952
  "seat" => 0,
6953
6953
  "secure" => 0,
6954
6954
  "security" => 0,
@@ -7020,7 +7020,6 @@ class DomainName
7020
7020
  "study" => 0,
7021
7021
  "style" => 0,
7022
7022
  "sucks" => 0,
7023
- "supersport" => 0,
7024
7023
  "supplies" => 0,
7025
7024
  "supply" => 0,
7026
7025
  "support" => 0,
@@ -7284,26 +7283,27 @@ class DomainName
7284
7283
  "zippo" => 0,
7285
7284
  "zone" => 0,
7286
7285
  "zuerich" => 0,
7286
+ "beep.pl" => 0,
7287
7287
  "compute.estate" => -1,
7288
7288
  "alces.network" => -1,
7289
7289
  "cloudfront.net" => 0,
7290
+ "compute.amazonaws.com" => 0,
7290
7291
  "ap-northeast-1.compute.amazonaws.com" => 0,
7291
7292
  "ap-northeast-2.compute.amazonaws.com" => 0,
7292
7293
  "ap-southeast-1.compute.amazonaws.com" => 0,
7293
7294
  "ap-southeast-2.compute.amazonaws.com" => 0,
7294
- "cn-north-1.compute.amazonaws.cn" => 0,
7295
- "compute-1.amazonaws.com" => 0,
7296
- "compute.amazonaws.cn" => 0,
7297
- "compute.amazonaws.com" => 0,
7298
7295
  "eu-central-1.compute.amazonaws.com" => 0,
7299
7296
  "eu-west-1.compute.amazonaws.com" => 0,
7300
7297
  "sa-east-1.compute.amazonaws.com" => 0,
7301
- "us-east-1.amazonaws.com" => 0,
7302
7298
  "us-gov-west-1.compute.amazonaws.com" => 0,
7303
7299
  "us-west-1.compute.amazonaws.com" => 0,
7304
7300
  "us-west-2.compute.amazonaws.com" => 0,
7301
+ "compute-1.amazonaws.com" => 0,
7305
7302
  "z-1.compute-1.amazonaws.com" => 0,
7306
7303
  "z-2.compute-1.amazonaws.com" => 0,
7304
+ "us-east-1.amazonaws.com" => 0,
7305
+ "compute.amazonaws.com.cn" => 0,
7306
+ "cn-north-1.compute.amazonaws.com.cn" => 0,
7307
7307
  "elasticbeanstalk.com" => 0,
7308
7308
  "elb.amazonaws.com" => 0,
7309
7309
  "s3.amazonaws.com" => 0,
@@ -7324,13 +7324,18 @@ class DomainName
7324
7324
  "s3.cn-north-1.amazonaws.com.cn" => 0,
7325
7325
  "s3.eu-central-1.amazonaws.com" => 0,
7326
7326
  "on-aptible.com" => 0,
7327
- "potager.org" => 0,
7327
+ "pimienta.org" => 0,
7328
7328
  "poivron.org" => 0,
7329
+ "potager.org" => 0,
7329
7330
  "sweetpepper.org" => 0,
7330
- "pimienta.org" => 0,
7331
+ "myasustor.com" => 0,
7331
7332
  "myfritz.net" => 0,
7333
+ "backplaneapp.io" => 0,
7332
7334
  "betainabox.com" => 0,
7335
+ "bnr.la" => 0,
7333
7336
  "boxfuse.io" => 0,
7337
+ "browsersafetymark.io" => 0,
7338
+ "mycd.eu" => 0,
7334
7339
  "ae.org" => 0,
7335
7340
  "ar.com" => 0,
7336
7341
  "br.com" => 0,
@@ -7365,7 +7370,9 @@ class DomainName
7365
7370
  "us.org" => 0,
7366
7371
  "co.com" => 0,
7367
7372
  "c.la" => 0,
7373
+ "certmgr.org" => 0,
7368
7374
  "xenapponazure.com" => 0,
7375
+ "virtueeldomein.nl" => 0,
7369
7376
  "cloudcontrolled.com" => 0,
7370
7377
  "cloudcontrolapp.com" => 0,
7371
7378
  "co.ca" => 0,
@@ -7378,6 +7385,8 @@ class DomainName
7378
7385
  "co.nl" => 0,
7379
7386
  "co.no" => 0,
7380
7387
  "platform.sh" => -1,
7388
+ "realm.cz" => 0,
7389
+ "cryptonomic.net" => -1,
7381
7390
  "cupcake.is" => 0,
7382
7391
  "cyon.link" => 0,
7383
7392
  "cyon.site" => 0,
@@ -7391,6 +7400,8 @@ class DomainName
7391
7400
  "dnshome.de" => 0,
7392
7401
  "dreamhosters.com" => 0,
7393
7402
  "mydrobo.com" => 0,
7403
+ "drud.io" => 0,
7404
+ "drud.us" => 0,
7394
7405
  "duckdns.org" => 0,
7395
7406
  "dy.fi" => 0,
7396
7407
  "tunk.org" => 0,
@@ -7731,12 +7742,17 @@ class DomainName
7731
7742
  "tr.eu.org" => 0,
7732
7743
  "uk.eu.org" => 0,
7733
7744
  "us.eu.org" => 0,
7745
+ "eu-1.evennode.com" => 0,
7746
+ "eu-2.evennode.com" => 0,
7747
+ "us-1.evennode.com" => 0,
7748
+ "us-2.evennode.com" => 0,
7734
7749
  "apps.fbsbx.com" => 0,
7735
7750
  "a.ssl.fastly.net" => 0,
7736
7751
  "b.ssl.fastly.net" => 0,
7737
7752
  "global.ssl.fastly.net" => 0,
7738
7753
  "a.prod.fastly.net" => 0,
7739
7754
  "global.prod.fastly.net" => 0,
7755
+ "fhapp.xyz" => 0,
7740
7756
  "firebaseapp.com" => 0,
7741
7757
  "flynnhub.com" => 0,
7742
7758
  "freebox-os.com" => 0,
@@ -7753,7 +7769,10 @@ class DomainName
7753
7769
  "ext.githubcloud.com" => -1,
7754
7770
  "gist.githubcloud.com" => 0,
7755
7771
  "githubcloudusercontent.com" => -1,
7772
+ "gitlab.io" => 0,
7756
7773
  "ro.com" => 0,
7774
+ "ro.im" => 0,
7775
+ "shop.ro" => 0,
7757
7776
  "goip.de" => 0,
7758
7777
  "0emm.com" => -1,
7759
7778
  "appspot.com" => 0,
@@ -7840,11 +7859,20 @@ class DomainName
7840
7859
  "withyoutube.com" => 0,
7841
7860
  "hashbang.sh" => 0,
7842
7861
  "hasura-app.io" => 0,
7862
+ "hepforge.org" => 0,
7843
7863
  "herokuapp.com" => 0,
7844
7864
  "herokussl.com" => 0,
7845
7865
  "iki.fi" => 0,
7846
7866
  "biz.at" => 0,
7847
7867
  "info.at" => 0,
7868
+ "triton.zone" => -1,
7869
+ "cns.joyent.com" => -1,
7870
+ "js.org" => 0,
7871
+ "co.krd" => 0,
7872
+ "edu.krd" => 0,
7873
+ "magentosite.cloud" => -1,
7874
+ "meteorapp.com" => 0,
7875
+ "eu.meteorapp.com" => 0,
7848
7876
  "co.pl" => 0,
7849
7877
  "azurewebsites.net" => 0,
7850
7878
  "azure-mobile.net" => 0,
@@ -7959,23 +7987,34 @@ class DomainName
7959
7987
  "mypep.link" => 0,
7960
7988
  "xen.prgmr.com" => 0,
7961
7989
  "priv.at" => 0,
7990
+ "protonet.io" => 0,
7962
7991
  "chirurgiens-dentistes-en-france.fr" => 0,
7963
7992
  "qa2.com" => 0,
7993
+ "dev-myqnapcloud.com" => 0,
7994
+ "alpha-myqnapcloud.com" => 0,
7995
+ "myqnapcloud.com" => 0,
7964
7996
  "rackmaze.com" => 0,
7965
7997
  "rackmaze.net" => 0,
7966
7998
  "rhcloud.com" => 0,
7967
7999
  "hzc.io" => 0,
7968
8000
  "sandcats.io" => 0,
8001
+ "logoip.de" => 0,
8002
+ "logoip.com" => 0,
7969
8003
  "biz.ua" => 0,
7970
8004
  "co.ua" => 0,
7971
8005
  "pp.ua" => 0,
8006
+ "myshopblocks.com" => 0,
7972
8007
  "sinaapp.com" => 0,
7973
8008
  "vipsinaapp.com" => 0,
7974
8009
  "1kapp.com" => 0,
7975
8010
  "bounty-full.com" => 0,
7976
8011
  "alpha.bounty-full.com" => 0,
7977
8012
  "beta.bounty-full.com" => 0,
8013
+ "static.land" => 0,
8014
+ "dev.static.land" => 0,
8015
+ "sites.static.land" => 0,
7978
8016
  "spacekit.io" => 0,
8017
+ "stackspace.space" => 0,
7979
8018
  "diskstation.me" => 0,
7980
8019
  "dscloud.biz" => 0,
7981
8020
  "dscloud.me" => 0,
@@ -7996,11 +8035,14 @@ class DomainName
7996
8035
  "sopot.pl" => 0,
7997
8036
  "bloxcms.com" => 0,
7998
8037
  "townnews-staging.com" => 0,
8038
+ "tuxfamily.org" => 0,
7999
8039
  "hk.com" => 0,
8000
8040
  "hk.org" => 0,
8001
8041
  "ltd.hk" => 0,
8002
8042
  "inc.hk" => 0,
8043
+ "lib.de.us" => 0,
8003
8044
  "router.management" => 0,
8045
+ "wmflabs.org" => 0,
8004
8046
  "yolasite.com" => 0,
8005
8047
  "za.net" => 0,
8006
8048
  "za.org" => 0,
@@ -1,3 +1,3 @@
1
1
  class DomainName
2
- VERSION = '0.5.20160615'
2
+ VERSION = '0.5.20160826'
3
3
  end
@@ -9,7 +9,7 @@ require 'set'
9
9
  require 'erb'
10
10
 
11
11
  def main
12
- dat_file = $basedir + 'data' + 'effective_tld_names.dat'
12
+ dat_file = $basedir + 'data' + 'public_suffix_list.dat'
13
13
  dir = $basedir + 'lib' + 'domain_name'
14
14
  erb_file = dir + 'etld_data.rb.erb'
15
15
  rb_file = dir + 'etld_data.rb'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domain_name
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.20160615
4
+ version: 0.5.20160826
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akinori MUSHA
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-16 00:00:00.000000000 Z
11
+ date: 2016-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unf
@@ -116,11 +116,12 @@ files:
116
116
  - ".document"
117
117
  - ".gitignore"
118
118
  - ".travis.yml"
119
+ - CHANGELOG.md
119
120
  - Gemfile
120
121
  - LICENSE.txt
121
122
  - README.md
122
123
  - Rakefile
123
- - data/effective_tld_names.dat
124
+ - data/public_suffix_list.dat
124
125
  - domain_name.gemspec
125
126
  - lib/domain_name.rb
126
127
  - lib/domain_name/etld_data.rb
@@ -135,9 +136,7 @@ homepage: https://github.com/knu/ruby-domain_name
135
136
  licenses:
136
137
  - BSD-2-Clause
137
138
  - BSD-3-Clause
138
- - MPL-1.1
139
- - GPL-2.0
140
- - LGPL-2.1
139
+ - MPL-2.0
141
140
  metadata: {}
142
141
  post_install_message:
143
142
  rdoc_options: []
@@ -155,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
154
  version: '0'
156
155
  requirements: []
157
156
  rubyforge_project:
158
- rubygems_version: 2.5.1
157
+ rubygems_version: 2.5.2
159
158
  signing_key:
160
159
  specification_version: 4
161
160
  summary: Domain Name manipulation library for Ruby
@@ -163,4 +162,3 @@ test_files:
163
162
  - test/helper.rb
164
163
  - test/test_domain_name-punycode.rb
165
164
  - test/test_domain_name.rb
166
- has_rdoc: