public_suffix 1.1.2 → 1.1.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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## Release 1.1.3
5
+
6
+ - CHANGED: Updated definitions.
7
+
8
+
4
9
  ## Release 1.1.2
5
10
 
6
11
  - CHANGED: Updated definitions.
@@ -415,13 +415,13 @@ b.br
415
415
  bio.br
416
416
  blog.br
417
417
  bmd.br
418
- can.br
419
418
  cim.br
420
419
  cng.br
421
420
  cnt.br
422
421
  com.br
423
422
  coop.br
424
423
  ecn.br
424
+ eco.br
425
425
  edu.br
426
426
  emp.br
427
427
  eng.br
@@ -442,6 +442,7 @@ ind.br
442
442
  inf.br
443
443
  jor.br
444
444
  jus.br
445
+ leg.br
445
446
  lel.br
446
447
  mat.br
447
448
  med.br
@@ -5899,60 +5900,87 @@ ne.tz
5899
5900
  or.tz
5900
5901
  sc.tz
5901
5902
 
5902
- // ua : http://www.nic.net.ua/
5903
+ // ua : https://hostmaster.ua/policy/?ua
5904
+ // Submitted by registry <dk@cctld.ua> 2012-04-27
5903
5905
  ua
5906
+ // ua 2LD
5904
5907
  com.ua
5905
5908
  edu.ua
5906
5909
  gov.ua
5907
5910
  in.ua
5908
5911
  net.ua
5909
5912
  org.ua
5910
- // ua geo-names
5913
+ // ua geographic names
5914
+ // https://hostmaster.ua/2ld/
5911
5915
  cherkassy.ua
5916
+ cherkasy.ua
5912
5917
  chernigov.ua
5918
+ chernihiv.ua
5919
+ chernivtsi.ua
5913
5920
  chernovtsy.ua
5914
5921
  ck.ua
5915
5922
  cn.ua
5923
+ cr.ua
5916
5924
  crimea.ua
5917
5925
  cv.ua
5918
5926
  dn.ua
5919
5927
  dnepropetrovsk.ua
5928
+ dnipropetrovsk.ua
5929
+ dominic.ua
5920
5930
  donetsk.ua
5921
5931
  dp.ua
5922
5932
  if.ua
5923
5933
  ivano-frankivsk.ua
5924
5934
  kh.ua
5935
+ kharkiv.ua
5925
5936
  kharkov.ua
5926
5937
  kherson.ua
5927
5938
  khmelnitskiy.ua
5939
+ khmelnytskyi.ua
5928
5940
  kiev.ua
5929
5941
  kirovograd.ua
5930
5942
  km.ua
5931
5943
  kr.ua
5944
+ krym.ua
5932
5945
  ks.ua
5933
5946
  kv.ua
5947
+ kyiv.ua
5934
5948
  lg.ua
5949
+ lt.ua
5935
5950
  lugansk.ua
5936
5951
  lutsk.ua
5952
+ lv.ua
5937
5953
  lviv.ua
5938
5954
  mk.ua
5955
+ mykolaiv.ua
5939
5956
  nikolaev.ua
5940
5957
  od.ua
5958
+ odesa.ua
5941
5959
  odessa.ua
5942
5960
  pl.ua
5943
5961
  poltava.ua
5962
+ rivne.ua
5944
5963
  rovno.ua
5945
5964
  rv.ua
5965
+ sb.ua
5946
5966
  sebastopol.ua
5967
+ sevastopol.ua
5968
+ sm.ua
5947
5969
  sumy.ua
5948
5970
  te.ua
5949
5971
  ternopil.ua
5972
+ uz.ua
5950
5973
  uzhgorod.ua
5951
5974
  vinnica.ua
5975
+ vinnytsia.ua
5952
5976
  vn.ua
5977
+ volyn.ua
5978
+ yalta.ua
5953
5979
  zaporizhzhe.ua
5954
- zp.ua
5980
+ zaporizhzhia.ua
5955
5981
  zhitomir.ua
5982
+ zhytomyr.ua
5983
+ zp.ua
5956
5984
  zt.ua
5957
5985
 
5958
5986
  // Private registries in .ua
@@ -6231,8 +6259,14 @@ pvt.k12.ma.us
6231
6259
  chtr.k12.ma.us
6232
6260
  paroch.k12.ma.us
6233
6261
 
6234
- // uy : http://www.antel.com.uy/
6235
- *.uy
6262
+ // uy : http://www.nic.org.uy/
6263
+ uy
6264
+ com.uy
6265
+ edu.uy
6266
+ gub.uy
6267
+ mil.uy
6268
+ net.uy
6269
+ org.uy
6236
6270
 
6237
6271
  // uz : http://www.reg.uz/
6238
6272
  uz
@@ -12,7 +12,7 @@ module PublicSuffix
12
12
  module Version
13
13
  MAJOR = 1
14
14
  MINOR = 1
15
- PATCH = 2
15
+ PATCH = 3
16
16
  BUILD = nil
17
17
 
18
18
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".")
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "public_suffix"
5
- s.version = "1.1.2"
5
+ s.version = "1.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Simone Carletti"]
9
- s.date = "2012-09-03"
9
+ s.date = "2012-09-17"
10
10
  s.description = "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains."
11
11
  s.email = "weppos@weppos.net"
12
12
  s.files = [".gemtest", ".gitignore", ".travis.yml", ".yardopts", "CHANGELOG.md", "Gemfile", "LICENSE", "README.md", "Rakefile", "lib/public_suffix.rb", "lib/public_suffix/definitions.txt", "lib/public_suffix/domain.rb", "lib/public_suffix/errors.rb", "lib/public_suffix/list.rb", "lib/public_suffix/rule.rb", "lib/public_suffix/version.rb", "public_suffix.gemspec", "test/acceptance_test.rb", "test/test_helper.rb", "test/unit/domain_test.rb", "test/unit/errors_test.rb", "test/unit/list_test.rb", "test/unit/public_suffix_test.rb", "test/unit/rule_test.rb"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: public_suffix
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.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: 2012-09-03 00:00:00.000000000 Z
12
+ date: 2012-09-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake