domain_prefix 0.3.0.16 → 0.3.0.17

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: 98899aaa40f275e516c71c71b06914fd54a5aade
4
- data.tar.gz: 8600df062f0be8c50a72080ba34a1cdd4ff1912b
3
+ metadata.gz: 324e64d2f381e74f544271dda49a5c86aec367a4
4
+ data.tar.gz: d139858fb5ca7a23ad78aed5ad8592795d9c0133
5
5
  SHA512:
6
- metadata.gz: 4574d68d3dd383e303815a951877cdae161e123a8225f23121550bd3c4d6d0422a0d48c28bc9918830fc05274fc676200c94919b441369818c7679a9c0c08d11
7
- data.tar.gz: 4a762d611ccba2b0ee1edff4106b6fdeea89caa2cb753b85cbbdc8e845b4bf5e3be904949084286148db58caa84f3f13346fb00a532ec82e659c756d6d499bf9
6
+ metadata.gz: 4797c9581a59f6b86e2861f013de617d3f7c5d7560c5995c0f64b9d42bebe1498e30222d650a7dde418059ec43a40a6dbb23fa34fb8e5cd1d89b12150d4e3680
7
+ data.tar.gz: d58d7bbe4172672ac52bfb6646b4871764edb5de9e6162848f1978b88a705d6feb43296814345b00d959c17de7da1fe421604ddf53df0b8cc6538a622e2d8dc5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0.16
1
+ 0.3.0.17
@@ -6948,7 +6948,7 @@ sch.zm
6948
6948
  *.zw
6949
6949
 
6950
6950
 
6951
- // List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2016-04-04T20:12:16Z
6951
+ // List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2016-05-09T22:17:27Z
6952
6952
 
6953
6953
  // aaa : 2015-02-26 American Automobile Association, Inc.
6954
6954
  aaa
@@ -7430,6 +7430,9 @@ call
7430
7430
  // calvinklein : 2015-07-30 PVH gTLD Holdings LLC
7431
7431
  calvinklein
7432
7432
 
7433
+ // cam : 2016-04-21 AC Webconnecting Holding B.V.
7434
+ cam
7435
+
7433
7436
  // camera : 2013-08-27 Atomic Maple, LLC
7434
7437
  camera
7435
7438
 
@@ -7865,7 +7868,7 @@ dunlop
7865
7868
  // duns : 2015-08-06 The Dun & Bradstreet Corporation
7866
7869
  duns
7867
7870
 
7868
- // dupont : 2015-06-25 E.I. du Pont de Nemours and Company
7871
+ // dupont : 2015-06-25 E. I. du Pont de Nemours and Company
7869
7872
  dupont
7870
7873
 
7871
7874
  // durban : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
@@ -8075,6 +8078,9 @@ fly
8075
8078
  // foo : 2014-01-23 Charleston Road Registry Inc.
8076
8079
  foo
8077
8080
 
8081
+ // food : 2016-04-21 Lifestyle Domain Holdings, Inc.
8082
+ food
8083
+
8078
8084
  // foodnetwork : 2015-07-02 Lifestyle Domain Holdings, Inc.
8079
8085
  foodnetwork
8080
8086
 
@@ -8396,6 +8402,9 @@ hot
8396
8402
  // hoteles : 2015-03-05 Travel Reservations SRL
8397
8403
  hoteles
8398
8404
 
8405
+ // hotels : 2016-04-07 Booking.com B.V.
8406
+ hotels
8407
+
8399
8408
  // hotmail : 2014-12-18 Microsoft Corporation
8400
8409
  hotmail
8401
8410
 
@@ -8534,7 +8543,7 @@ jcp
8534
8543
  // jeep : 2015-07-30 FCA US LLC.
8535
8544
  jeep
8536
8545
 
8537
- // jetzt : 2014-01-09 New TLD Company AB
8546
+ // jetzt : 2014-01-09
8538
8547
  jetzt
8539
8548
 
8540
8549
  // jewelry : 2015-03-05 Wild Bloom, LLC
@@ -9674,7 +9683,10 @@ shiksha
9674
9683
  // shoes : 2013-10-02 Binky Galley, LLC
9675
9684
  shoes
9676
9685
 
9677
- // shopping : 2016-03-31 Uniregistry, Corp.
9686
+ // shop : 2016-04-08 GMO Registry, Inc.
9687
+ shop
9688
+
9689
+ // shopping : 2016-03-31
9678
9690
  shopping
9679
9691
 
9680
9692
  // shouji : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD.
@@ -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.16 ruby lib
5
+ # stub: domain_prefix 0.3.0.17 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "domain_prefix"
9
- s.version = "0.3.0.16"
9
+ s.version = "0.3.0.17"
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 = "2016-05-04"
14
+ s.date = "2016-05-10"
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 = [
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.16
4
+ version: 0.3.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - tadman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-04 00:00:00.000000000 Z
11
+ date: 2016-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simpleidn