ryodo 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1de472c68281d0e6f6e1585d8882710fd3273df5
4
- data.tar.gz: 2da982137a2656138a389153d4267eb96641f581
3
+ metadata.gz: cc15f0e2eb880f244ff2ddd04e3076af8a561861
4
+ data.tar.gz: e6d9640901d43cd73a076142b77af43f2bf54c63
5
5
  SHA512:
6
- metadata.gz: 1bf5c710c42a89abd427ad9153d491575fca25e21ad3608be1b2a0a5dc7f4fd977e2cf1ca642199988def24e404fa9d6d9c76bea83a159fc1dadf348abe884a7
7
- data.tar.gz: ca85268796b2a7f42e7ec302b673e868fffca2dc2e2a38960537656914ca6e06195dfbc915d8b159922051bb8096382fbd2941b049edda629f10e079e8ff894d
6
+ metadata.gz: 75abce0b66fb1f7dcdf15a5871a9a6d4a8ca79f2a6a71d2a5739029b7fbb043461f69305ddbb81513ac478c7e0bdc650506c9666c1c710acf883d271815476bf
7
+ data.tar.gz: cec8fcd5191d0bf36ba4dcdf46910a641951100ec8727238bd8d7853936fa636b6cc5009f7ea6077f531cb64ee472021bfecc40817959677ee46e9b447f199c1
@@ -1,6 +1,7 @@
1
1
  language: ruby
2
2
 
3
3
  rvm:
4
+ - 2.1.0
4
5
  - 2.0.0
5
6
  - 1.9.3
6
7
  - 1.9.2
data/README.md CHANGED
@@ -166,11 +166,11 @@ The benchmark script can be found at [checks/benchmark.rb (branch: prof)](./blob
166
166
  **Results**
167
167
 
168
168
  ```
169
- Ruby: MRI 2.0.0-p247
170
- ryodo (0.2.4.1)
171
- public_suffix (1.3.1)
169
+ Ruby: MRI 2.1.0p0
170
+ ryodo (0.2.6)
171
+ public_suffix (1.3.3)
172
172
  Machine: AMD Phenom(tm) II X6 1090T, 6 cores, 3.2 GHz; 8 GB RAM
173
- Linux 3.10.9-1-ARCH x86_64 GNU/Linux
173
+ Linux 3.12.7-1-ARCH x86_64 GNU/Linux
174
174
 
175
175
  Benchmark of domain parsing
176
176
  ===========================
@@ -179,22 +179,19 @@ Number of loops: 1000
179
179
  Number of items per loop: 100
180
180
 
181
181
  Rehearsal ---------------------------------------------------
182
- ryodo 2.780000 0.000000 2.780000 ( 2.779690)
183
- public_suffix 83.350000 0.000000 83.350000 ( 83.414578)
184
- ----------------------------------------- total: 86.130000sec
182
+ ryodo 2.110000 0.000000 2.110000 ( 2.122766)
183
+ public_suffix 72.460000 0.020000 72.480000 ( 72.517502)
184
+ ----------------------------------------- total: 74.590000sec
185
185
 
186
186
  user system total real
187
- ryodo 2.830000 0.000000 2.830000 ( 2.834630)
188
- public_suffix 83.450000 0.000000 83.450000 ( 83.510037)
189
-
190
- Ryodo vs. PublicSuffix
191
-
192
- Ryodo is 29.46 times faster than PublicSuffix.
187
+ ryodo 2.130000 0.000000 2.130000 ( 2.132354)
188
+ public_suffix 72.000000 2.220000 74.220000 ( 74.272943)
193
189
 
190
+ Ryodo is 34.83 times faster than PublicSuffix.
194
191
  ```
195
192
 
196
193
  ```
197
- Ruby: MRI 1.9.3-p448
194
+ Ruby: MRI 2.0.0p247
198
195
  ryodo (0.2.4.1)
199
196
  public_suffix (1.3.1)
200
197
  Machine: AMD Phenom(tm) II X6 1090T, 6 cores, 3.2 GHz; 8 GB RAM
@@ -207,15 +204,18 @@ Number of loops: 1000
207
204
  Number of items per loop: 100
208
205
 
209
206
  Rehearsal ---------------------------------------------------
210
- ryodo 2.640000 0.000000 2.640000 ( 2.642131)
211
- public_suffix 80.710000 0.010000 80.720000 ( 80.770868)
212
- ----------------------------------------- total: 83.360000sec
207
+ ryodo 2.780000 0.000000 2.780000 ( 2.779690)
208
+ public_suffix 83.350000 0.000000 83.350000 ( 83.414578)
209
+ ----------------------------------------- total: 86.130000sec
213
210
 
214
211
  user system total real
215
- ryodo 2.670000 0.000000 2.670000 ( 2.664983)
216
- public_suffix 80.930000 0.020000 80.950000 ( 80.998667)
212
+ ryodo 2.830000 0.000000 2.830000 ( 2.834630)
213
+ public_suffix 83.450000 0.000000 83.450000 ( 83.510037)
214
+
215
+ Ryodo vs. PublicSuffix
216
+
217
+ Ryodo is 29.46 times faster than PublicSuffix.
217
218
 
218
- Ryodo is 30.39 times faster than PublicSuffix.
219
219
  ```
220
220
 
221
221
  Interestingly the public_suffix gem got even slower over time (and/or ruby versions)
@@ -155,6 +155,7 @@ ar.mil
155
155
  ar.net
156
156
  ar.org
157
157
  ar.tur
158
+ arpa
158
159
  arpa.e164
159
160
  arpa.in-addr
160
161
  arpa.ip6
@@ -173,6 +174,7 @@ at.gv
173
174
  at.info
174
175
  at.or
175
176
  at.priv
177
+ au
176
178
  au.act
177
179
  au.asn
178
180
  au.com
@@ -418,7 +420,7 @@ build
418
420
  builders
419
421
  business
420
422
  buzz
421
- buzz
423
+ bv
422
424
  bw
423
425
  bw.co
424
426
  bw.org
@@ -455,8 +457,6 @@ cab
455
457
  camera
456
458
  camp
457
459
  career
458
- career
459
- careers
460
460
  careers
461
461
  cat
462
462
  cc
@@ -944,6 +944,7 @@ futbol
944
944
  ga
945
945
  gal
946
946
  gallery
947
+ gb
947
948
  gd
948
949
  ge
949
950
  ge.com
@@ -975,6 +976,7 @@ gift
975
976
  gl
976
977
  glass
977
978
  gm
979
+ gn
978
980
  gn.ac
979
981
  gn.com
980
982
  gn.edu
@@ -3278,6 +3280,7 @@ kn.edu
3278
3280
  kn.gov
3279
3281
  kn.net
3280
3282
  kn.org
3283
+ kp
3281
3284
  kp.com
3282
3285
  kp.edu
3283
3286
  kp.gov
@@ -3340,6 +3343,7 @@ la.net
3340
3343
  la.org
3341
3344
  la.per
3342
3345
  land
3346
+ lb
3343
3347
  lb.com
3344
3348
  lb.edu
3345
3349
  lb.gov
@@ -3370,6 +3374,7 @@ lk.org
3370
3374
  lk.sch
3371
3375
  lk.soc
3372
3376
  lk.web
3377
+ lr
3373
3378
  lr.com
3374
3379
  lr.edu
3375
3380
  lr.gov
@@ -5020,7 +5025,6 @@ org.us
5020
5025
  org.webhop
5021
5026
  org.za
5022
5027
  otsuka
5023
- otsuka
5024
5028
  pa
5025
5029
  pa.abo
5026
5030
  pa.ac
@@ -5058,7 +5062,6 @@ ph.org
5058
5062
  photography
5059
5063
  photos
5060
5064
  pink
5061
- pink
5062
5065
  pk
5063
5066
  pk.biz
5064
5067
  pk.com
@@ -5492,7 +5495,6 @@ ru.yekaterinburg
5492
5495
  ru.yuzhno-sakhalinsk
5493
5496
  ru.zgrad
5494
5497
  ruhr
5495
- ruhr
5496
5498
  rw
5497
5499
  rw.ac
5498
5500
  rw.co
@@ -5591,9 +5593,9 @@ sh.mil
5591
5593
  sh.net
5592
5594
  sh.org
5593
5595
  shoes
5594
- shoes
5595
5596
  si
5596
5597
  singles
5598
+ sj
5597
5599
  sk
5598
5600
  sk.blogspot
5599
5601
  sl
@@ -5728,6 +5730,7 @@ to.mil
5728
5730
  to.net
5729
5731
  to.org
5730
5732
  today
5733
+ tp
5731
5734
  tr.!nic
5732
5735
  tr.*
5733
5736
  tr.nc.gov
@@ -5771,6 +5774,7 @@ tw.org
5771
5774
  tw.商業
5772
5775
  tw.組織
5773
5776
  tw.網路
5777
+ tz
5774
5778
  tz.ac
5775
5779
  tz.co
5776
5780
  tz.go
@@ -6108,7 +6112,6 @@ us.wi.k12
6108
6112
  us.wi.lib
6109
6113
  us.wv
6110
6114
  us.wv.cc
6111
- us.wv.k12
6112
6115
  us.wy
6113
6116
  us.wy.cc
6114
6117
  us.wy.k12
@@ -6171,7 +6174,6 @@ voyage
6171
6174
  vu
6172
6175
  wang
6173
6176
  wed
6174
- wed
6175
6177
  wf
6176
6178
  wien
6177
6179
  wiki
@@ -6189,11 +6191,13 @@ yt
6189
6191
  za.*
6190
6192
  zm.*
6191
6193
  zw.*
6194
+ мон
6192
6195
  онлайн
6193
6196
  рф
6194
6197
  сайт
6195
6198
  срб
6196
6199
  укр
6200
+ қаз
6197
6201
  الاردن
6198
6202
  الجزائر
6199
6203
  السعودية
@@ -6215,7 +6219,7 @@ zw.*
6215
6219
  فلسطين
6216
6220
  قطر
6217
6221
  مصر
6218
- موقع
6222
+ مليسيا
6219
6223
  موقع
6220
6224
  भारत
6221
6225
  বাংলা
@@ -6232,7 +6236,6 @@ zw.*
6232
6236
  みんな
6233
6237
  世界
6234
6238
  中信
6235
- 中信
6236
6239
  中国
6237
6240
  中國
6238
6241
  中文网
@@ -1,3 +1,3 @@
1
1
  module Ryodo
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
@@ -188,6 +188,7 @@ tur.ar
188
188
 
189
189
  // arpa : http://en.wikipedia.org/wiki/.arpa
190
190
  // Confirmed by registry <iana-questions@icann.org> 2008-06-18
191
+ arpa
191
192
  e164.arpa
192
193
  in-addr.arpa
193
194
  ip6.arpa
@@ -212,6 +213,7 @@ or.at
212
213
 
213
214
  // au : http://en.wikipedia.org/wiki/.au
214
215
  // http://www.auda.org.au/
216
+ au
215
217
  // 2LDs
216
218
  com.au
217
219
  net.au
@@ -490,6 +492,7 @@ org.bt
490
492
 
491
493
  // bv : No registrations at this time.
492
494
  // Submitted by registry <jarle@uninett.no> 2006-06-16
495
+ bv
493
496
 
494
497
  // bw : http://en.wikipedia.org/wiki/.bw
495
498
  // http://www.gobin.info/domainname/bw.doc
@@ -868,6 +871,7 @@ ga
868
871
 
869
872
  // gb : This registry is effectively dormant
870
873
  // Submitted by registry <Damien.Shaw@ja.net> 2008-06-12
874
+ gb
871
875
 
872
876
  // gd : http://en.wikipedia.org/wiki/.gd
873
877
  gd
@@ -921,6 +925,7 @@ gm
921
925
 
922
926
  // gn : http://psg.com/dns/gn/gn.txt
923
927
  // Submitted by registry <randy@psg.com> 2008-06-17
928
+ gn
924
929
  ac.gn
925
930
  com.gn
926
931
  edu.gn
@@ -3301,6 +3306,7 @@ edu.kn
3301
3306
  gov.kn
3302
3307
 
3303
3308
  // kp : http://www.kcce.kp/en_index.php
3309
+ kp
3304
3310
  com.kp
3305
3311
  edu.kp
3306
3312
  gov.kp
@@ -3378,6 +3384,7 @@ org.la
3378
3384
 
3379
3385
  // lb : http://en.wikipedia.org/wiki/.lb
3380
3386
  // Submitted by registry <randy@psg.com> 2008-06-17
3387
+ lb
3381
3388
  com.lb
3382
3389
  edu.lb
3383
3390
  gov.lb
@@ -3416,6 +3423,7 @@ hotel.lk
3416
3423
 
3417
3424
  // lr : http://psg.com/dns/lr/lr.txt
3418
3425
  // Submitted by registry <randy@psg.com> 2008-06-17
3426
+ lr
3419
3427
  com.lr
3420
3428
  edu.lr
3421
3429
  gov.lr
@@ -5693,6 +5701,7 @@ si
5693
5701
 
5694
5702
  // sj : No registrations at this time.
5695
5703
  // Submitted by registry <jarle@uninett.no> 2008-06-16
5704
+ sj
5696
5705
 
5697
5706
  // sk : http://en.wikipedia.org/wiki/.sk
5698
5707
  // list of 2nd level domains ?
@@ -5875,6 +5884,10 @@ org.to
5875
5884
  edu.to
5876
5885
  mil.to
5877
5886
 
5887
+ // tp : No registrations at this time.
5888
+ // Submitted by Ryan Sleevi <ryan.sleevi@gmail.com> 2014-01-03
5889
+ tp
5890
+
5878
5891
  // tr : http://en.wikipedia.org/wiki/.tr
5879
5892
  *.tr
5880
5893
  !nic.tr
@@ -5928,6 +5941,7 @@ club.tw
5928
5941
 
5929
5942
  // tz : http://www.tznic.or.tz/index.php/domains
5930
5943
  // Confirmed by registry <manager@tznic.or.tz> 2013-01-22
5944
+ tz
5931
5945
  ac.tz
5932
5946
  co.tz
5933
5947
  go.tz
@@ -6176,7 +6190,7 @@ k12.vt.us
6176
6190
  k12.va.us
6177
6191
  k12.wa.us
6178
6192
  k12.wi.us
6179
- k12.wv.us
6193
+ // k12.wv.us Bug 947705 - Removed at request of Verne Britton <verne@wvnet.edu>
6180
6194
  k12.wy.us
6181
6195
 
6182
6196
  cc.ak.us
@@ -6470,6 +6484,9 @@ yt
6470
6484
  // xn--3e0b707e ("Republic of Korea" Hangul) : KR
6471
6485
  한국
6472
6486
 
6487
+ // xn--80ao21a ("Kaz" Kazakh) : KZ
6488
+ қаз
6489
+
6473
6490
  // xn--fzc2c9e2c ("Lanka" Sinhalese-Sinhala) : LK
6474
6491
  // http://nic.lk
6475
6492
  ලංකා
@@ -6481,6 +6498,12 @@ yt
6481
6498
  // xn--mgbc0a9azcg ("Morocco / al-Maghrib" Arabic) : MA
6482
6499
  المغرب
6483
6500
 
6501
+ // xn--l1acc ("mon" Mongolian) : MN
6502
+ мон
6503
+
6504
+ // xn--mgbx4cd0ab ("Malaysia" Malay) : MY
6505
+ مليسيا
6506
+
6484
6507
  // xn--mgb9awbf ("Oman" Arabic) : OM
6485
6508
  عمان
6486
6509
 
@@ -6743,211 +6766,181 @@ otsuka
6743
6766
  // xn--fiQ64b : 2013-10-14 CITIC Group Corporation
6744
6767
  中信
6745
6768
 
6746
- // wed : 2013-10-02 Atgron, Inc.
6747
- wed
6748
-
6749
- // pink : 2013-10-02 Afilias Limited
6750
- pink
6751
-
6752
- // ruhr : 2013-10-02 regiodot GmbH & Co. KG
6753
- ruhr
6754
-
6755
- // buzz : 2013-10-03 DOTSTRATEGY CO.
6756
- buzz
6757
-
6758
- // careers : 2013-10-03 Wild Corner, LLC
6759
- careers
6760
-
6761
- // shoes : 2013-10-03 Binky Galley, LLC
6762
- shoes
6763
-
6764
- // xn--4gbrim : 2013-10-07 Suhub Electronic Establishment
6765
- موقع
6766
-
6767
- // career : 2013-10-09 dotCareer, LLC
6768
- career
6769
-
6770
- // otsuka : 2013-10-11 Otsuka Holdings Co. Ltd.
6771
- otsuka
6772
-
6773
- // xn--fiQ64b : 2013-10-14 CITIC Group Corporation
6774
- 中信
6775
-
6776
- // gift : 2013-10-18 Uniregistry Corp.
6769
+ // gift : 2013-10-18 Uniregistry Corp.
6777
6770
  gift
6778
6771
 
6779
- // recipes : 2013-10-18 Grand Island, LLC
6772
+ // recipes : 2013-10-18 Grand Island, LLC
6780
6773
  recipes
6781
6774
 
6782
- // coffee : 2013-10-18 Trixy Cover, LLC
6775
+ // coffee : 2013-10-18 Trixy Cover, LLC
6783
6776
  coffee
6784
6777
 
6785
- // luxury : 2013-10-18 Luxury Partners, LLC
6778
+ // luxury : 2013-10-18 Luxury Partners, LLC
6786
6779
  luxury
6787
6780
 
6788
- // domains : 2013-10-18 Sugar Cross, LLC
6781
+ // domains : 2013-10-18 Sugar Cross, LLC
6789
6782
  domains
6790
6783
 
6791
- // photos : 2013-10-18 Sea Corner, LLC
6784
+ // photos : 2013-10-18 Sea Corner, LLC
6792
6785
  photos
6793
6786
 
6794
- // limo : 2013-10-18 Hidden Frostbite, LLC
6787
+ // limo : 2013-10-18 Hidden Frostbite, LLC
6795
6788
  limo
6796
6789
 
6797
- // viajes : 2013-10-18 Black Madison, LLC
6790
+ // viajes : 2013-10-18 Black Madison, LLC
6798
6791
  viajes
6799
6792
 
6800
- // wang : 2013-10-24 Zodiac Leo Limited
6793
+ // wang : 2013-10-24 Zodiac Leo Limited
6801
6794
  wang
6802
6795
 
6803
- // democrat : 2013-10-24 United TLD Holdco Ltd.
6796
+ // democrat : 2013-10-24 United TLD Holdco Ltd.
6804
6797
  democrat
6805
6798
 
6806
- // mango : 2013-10-25 PUNTO FA S.L.
6799
+ // mango : 2013-10-25 PUNTO FA S.L.
6807
6800
  mango
6808
6801
 
6809
- // cab : 2013-10-25 Half Sunset, LLC
6802
+ // cab : 2013-10-25 Half Sunset, LLC
6810
6803
  cab
6811
6804
 
6812
- // support : 2013-10-25 Grand Orchard, LLC
6805
+ // support : 2013-10-25 Grand Orchard, LLC
6813
6806
  support
6814
6807
 
6815
- // dance : 2013-10-25 United TLD Holdco Ltd.
6808
+ // dance : 2013-10-25 United TLD Holdco Ltd.
6816
6809
  dance
6817
6810
 
6818
- // nagoya : 2013-10-25 GMO Registry, Inc.
6811
+ // nagoya : 2013-10-25 GMO Registry, Inc.
6819
6812
  nagoya
6820
6813
 
6821
- // computer : 2013-10-25 Pine Mill, LLC
6814
+ // computer : 2013-10-25 Pine Mill, LLC
6822
6815
  computer
6823
6816
 
6824
- // wien : 2013-10-28 punkt.wien GmbH
6817
+ // wien : 2013-10-28 punkt.wien GmbH
6825
6818
  wien
6826
6819
 
6827
- // berlin : 2013-10-31 dotBERLIN GmbH & Co. KG
6820
+ // berlin : 2013-10-31 dotBERLIN GmbH & Co. KG
6828
6821
  berlin
6829
6822
 
6830
- // codes : 2013-10-31 Puff Willow, LLC
6823
+ // codes : 2013-10-31 Puff Willow, LLC
6831
6824
  codes
6832
6825
 
6833
- // email : 2013-10-31 Spring Madison, LLC
6826
+ // email : 2013-10-31 Spring Madison, LLC
6834
6827
  email
6835
6828
 
6836
- // xn--mgbab2bd : 2013-10-31 CORE Association
6829
+ // xn--mgbab2bd : 2013-10-31 CORE Association
6837
6830
  بازار
6838
6831
 
6839
- // repair : 2013-11-07 Lone Sunset, LLC
6832
+ // repair : 2013-11-07 Lone Sunset, LLC
6840
6833
  repair
6841
6834
 
6842
- // holiday : 2013-11-07 Goose Woods, LLC
6835
+ // holiday : 2013-11-07 Goose Woods, LLC
6843
6836
  holiday
6844
6837
 
6845
- // center : 2013-11-07 Tin Mill, LLC
6838
+ // center : 2013-11-07 Tin Mill, LLC
6846
6839
  center
6847
6840
 
6848
- // systems : 2013-11-07 Dash Cypress, LLC
6841
+ // systems : 2013-11-07 Dash Cypress, LLC
6849
6842
  systems
6850
6843
 
6851
- // wiki : 2013-11-07 Top Level Design, LLC
6844
+ // wiki : 2013-11-07 Top Level Design, LLC
6852
6845
  wiki
6853
6846
 
6854
- // ceo : 2013-11-07 CEOTLD Pty Ltd
6847
+ // ceo : 2013-11-07 CEOTLD Pty Ltd
6855
6848
  ceo
6856
6849
 
6857
- // international : 2013-11-07 Wild Way, LLC
6850
+ // international : 2013-11-07 Wild Way, LLC
6858
6851
  international
6859
6852
 
6860
- // solar : 2013-11-07 Ruby Town, LLC
6853
+ // solar : 2013-11-07 Ruby Town, LLC
6861
6854
  solar
6862
6855
 
6863
- // company : 2013-11-07 Silver Avenue, LLC
6856
+ // company : 2013-11-07 Silver Avenue, LLC
6864
6857
  company
6865
6858
 
6866
- // education : 2013-11-07 Brice Way, LLC
6859
+ // education : 2013-11-07 Brice Way, LLC
6867
6860
  education
6868
6861
 
6869
- // training : 2013-11-07 Wild Willow, LLC
6862
+ // training : 2013-11-07 Wild Willow, LLC
6870
6863
  training
6871
6864
 
6872
- // academy : 2013-11-07 Half Oaks, LLC
6865
+ // academy : 2013-11-07 Half Oaks, LLC
6873
6866
  academy
6874
6867
 
6875
- // marketing : 2013-11-07 Fern Pass, LLC
6868
+ // marketing : 2013-11-07 Fern Pass, LLC
6876
6869
  marketing
6877
6870
 
6878
- // florist : 2013-11-08 Half Cypress, LLC
6871
+ // florist : 2013-11-08 Half Cypress, LLC
6879
6872
  florist
6880
6873
 
6881
- // solutions : 2013-11-07 Silver Cover, LLC
6874
+ // solutions : 2013-11-07 Silver Cover, LLC
6882
6875
  solutions
6883
6876
 
6884
- // build : 2013-11-07 Plan Bee LLC
6877
+ // build : 2013-11-07 Plan Bee LLC
6885
6878
  build
6886
6879
 
6887
- // institute : 2013-11-07 Outer Maple, LLC
6880
+ // institute : 2013-11-07 Outer Maple, LLC
6888
6881
  institute
6889
6882
 
6890
- // builders : 2013-11-07 Atomic Madison, LLC
6883
+ // builders : 2013-11-07 Atomic Madison, LLC
6891
6884
  builders
6892
6885
 
6893
- // red : 2013-11-07 Afilias Limited
6886
+ // red : 2013-11-07 Afilias Limited
6894
6887
  red
6895
6888
 
6896
- // blue : 2013-11-07 Afilias Limited
6889
+ // blue : 2013-11-07 Afilias Limited
6897
6890
  blue
6898
6891
 
6899
- // ninja : 2013-11-07 United TLD Holdco Ltd.
6892
+ // ninja : 2013-11-07 United TLD Holdco Ltd.
6900
6893
  ninja
6901
6894
 
6902
- // business : 2013-11-07 Spring Cross, LLC
6895
+ // business : 2013-11-07 Spring Cross, LLC
6903
6896
  business
6904
6897
 
6905
- // gal : 2013-11-07 Asociación puntoGAL
6898
+ // gal : 2013-11-07 Asociación puntoGAL
6906
6899
  gal
6907
6900
 
6908
- // social : 2013-11-07 United TLD Holdco Ltd.
6901
+ // social : 2013-11-07 United TLD Holdco Ltd.
6909
6902
  social
6910
6903
 
6911
- // house : 2013-11-07 Sugar Park, LLC
6904
+ // house : 2013-11-07 Sugar Park, LLC
6912
6905
  house
6913
6906
 
6914
- // camp : 2013-11-07 Delta Dynamite, LLC
6907
+ // camp : 2013-11-07 Delta Dynamite, LLC
6915
6908
  camp
6916
6909
 
6917
- // immobilien : 2013-11-07 United TLD Holdco Ltd.
6910
+ // immobilien : 2013-11-07 United TLD Holdco Ltd.
6918
6911
  immobilien
6919
6912
 
6920
- // moda : 2013-11-07 United TLD Holdco Ltd.
6913
+ // moda : 2013-11-07 United TLD Holdco Ltd.
6921
6914
  moda
6922
6915
 
6923
- // glass : 2013-11-07 Black Cover, LLC
6916
+ // glass : 2013-11-07 Black Cover, LLC
6924
6917
  glass
6925
6918
 
6926
- // management : 2013-11-07 John Goodbye, LLC
6919
+ // management : 2013-11-07 John Goodbye, LLC
6927
6920
  management
6928
6921
 
6929
- // kaufen : 2013-11-07 United TLD Holdco Ltd.
6922
+ // kaufen : 2013-11-07 United TLD Holdco Ltd.
6930
6923
  kaufen
6931
6924
 
6932
- // farm : 2013-11-07 Just Maple, LLC
6925
+ // farm : 2013-11-07 Just Maple, LLC
6933
6926
  farm
6934
6927
 
6935
- // xn--55qw42g : 2013-11-08 China Organizational Name Administration Center
6928
+ // xn--55qw42g : 2013-11-08 China Organizational Name Administration Center
6936
6929
  公益
6937
6930
 
6938
- // xn--zfr164b : 2013-11-08 China Organizational Name Administration Center
6931
+ // xn--zfr164b : 2013-11-08 China Organizational Name Administration Center
6939
6932
  政务
6940
6933
 
6941
- // club : 2013-11-08 .CLUB DOMAINS, LLC
6934
+ // club : 2013-11-08 .CLUB DOMAINS, LLC
6942
6935
  club
6943
6936
 
6944
- // voting : 2013-11-13 Valuetainment Corp.
6937
+ // voting : 2013-11-13 Valuetainment Corp.
6945
6938
  voting
6946
6939
 
6947
- // TOKYO : 2013-11-13 GMO Registry, Inc.
6940
+ // TOKYO : 2013-11-13 GMO Registry, Inc.
6948
6941
  TOKYO
6949
6942
 
6950
- // moe : 2013-11-13 Interlink Co., Ltd.
6943
+ // moe : 2013-11-13 Interlink Co., Ltd.
6951
6944
  moe
6952
6945
 
6953
6946
 
@@ -7442,4 +7435,4 @@ priv.at
7442
7435
  za.net
7443
7436
  za.org
7444
7437
 
7445
- // ===END PRIVATE DOMAINS===
7438
+ // ===END PRIVATE DOMAINS===
metadata CHANGED
@@ -1,111 +1,111 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ryodo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Grabo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-11 00:00:00.000000000 Z
11
+ date: 2014-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: coveralls
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rspec
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: fakeweb
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: pry
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '>='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: pry-doc
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - '>='
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - '>='
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  description: ryōdo【領土】 りょうど — A domain name parser gem using public suffix list (provided
@@ -116,9 +116,9 @@ executables: []
116
116
  extensions: []
117
117
  extra_rdoc_files: []
118
118
  files:
119
- - .gitignore
120
- - .rspec
121
- - .travis.yml
119
+ - ".gitignore"
120
+ - ".rspec"
121
+ - ".travis.yml"
122
122
  - Gemfile
123
123
  - Gemfile.lock
124
124
  - LICENSE
@@ -155,17 +155,17 @@ require_paths:
155
155
  - lib
156
156
  required_ruby_version: !ruby/object:Gem::Requirement
157
157
  requirements:
158
- - - '>='
158
+ - - ">="
159
159
  - !ruby/object:Gem::Version
160
160
  version: '0'
161
161
  required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  requirements:
163
- - - '>='
163
+ - - ">="
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
166
  requirements: []
167
167
  rubyforge_project:
168
- rubygems_version: 2.1.9
168
+ rubygems_version: 2.2.0
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: ryōdo【領土】 りょうど — A domain name parser using public suffix list