addressabler 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG.md +2 -2
  2. data/lib/tlds +212 -53
  3. metadata +2 -2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ## 0.0.6
2
- * Merged [pull request from Jean Mertz][1] adding custom TLD support
2
+ * Merged [pull request from Jean Mertz][] adding custom TLD support
3
3
 
4
4
  ## 0.0.5
5
5
  * Restored nested hash support **if Rack is installed**
@@ -8,4 +8,4 @@
8
8
  * Updated to the latest TLD list from [Paul Dix](https://github.com/pauldix), thanks to [this unbelievably helpful user](https://github.com/flipsasser/addressabler/issues/1)
9
9
  * Updated to latest Addressable spec
10
10
 
11
- [1](https://github.com/flipsasser/addressabler/pull/2)
11
+ [pull request from Jean Mertz]: https://github.com/flipsasser/addressabler/pull/2
data/lib/tlds CHANGED
@@ -219,7 +219,6 @@ net.au
219
219
  org.au
220
220
  edu.au
221
221
  gov.au
222
- csiro.au
223
222
  asn.au
224
223
  id.au
225
224
  // Historic 2LDs (closed to new registration, but sites still exist)
@@ -692,6 +691,14 @@ inf.cu
692
691
  // cv : http://en.wikipedia.org/wiki/.cv
693
692
  cv
694
693
 
694
+ // cw : http://www.una.cw/cw_registry/
695
+ // Confirmed by registry <registry@una.net> 2013-03-26
696
+ cw
697
+ com.cw
698
+ edu.cw
699
+ net.cw
700
+ org.cw
701
+
695
702
  // cx : http://en.wikipedia.org/wiki/.cx
696
703
  // list of other 2nd level tlds ?
697
704
  cx
@@ -950,9 +957,15 @@ gov.gr
950
957
  // gs : http://en.wikipedia.org/wiki/.gs
951
958
  gs
952
959
 
953
- // gt : http://www.gt/politicas.html
954
- *.gt
955
- !www.gt
960
+ // gt : http://www.gt/politicas_de_registro.html
961
+ gt
962
+ com.gt
963
+ edu.gt
964
+ gob.gt
965
+ ind.gt
966
+ mil.gt
967
+ net.gt
968
+ org.gt
956
969
 
957
970
  // gu : http://gadao.gov.gu/registration.txt
958
971
  *.gu
@@ -1066,13 +1079,14 @@ tozsde.hu
1066
1079
  utazas.hu
1067
1080
  video.hu
1068
1081
 
1069
- // id : http://en.wikipedia.org/wiki/.id
1070
- // see also: https://register.pandi.or.id/
1082
+ // id : https://register.pandi.or.id/
1071
1083
  id
1072
1084
  ac.id
1085
+ biz.id
1073
1086
  co.id
1074
1087
  go.id
1075
1088
  mil.id
1089
+ my.id
1076
1090
  net.id
1077
1091
  or.id
1078
1092
  sch.id
@@ -4166,6 +4180,7 @@ name.my
4166
4180
 
4167
4181
  // mz : http://www.gobin.info/domainname/mz-template.doc
4168
4182
  *.mz
4183
+ !teledata.mz
4169
4184
 
4170
4185
  // na : http://www.na-nic.com.na/
4171
4186
  // http://www.info.na/domain/
@@ -5301,6 +5316,9 @@ org.pn
5301
5316
  edu.pn
5302
5317
  net.pn
5303
5318
 
5319
+ // post : http://en.wikipedia.org/wiki/.post
5320
+ post
5321
+
5304
5322
  // pr : http://www.nic.pr/index.asp?f=1
5305
5323
  pr
5306
5324
  com.pr
@@ -5359,8 +5377,16 @@ ed.pw
5359
5377
  go.pw
5360
5378
  belau.pw
5361
5379
 
5362
- // py : http://www.nic.py/faq_a.html#faq_b
5363
- *.py
5380
+ // py : http://www.nic.py/pautas.html#seccion_9
5381
+ // Confirmed by registry 2012-10-03
5382
+ py
5383
+ com.py
5384
+ coop.py
5385
+ edu.py
5386
+ gov.py
5387
+ mil.py
5388
+ net.py
5389
+ org.py
5364
5390
 
5365
5391
  // qa : http://domains.qa/en/
5366
5392
  qa
@@ -5889,16 +5915,20 @@ club.tw
5889
5915
  組織.tw
5890
5916
  商業.tw
5891
5917
 
5892
- // tz : http://en.wikipedia.org/wiki/.tz
5893
- // Submitted by registry <randy@psg.com> 2008-06-17
5894
- // Updated from http://www.tznic.or.tz/index.php/domains.html 2010-10-25
5918
+ // tz : http://www.tznic.or.tz/index.php/domains
5919
+ // Confirmed by registry <manager@tznic.or.tz> 2013-01-22
5895
5920
  ac.tz
5896
5921
  co.tz
5897
5922
  go.tz
5923
+ hotel.tz
5924
+ info.tz
5925
+ me.tz
5898
5926
  mil.tz
5927
+ mobi.tz
5899
5928
  ne.tz
5900
5929
  or.tz
5901
5930
  sc.tz
5931
+ tv.tz
5902
5932
 
5903
5933
  // ua : https://hostmaster.ua/policy/?ua
5904
5934
  // Submitted by registry <dk@cctld.ua> 2012-04-27
@@ -5999,20 +6029,19 @@ com.ug
5999
6029
  org.ug
6000
6030
 
6001
6031
  // uk : http://en.wikipedia.org/wiki/.uk
6032
+ // Submitted by registry <noc@nominet.org.uk> 2012-10-02
6033
+ // and tweaked by us pending further consultation.
6002
6034
  *.uk
6003
6035
  *.sch.uk
6004
6036
  !bl.uk
6005
6037
  !british-library.uk
6006
- !icnet.uk
6007
6038
  !jet.uk
6008
6039
  !mod.uk
6040
+ !national-library-scotland.uk
6009
6041
  !nel.uk
6010
- !nhs.uk
6011
6042
  !nic.uk
6012
6043
  !nls.uk
6013
- !national-library-scotland.uk
6014
6044
  !parliament.uk
6015
- !police.uk
6016
6045
 
6017
6046
  // us : http://en.wikipedia.org/wiki/.us
6018
6047
  us
@@ -6288,8 +6317,19 @@ gov.vc
6288
6317
  mil.vc
6289
6318
  edu.vc
6290
6319
 
6291
- // ve : http://registro.nic.ve/nicve/registro/index.html
6292
- *.ve
6320
+ // ve : https://registro.nic.ve/
6321
+ // Confirmed by registry 2012-10-04
6322
+ ve
6323
+ co.ve
6324
+ com.ve
6325
+ e12.ve
6326
+ edu.ve
6327
+ gov.ve
6328
+ info.ve
6329
+ mil.ve
6330
+ net.ve
6331
+ org.ve
6332
+ web.ve
6293
6333
 
6294
6334
  // vg : http://en.wikipedia.org/wiki/.vg
6295
6335
  vg
@@ -6517,27 +6557,75 @@ xxx
6517
6557
  // ===END ICANN DOMAINS===
6518
6558
  // ===BEGIN PRIVATE DOMAINS===
6519
6559
 
6520
- // info.at : http://www.info.at/
6521
- biz.at
6522
- info.at
6523
-
6524
- // priv.at : http://www.nic.priv.at/
6525
- // Submitted by registry <lendl@nic.at> 2008-06-09
6526
- priv.at
6527
-
6528
- // co.ca : http://registry.co.ca
6529
- co.ca
6560
+ // Amazon CloudFront : https://aws.amazon.com/cloudfront/
6561
+ // Requested by Donavan Miller <donavanm@amazon.com> 2013-03-22
6562
+ cloudfront.net
6563
+
6564
+ // Amazon Elastic Compute Cloud: https://aws.amazon.com/ec2/
6565
+ // Requested by Osman Surkatty <osmans@amazon.com> 2013-04-02
6566
+ compute.amazonaws.com
6567
+ us-east-1.amazonaws.com
6568
+ compute-1.amazonaws.com
6569
+ z-1.compute-1.amazonaws.com
6570
+ z-2.compute-1.amazonaws.com
6571
+ ap-northeast-1.compute.amazonaws.com
6572
+ ap-southeast-1.compute.amazonaws.com
6573
+ ap-southeast-2.compute.amazonaws.com
6574
+ eu-west-1.compute.amazonaws.com
6575
+ sa-east-1.compute.amazonaws.com
6576
+ us-gov-west-1.compute.amazonaws.com
6577
+ us-west-1.compute.amazonaws.com
6578
+ us-west-2.compute.amazonaws.com
6579
+
6580
+ // Amazon Elastic Beanstalk : https://aws.amazon.com/elasticbeanstalk/
6581
+ // Requested by Adam Stein <astein@amazon.com> 2013-04-02
6582
+ elasticbeanstalk.com
6583
+
6584
+ // Amazon Elastic Load Balancing : https://aws.amazon.com/elasticloadbalancing/
6585
+ // Requested by Scott Vidmar <svidmar@amazon.com> 2013-03-27
6586
+ elb.amazonaws.com
6587
+
6588
+ // Amazon S3 : https://aws.amazon.com/s3/
6589
+ // Requested by Courtney Eckhardt <coec@amazon.com> 2013-03-22
6590
+ s3.amazonaws.com
6591
+ s3-us-west-2.amazonaws.com
6592
+ s3-us-west-1.amazonaws.com
6593
+ s3-eu-west-1.amazonaws.com
6594
+ s3-ap-southeast-1.amazonaws.com
6595
+ s3-ap-southeast-2.amazonaws.com
6596
+ s3-ap-northeast-1.amazonaws.com
6597
+ s3-sa-east-1.amazonaws.com
6598
+ s3-us-gov-west-1.amazonaws.com
6599
+ s3-fips-us-gov-west-1.amazonaws.com
6600
+ s3-website-us-east-1.amazonaws.com
6601
+ s3-website-us-west-2.amazonaws.com
6602
+ s3-website-us-west-1.amazonaws.com
6603
+ s3-website-eu-west-1.amazonaws.com
6604
+ s3-website-ap-southeast-1.amazonaws.com
6605
+ s3-website-ap-southeast-2.amazonaws.com
6606
+ s3-website-ap-northeast-1.amazonaws.com
6607
+ s3-website-sa-east-1.amazonaws.com
6608
+ s3-website-us-gov-west-1.amazonaws.com
6609
+
6610
+ // BetaInABox
6611
+ // Requested by adrian@betainabox.com 2012-09-13
6612
+ betainabox.com
6530
6613
 
6531
6614
  // CentralNic : http://www.centralnic.com/names/domains
6532
- // Confirmed by registry <gavin.brown@centralnic.com> 2008-06-09
6615
+ // Requested by registry <gavin.brown@centralnic.com> 2012-09-27
6616
+ ae.org
6533
6617
  ar.com
6534
6618
  br.com
6535
6619
  cn.com
6620
+ com.de
6536
6621
  de.com
6537
6622
  eu.com
6538
6623
  gb.com
6624
+ gb.net
6539
6625
  gr.com
6540
6626
  hu.com
6627
+ hu.net
6628
+ jp.net
6541
6629
  jpn.com
6542
6630
  kr.com
6543
6631
  no.com
@@ -6545,44 +6633,27 @@ qc.com
6545
6633
  ru.com
6546
6634
  sa.com
6547
6635
  se.com
6636
+ se.net
6548
6637
  uk.com
6638
+ uk.net
6549
6639
  us.com
6640
+ us.org
6550
6641
  uy.com
6551
6642
  za.com
6552
- gb.net
6553
- jp.net
6554
- se.net
6555
- uk.net
6556
- ae.org
6557
- us.org
6558
- com.de
6559
-
6560
- // Opera Software, A.S.A.
6561
- // Requested by Yngve Pettersen <yngve@opera.com> 2009-11-26
6562
- operaunite.com
6563
-
6564
- // Google, Inc.
6565
- // Requested by Eduardo Vela <evn@google.com> 2010-09-06
6566
- appspot.com
6567
-
6568
- // iki.fi : Submitted by Hannu Aronsson <haa@iki.fi> 2009-11-05
6569
- iki.fi
6570
6643
 
6571
6644
  // c.la : http://www.c.la/
6572
6645
  c.la
6573
6646
 
6574
- // ZaNiC : http://www.za.net/
6575
- // Confirmed by registry <hostmaster@nic.za.net> 2009-10-03
6576
- za.net
6577
- za.org
6647
+ // co.ca : http://registry.co.ca/
6648
+ co.ca
6578
6649
 
6579
6650
  // CoDNS B.V.
6580
- // Added 2010-05-23.
6581
6651
  co.nl
6582
6652
  co.no
6583
6653
 
6584
- // Mainseek Sp. z o.o. : http://www.co.pl/
6585
- co.pl
6654
+ // DreamHost : http://www.dreamhost.com/
6655
+ // Requested by Andrew Farmer <andrew.farmer@dreamhost.com> 2012-10-02
6656
+ dreamhosters.com
6586
6657
 
6587
6658
  // DynDNS.com : http://www.dyndns.com/services/dns/dyndns/
6588
6659
  dyndns-at-home.com
@@ -6865,4 +6936,92 @@ webhop.org
6865
6936
  worse-than.tv
6866
6937
  writesthisblog.com
6867
6938
 
6939
+ // GitHub, Inc.
6940
+ // Requested by Ben Toews <btoews@github.com> 2013-04-18
6941
+ github.io
6942
+
6943
+ // Google, Inc.
6944
+ // Requested by Eduardo Vela <evn@google.com> 2012-10-24
6945
+ appspot.com
6946
+ blogspot.be
6947
+ blogspot.bj
6948
+ blogspot.ca
6949
+ blogspot.cf
6950
+ blogspot.ch
6951
+ blogspot.co.at
6952
+ blogspot.co.il
6953
+ blogspot.co.nz
6954
+ blogspot.co.uk
6955
+ blogspot.com
6956
+ blogspot.com.ar
6957
+ blogspot.com.au
6958
+ blogspot.com.br
6959
+ blogspot.com.es
6960
+ blogspot.cv
6961
+ blogspot.cz
6962
+ blogspot.de
6963
+ blogspot.dk
6964
+ blogspot.fi
6965
+ blogspot.fr
6966
+ blogspot.gr
6967
+ blogspot.hk
6968
+ blogspot.hu
6969
+ blogspot.ie
6970
+ blogspot.in
6971
+ blogspot.it
6972
+ blogspot.jp
6973
+ blogspot.kr
6974
+ blogspot.mr
6975
+ blogspot.mx
6976
+ blogspot.nl
6977
+ blogspot.no
6978
+ blogspot.pt
6979
+ blogspot.re
6980
+ blogspot.ro
6981
+ blogspot.se
6982
+ blogspot.sg
6983
+ blogspot.sk
6984
+ blogspot.td
6985
+ blogspot.tw
6986
+ codespot.com
6987
+ googleapis.com
6988
+ googlecode.com
6989
+
6990
+ // Heroku : https://www.heroku.com/
6991
+ // Requested by Tom Maher <tmaher@heroku.com> 2013-05-02
6992
+ herokuapp.com
6993
+ herokussl.com
6994
+
6995
+ // iki.fi
6996
+ // Requested by Hannu Aronsson <haa@iki.fi> 2009-11-05
6997
+ iki.fi
6998
+
6999
+ // info.at : http://www.info.at/
7000
+ biz.at
7001
+ info.at
7002
+
7003
+ // Michau Enterprises Limited : http://www.co.pl/
7004
+ co.pl
7005
+
7006
+ // NYC.mn : http://www.information.nyc.mn
7007
+ // Requested by Matthew Brown <mattbrown@nyc.mn> 2013-03-11
7008
+ nyc.mn
7009
+
7010
+ // Opera Software, A.S.A.
7011
+ // Requested by Yngve Pettersen <yngve@opera.com> 2009-11-26
7012
+ operaunite.com
7013
+
7014
+ // Red Hat, Inc. OpenShift : https://openshift.redhat.com/
7015
+ // Requested by Tim Kramer <tkramer@rhcloud.com> 2012-10-24
7016
+ rhcloud.com
7017
+
7018
+ // priv.at : http://www.nic.priv.at/
7019
+ // Requested by registry <lendl@nic.at> 2008-06-09
7020
+ priv.at
7021
+
7022
+ // ZaNiC : http://www.za.net/
7023
+ // Requested by registry <hostmaster@nic.za.net> 2009-10-03
7024
+ za.net
7025
+ za.org
7026
+
6868
7027
  // ===END PRIVATE DOMAINS===
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: addressabler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  segments:
95
95
  - 0
96
- hash: 2089410435021275107
96
+ hash: -879587546668061627
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  none: false
99
99
  requirements: