Hello community,

here is the log from the commit of package rubygem-public_suffix for 
openSUSE:Factory checked in at 2020-01-27 20:18:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-public_suffix (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-public_suffix.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-public_suffix"

Mon Jan 27 20:18:28 2020 rev:8 rq:767662 version:4.0.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-public_suffix/rubygem-public_suffix.changes  
    2019-11-13 13:26:23.463576630 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-public_suffix.new.26092/rubygem-public_suffix.changes
   2020-01-27 20:18:44.452570266 +0100
@@ -1,0 +2,9 @@
+Mon Jan 27 11:29:44 UTC 2020 - Manuel Schnitzer <[email protected]>
+
+- updated to version 4.0.3
+
+  # Fixed
+
+    * Fixed 2.7 deprecations and warnings (GH-167). [Thanks @BrianHawley]
+
+-------------------------------------------------------------------

Old:
----
  public_suffix-4.0.1.gem

New:
----
  public_suffix-4.0.3.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-public_suffix.spec ++++++
--- /var/tmp/diff_new_pack.XcFSly/_old  2020-01-27 20:18:45.724571042 +0100
+++ /var/tmp/diff_new_pack.XcFSly/_new  2020-01-27 20:18:45.728571045 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-public_suffix
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-public_suffix
-Version:        4.0.1
+Version:        4.0.3
 Release:        0
 %define mod_name public_suffix
 %define mod_full_name %{mod_name}-%{version}

++++++ public_suffix-4.0.1.gem -> public_suffix-4.0.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml    2019-08-09 22:15:22.000000000 +0200
+++ new/.rubocop.yml    2020-01-05 19:41:27.000000000 +0100
@@ -24,7 +24,7 @@
     - 'test/**/*_test.rb'
 
 # Dear Rubocop, I don't want to use String#strip_heredoc
-Layout/IndentHeredoc:
+Layout/HeredocIndentation:
   Enabled: false
 
 Style/WordArray:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop_defaults.yml new/.rubocop_defaults.yml
--- old/.rubocop_defaults.yml   2019-08-09 22:15:22.000000000 +0200
+++ new/.rubocop_defaults.yml   2020-01-05 19:41:27.000000000 +0100
@@ -7,37 +7,52 @@
     - 'vendor/**/*'
 
 # [codesmell]
-Metrics/AbcSize:
+Layout/LineLength:
   Enabled: false
   Exclude:
     - 'spec/**/*_spec.rb'
     - 'test/**/*_test.rb'
+  Max: 100
 
-# [codesmell]
-Metrics/BlockLength:
-  Enabled: false
+# Array indentation should be considered like MultilineMethodCallIndentation 
indentation
+# and use 4 spaces instead of 2.
+Layout/FirstArrayElementIndentation:
+  IndentationWidth: 4
+
+# Hash indentation should be considered like MultilineMethodCallIndentation 
indentation
+# and use 4 spaces instead of 2.
+Layout/FirstHashElementIndentation:
+  IndentationWidth: 4
+
+# Multi-line differs from standard indentation, they are indented twice.
+Layout/MultilineMethodCallIndentation:
+  EnforcedStyle: indented
+  IndentationWidth: 4
 
 # [codesmell]
-Metrics/CyclomaticComplexity:
+Metrics/AbcSize:
   Enabled: false
   Exclude:
     - 'spec/**/*_spec.rb'
     - 'test/**/*_test.rb'
 
 # [codesmell]
-Metrics/ClassLength:
+Metrics/BlockLength:
+  Enabled: false
+
+# [codesmell]
+Metrics/CyclomaticComplexity:
   Enabled: false
   Exclude:
     - 'spec/**/*_spec.rb'
     - 'test/**/*_test.rb'
 
 # [codesmell]
-Metrics/LineLength:
+Metrics/ClassLength:
   Enabled: false
   Exclude:
     - 'spec/**/*_spec.rb'
     - 'test/**/*_test.rb'
-  Max: 100
 
 # [codesmell]
 Metrics/MethodLength:
@@ -116,21 +131,6 @@
 Style/RescueStandardError:
   Enabled: false
 
-# Array indentation should be considered like MultilineMethodCallIndentation 
indentation
-# and use 4 spaces instead of 2.
-Layout/IndentFirstArrayElement:
-  IndentationWidth: 4
-
-# Hash indentation should be considered like MultilineMethodCallIndentation 
indentation
-# and use 4 spaces instead of 2.
-Layout/IndentFirstHashElement:
-  IndentationWidth: 4
-
-# Multi-line differs from standard indentation, they are indented twice.
-Layout/MultilineMethodCallIndentation:
-  EnforcedStyle: indented
-  IndentationWidth: 4
-
 # unless is not always cool.
 Style/NegatedIf:
   Enabled: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.ruby-gemset new/.ruby-gemset
--- old/.ruby-gemset    2019-08-09 22:15:22.000000000 +0200
+++ new/.ruby-gemset    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
--global
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2019-08-09 22:15:22.000000000 +0200
+++ new/.travis.yml     2020-01-05 19:41:27.000000000 +0100
@@ -6,7 +6,6 @@
   - 2.5
   - 2.6
   - 2.7
-  - jruby-9.1.5.0
   - ruby-head
 
 env:
@@ -18,7 +17,6 @@
 matrix:
   allow_failures:
     - rvm: ruby-head
-    - rvm: jruby-9.1.5.0
 
 before_install:
   - gem update --system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2019-08-09 22:15:22.000000000 +0200
+++ new/CHANGELOG.md    2020-01-05 19:41:27.000000000 +0100
@@ -1,17 +1,37 @@
 # Changelog
 
+This project uses [Semantic Versioning 2.0.0](https://semver.org/).
 
-#### Release 4.0.1
 
-- CHANGED: Updated definitions.
+## 4.0.3
 
+### Fixed
 
-#### Release 4.0.0
+- Fixed 2.7 deprecations and warnings (GH-167). [Thanks @BrianHawley]
 
-- CHANGED: Minimum Ruby version is 2.3
+
+## 4.0.2
+
+### Changed
+
+- Updated definitions.
+
+
+## 4.0.1
+
+### Changed
+
+- Updated definitions.
+
+
+## 4.0.0
+
+### Changed
+
+- Minimum Ruby version is 2.3
 
 
-#### Release 3.1.1
+## Release 3.1.1
 
 - CHANGED: Updated definitions.
 - CHANGED: Rolled back support for Ruby 2.3 (GH-161, GH-162)
@@ -19,30 +39,30 @@
 IMPORTANT: 3.x is the latest version compatible with Ruby 2.1 and Ruby 2.2.
 
 
-#### Release 3.1.0
+## Release 3.1.0
 
 - CHANGED: Updated definitions.
 - CHANGED: Minimum Ruby version is 2.3
 - CHANGED: Upgraded to Bundler 2.x
 
 
-#### Release 3.0.3
+## Release 3.0.3
 
 - CHANGED: Updated definitions.
 
 
-#### Release 3.0.2
+## Release 3.0.2
 
 - CHANGED: Updated definitions.
 
 
-#### Release 3.0.1
+## Release 3.0.1
 
 - CHANGED: Updated definitions.
 - CHANGED: Improve performance and avoid allocation (GH-146). [Thanks 
@robholland]
 
 
-#### Release 3.0.0
+## Release 3.0.0
 
 This new version includes a major redesign of the library internals, with the 
goal to drastically
 improve the lookup time while reducing storage space.
@@ -59,35 +79,35 @@
 - CHANGED: Redesigned internal list storage and lookup algorithm to achieve 
O(1) lookup time (see GH-133).
 
 
-#### Release 2.0.5
+## Release 2.0.5
 
 - CHANGED: Updated definitions.
 - CHANGED: Initialization performance improvements (GH-128). [Thanks 
@casperisfine]
 
 
-#### Release 2.0.4
+## Release 2.0.4
 
 - FIXED: Fix a bug that caused the GEM to be published with the wrong version 
number in the gemspec (GH-121).
 
 - CHANGED: Updated definitions.
 
 
-#### Release 2.0.3
+## Release 2.0.3
 
 - CHANGED: Updated definitions.
 
 
-#### Release 2.0.2
+## Release 2.0.2
 
 - CHANGED: Updated definitions.
 
 
-#### Release 2.0.1
+## Release 2.0.1
 
 - FIXED: Fix bug that prevented .valid? to reset the default rule
 
 
-#### Release 2.0.0
+## Release 2.0.0
 
 - NEW: Added PublicSuffix.domain # => sld.tld
 - NEW: Added the ability to disable the use of private domains either at 
runtime, in addition to the ability to not load the private domains section 
when reading the list (`private_domains: false`). This feature also superseded 
the `private_domains` class-level attribute, that is no longer available.
@@ -104,97 +124,97 @@
 - REMOVED: Removed futile utility helpers such as `Domain#rule`, 
`Domain#is_a_domain?`, `Domain#is_a_subdomain?`, `Domain#valid?`. You can 
easily obtain the same result by having a custom method that reconstructs the 
logic, and/or calling `PublicSuffix.{domain|parse}(domain.to_s)`.
 
 
-#### Release 1.5.3
+## Release 1.5.3
 
 - FIXED: Don't duplicate rule indices when creating index (GH-77). [Thanks 
@ags]
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.5.2
+## Release 1.5.2
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.5.1
+## Release 1.5.1
 
 - FIXED: Ignore case for parsing and validating (GH-62)
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.5.0
+## Release 1.5.0
 
 - CHANGED: Dropped support for Ruby < 2.0
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.4.6
+## Release 1.4.6
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.4.5
+## Release 1.4.5
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.4.4
+## Release 1.4.4
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.4.3
+## Release 1.4.3
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.4.2
+## Release 1.4.2
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.4.1
+## Release 1.4.1
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.4.0
+## Release 1.4.0
 
 - CHANGED: Moved the definitions in the lib folder.
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.3.3
+## Release 1.3.3
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.3.2
+## Release 1.3.2
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.3.1
+## Release 1.3.1
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.3.0
+## Release 1.3.0
 
 - NEW: Ability to skip Private Domains (GH-28). [Thanks @rb2k]
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.2.1
+## Release 1.2.1
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.2.0
+## Release 1.2.0
 
 - NEW: Allow a custom List on `PublicSuffix.parse` (GH-26). [Thanks 
@itspriddle]
 
@@ -203,22 +223,22 @@
 - CHANGED: Updated definitions.
 
 
-#### Release 1.1.3
+## Release 1.1.3
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.1.2
+## Release 1.1.2
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.1.1
+## Release 1.1.1
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.1.0
+## Release 1.1.0
 
 - FIXED: #valid? and #parse consider URIs as valid domains (GH-15)
 
@@ -227,17 +247,17 @@
 - CHANGED: Removed deprecatd PublicSuffixService::RuleList.
 
 
-#### Release 1.0.0
+## Release 1.0.0
 
 - CHANGED: Updated definitions.
 
 
-#### Release 1.0.0.rc1
+## Release 1.0.0.rc1
 
 The library is now known as PublicSuffix.
 
 
-#### Release 0.9.1
+## Release 0.9.1
 
 - CHANGED: Renamed PublicSuffixService::RuleList to PublicSuffixService::List.
 
@@ -248,20 +268,20 @@
 - CHANGED: Updated definitions.
 
 
-#### Release 0.9.0
+## Release 0.9.0
 
 - CHANGED: Minimum Ruby version increased to Ruby 1.8.7.
 
 - CHANGED: rake/gempackagetask is deprecated.  Use rubygems/package_task 
instead.
 
 
-#### Release 0.8.4
+## Release 0.8.4
 
 - FIXED: Reverted bugfix for issue #12 for Ruby 1.8.6.
   This is the latest version compatible with Ruby 1.8.6.
 
 
-#### Release 0.8.3
+## Release 0.8.3
 
 - FIXED: Fixed ArgumentError: invalid byte sequence in US-ASCII with Ruby 
1.9.2 (#12).
 
@@ -270,7 +290,7 @@
 - CHANGED: Renamed definitions.txt to definitions.dat.
 
 
-#### Release 0.8.2
+## Release 0.8.2
 
 - NEW: Added support for rubygems-test.
 
@@ -279,19 +299,19 @@
 - CHANGED: Updated definitions.
 
 
-#### Release 0.8.1
+## Release 0.8.1
 
 - FIXED: The files in the release 0.8.0 have wrong permission 600 and can't be 
loaded (#10).
 
 
-#### Release 0.8.0
+## Release 0.8.0
 
 - CHANGED: Update public suffix list to d1a5599b49fa 2010-10-25 15:10 +0100 
(#9)
 
 - NEW: Add support for Fully Qualified Domain Names (#7)
 
 
-#### Release 0.7.0
+## Release 0.7.0
 
 - CHANGED: Using YARD to document the code instead of RDoc.
 
@@ -300,7 +320,7 @@
 - FIXED: PublicSuffixService.valid? should return false if the domain is not 
defined or not allowed (#4, #5)
 
 
-#### Release 0.6.0
+## Release 0.6.0
 
 - NEW:  PublicSuffixService.parse raises DomainNotAllowed when trying to parse 
a domain name
   which exists, but is not allowed by the current definition list (#3)
@@ -311,34 +331,34 @@
 - CHANGED: Renamed PublicSuffixService::InvalidDomain to 
PublicSuffixService::DomainInvalid
 
 
-#### Release 0.5.2
+## Release 0.5.2
 
 - CHANGED: Update public suffix list to 248ea690d671 2010-09-16 18:02 +0100
 
 
-#### Release 0.5.1
+## Release 0.5.1
 
 - CHANGED: Update public suffix list to 14dc66dd53c1 2010-09-15 17:09 +0100
 
 
-#### Release 0.5.0
+## Release 0.5.0
 
 - CHANGED: Improve documentation for Domain#domain and Domain#subdomain (#1).
 
 - CHANGED: Performance improvements (#2).
 
 
-#### Release 0.4.0
+## Release 0.4.0
 
 - CHANGED: Rename library from DomainName to PublicSuffixService to reduce the 
probability of name conflicts.
 
 
-#### Release 0.3.1
+## Release 0.3.1
 
 - Deprecated DomainName library.
 
 
-#### Release 0.3.0
+## Release 0.3.0
 
 - CHANGED: DomainName#domain and DomainName#subdomain are no longer alias of 
Domain#sld and Domain#tld.
 
@@ -349,7 +369,7 @@
 - CHANGED: Refactoring the entire DomainName API. Removed the internal 
on-the-fly parsing. Added a bunch of new methods to check and validate the 
DomainName.
 
 
-#### Release 0.2.0
+## Release 0.2.0
 
 - NEW: DomainName#valid?
 
@@ -360,6 +380,6 @@
 - CHANGED: Make sure RuleList lookup is only performed once.
 
 
-#### Release 0.1.0
+## Release 0.1.0
 
 - Initial version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt     2019-08-09 22:15:22.000000000 +0200
+++ new/LICENSE.txt     2020-01-05 19:41:27.000000000 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2009-2019 Simone Carletti <[email protected]>
+Copyright (c) 2009-2020 Simone Carletti <[email protected]>
 
 MIT License
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2019-08-09 22:15:22.000000000 +0200
+++ new/README.md       2020-01-05 19:41:27.000000000 +0100
@@ -190,6 +190,11 @@
 [Consider subscribing to Tidelift which provides Enterprise support for this 
project](https://tidelift.com/subscription/pkg/rubygems-public-suffix?utm_source=rubygems-public-suffix&utm_medium=referral&utm_campaign=readme)
 as part of the Tidelift Subscription. Tidelift subscriptions also help the 
maintainers by funding the project, which in turn allows us to ship releases, 
bugfixes, and security updates more often.
 
 
+## Security and Vulnerability Reporting
+
+Full information and description of our security policy please visit 
[`SECURITY.md`](SECURITY.md)
+
+
 ## Changelog
 
 See the [CHANGELOG.md](CHANGELOG.md) file for details.
@@ -197,6 +202,6 @@
 
 ## License
 
-Copyright (c) 2009-2019 Simone Carletti. This is Free Software distributed 
under the MIT license.
+Copyright (c) 2009-2020 Simone Carletti. This is Free Software distributed 
under the MIT license.
 
 The [Public Suffix List source](https://publicsuffix.org/list/) is subject to 
the terms of the Mozilla Public License, v. 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SECURITY.md new/SECURITY.md
--- old/SECURITY.md     1970-01-01 01:00:00.000000000 +0100
+++ new/SECURITY.md     2020-01-05 19:41:27.000000000 +0100
@@ -0,0 +1,101 @@
+# Security Policy
+
+## Supported Versions
+
+Security updates are provided only for the current minor version.
+
+If you are using a previous minor version, we recommend to upgrade to the 
current minor version.
+This project uses [semantic versioning](https://semver.org/), therefore you 
can upgrade to a more recent minor version without incurring into breaking 
changes.
+
+Exceptionally, we may support previous minor versions upon request if there 
are significant reasons preventing to immediately switch the latest minor 
version.
+
+Older major versions are no longer supported.
+
+
+## Reporting a Vulnerability
+
+To make a report, please email [email protected].
+
+Please consider encrypting your report with GPG using the key 
(0x420da82a989398df)[https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x420da82a989398df]
+
+```
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+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
+=j6Xr
+-----END PGP PUBLIC KEY BLOCK-----
+```
+
+
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/data/list.txt new/data/list.txt
--- old/data/list.txt   2019-08-09 22:15:22.000000000 +0200
+++ new/data/list.txt   2020-01-05 19:41:27.000000000 +0100
@@ -241,7 +241,7 @@
 // 3LDs
 act.edu.au
 catholic.edu.au
-eq.edu.au
+// eq.edu.au - Removed at the request of the Queensland Department of Education
 nsw.edu.au
 nt.edu.au
 qld.edu.au
@@ -1368,7 +1368,7 @@
 gov.it
 edu.it
 // Reserved geo-names (regions and provinces):
-// http://www.nic.it/sites/default/files/docs/Regulation_assignation_v7.1.pdf
+// 
https://www.nic.it/sites/default/files/archivio/docs/Regulation_assignation_v7.1.pdf
 // Regions
 abr.it
 abruzzo.it
@@ -5886,14 +5886,9 @@
 in.rs
 org.rs
 
-// ru : https://cctld.ru/en/domains/domens_ru/reserved/
+// ru : https://cctld.ru/files/pdf/docs/en/rules_ru-rf.pdf
+// Submitted by George Georgievsky <[email protected]>
 ru
-ac.ru
-edu.ru
-gov.ru
-int.ru
-mil.ru
-test.ru
 
 // rw : 
https://www.ricta.org.rw/sites/default/files/resources/registry_registrar_contract_0.pdf
 rw
@@ -6038,15 +6033,28 @@
 perso.sn
 univ.sn
 
-// so : http://www.soregistry.com/
+// so : http://sonic.so/policies/
 so
 com.so
+edu.so
+gov.so
+me.so
 net.so
 org.so
 
 // sr : https://en.wikipedia.org/wiki/.sr
 sr
 
+// ss : https://registry.nic.ss/
+// Submitted by registry <[email protected]>
+ss
+biz.ss
+com.ss
+edu.ss
+gov.ss
+net.ss
+org.ss
+
 // st : http://www.nic.st/html/policyrules/
 st
 co.st
@@ -6789,6 +6797,9 @@
 // xn--e1a4c ("eu", Cyrillic) : EU
 ею
 
+// xn--mgbah1a3hjkrd ("Mauritania", Arabic) : MR
+موريتانيا
+
 // xn--node ("ge", Georgian Mkhedruli) : GE
 გე
 
@@ -6942,7 +6953,8 @@
 ак.срб
 
 // xn--p1ai ("rf", Russian-Cyrillic) : RU
-// http://www.cctld.ru/en/docs/rulesrf.php
+// https://cctld.ru/files/pdf/docs/en/rules_ru-rf.pdf
+// Submitted by George Georgievsky <[email protected]>
 рф
 
 // xn--wgbl6a ("Qatar", Arabic) : QA
@@ -7062,7 +7074,7 @@
 
 // newGTLDs
 
-// List of new gTLDs imported from 
https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 
2019-08-08T16:16:58Z
+// List of new gTLDs imported from 
https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 
2019-12-25T17:26:24Z
 // This list is auto-generated, don't edit it manually.
 // aaa : 2015-02-26 American Automobile Association, Inc.
 aaa
@@ -7184,6 +7196,9 @@
 // alstom : 2015-07-30 ALSTOM
 alstom
 
+// amazon : 2019-12-19 Amazon EU S.à r.l.
+amazon
+
 // americanexpress : 2015-07-31 American Express Travel Related Services 
Company, Inc.
 americanexpress
 
@@ -7283,7 +7298,7 @@
 // autos : 2014-01-09 DERAutos, LLC
 autos
 
-// avianca : 2015-01-08 Aerovias del Continente Americano S.A. Avianca
+// avianca : 2015-01-08 Avianca Holdings S.A.
 avianca
 
 // aws : 2015-06-25 Amazon Registry Services, Inc.
@@ -7574,9 +7589,6 @@
 // cars : 2014-11-13 Cars Registry Limited
 cars
 
-// cartier : 2014-06-23 Richemont DNS Inc.
-cartier
-
 // casa : 2013-11-21 Minds + Machines Group Limited
 casa
 
@@ -7655,9 +7667,6 @@
 // chrome : 2014-07-24 Charleston Road Registry Inc.
 chrome
 
-// chrysler : 2015-07-30 FCA US LLC.
-chrysler
-
 // church : 2014-02-06 Binky Moon, LLC
 church
 
@@ -7937,9 +7946,6 @@
 // doctor : 2016-06-02 Binky Moon, LLC
 doctor
 
-// dodge : 2015-07-30 FCA US LLC.
-dodge
-
 // dog : 2014-12-04 Binky Moon, LLC
 dog
 
@@ -7967,9 +7973,6 @@
 // dunlop : 2015-07-02 The Goodyear Tire & Rubber Company
 dunlop
 
-// duns : 2015-08-06 The Dun & Bradstreet Corporation
-duns
-
 // dupont : 2015-06-25 E. I. du Pont de Nemours and Company
 dupont
 
@@ -8048,9 +8051,6 @@
 // events : 2013-12-05 Binky Moon, LLC
 events
 
-// everbank : 2014-05-15 EverBank
-everbank
-
 // exchange : 2014-03-06 Binky Moon, LLC
 exchange
 
@@ -8324,7 +8324,7 @@
 // gmbh : 2016-01-29 Binky Moon, LLC
 gmbh
 
-// gmo : 2014-01-09 GMO Internet Pte. Ltd.
+// gmo : 2014-01-09 GMO Internet, Inc.
 gmo
 
 // gmx : 2014-04-24 1&1 Mail & Media GmbH
@@ -8735,9 +8735,6 @@
 // lacaixa : 2014-01-09 Fundación Bancaria Caixa d’Estalvis i Pensions de 
Barcelona, “la Caixa”
 lacaixa
 
-// ladbrokes : 2015-08-06 LADBROKES INTERNATIONAL PLC
-ladbrokes
-
 // lamborghini : 2015-06-04 Automobili Lamborghini S.p.A.
 lamborghini
 
@@ -8750,9 +8747,6 @@
 // lancia : 2015-07-31 Fiat Chrysler Automobiles N.V.
 lancia
 
-// lancome : 2015-07-23 L'Oréal
-lancome
-
 // land : 2013-09-10 Binky Moon, LLC
 land
 
@@ -8858,6 +8852,9 @@
 // llc : 2017-12-14 Afilias Limited
 llc
 
+// llp : 2019-08-26 Dot Registry LLC
+llp
+
 // loan : 2014-11-20 dot Loan Limited
 loan
 
@@ -9026,9 +9023,6 @@
 // mobile : 2016-06-02 Dish DBS Corporation
 mobile
 
-// mobily : 2014-12-18 GreenTech Consultancy Company W.L.L.
-mobily
-
 // moda : 2013-11-07 Dog Beach, LLC
 moda
 
@@ -9050,9 +9044,6 @@
 // monster : 2015-09-11 XYZ.COM LLC
 monster
 
-// mopar : 2015-07-30 FCA US LLC.
-mopar
-
 // mormon : 2013-12-05 IRI Domain Management, LLC ("Applicant")
 mormon
 
@@ -9074,9 +9065,6 @@
 // movie : 2015-02-05 Binky Moon, LLC
 movie
 
-// movistar : 2014-10-16 Telefónica S.A.
-movistar
-
 // msd : 2015-07-23 MSD Registry Holdings, Inc.
 msd
 
@@ -9335,9 +9323,6 @@
 // physio : 2014-05-01 PhysBiz Pty Ltd
 physio
 
-// piaget : 2014-10-16 Richemont DNS Inc.
-piaget
-
 // pics : 2013-11-14 Uniregistry, Corp.
 pics
 
@@ -9449,7 +9434,7 @@
 // quebec : 2013-12-19 PointQuébec Inc
 quebec
 
-// quest : 2015-03-26 Quest ION Limited
+// quest : 2015-03-26 XYZ.COM LLC
 quest
 
 // qvc : 2015-07-30 QVC, Inc.
@@ -9503,7 +9488,7 @@
 // reliance : 2015-04-02 Reliance Industries Limited
 reliance
 
-// ren : 2013-12-12 Beijing Qianxiang Wangjing Technology Development Co., Ltd.
+// ren : 2013-12-12 ZDNS International Limited
 ren
 
 // rent : 2014-12-04 XYZ.COM LLC
@@ -9830,6 +9815,9 @@
 // soy : 2014-01-23 Charleston Road Registry Inc.
 soy
 
+// spa : 2019-09-19 Asia Spa and Wellness Promotion Council Limited
+spa
+
 // space : 2014-04-03 DotSpace Inc.
 space
 
@@ -9845,9 +9833,6 @@
 // srl : 2015-05-07 InterNetX, Corp
 srl
 
-// srt : 2015-07-30 FCA US LLC.
-srt
-
 // stada : 2014-11-13 STADA Arzneimittel AG
 stada
 
@@ -9974,9 +9959,6 @@
 // technology : 2013-09-13 Binky Moon, LLC
 technology
 
-// telefonica : 2014-10-16 Telefónica S.A.
-telefonica
-
 // temasek : 2014-08-07 Temasek Holdings (Private) Limited
 temasek
 
@@ -10109,16 +10091,13 @@
 // ubs : 2014-12-11 UBS AG
 ubs
 
-// uconnect : 2015-07-30 FCA US LLC.
-uconnect
-
 // unicom : 2015-10-15 China United Network Communications Corporation Limited
 unicom
 
 // university : 2014-03-06 Binky Moon, LLC
 university
 
-// uno : 2013-09-11 Dot Latin LLC
+// uno : 2013-09-11 DotSite Inc.
 uno
 
 // uol : 2014-05-01 UBN INTERNET LTDA.
@@ -10232,9 +10211,6 @@
 // wanggou : 2014-12-18 Amazon Registry Services, Inc.
 wanggou
 
-// warman : 2015-06-18 Weir Group IP Limited
-warman
-
 // watch : 2013-11-14 Binky Moon, LLC
 watch
 
@@ -10349,7 +10325,7 @@
 // xn--3bst00m : 2013-09-13 Eagle Horizon Limited
 集团
 
-// xn--3ds443g : 2013-09-08 TLD REGISTRY LIMITED
+// xn--3ds443g : 2013-09-08 TLD REGISTRY LIMITED OY
 在线
 
 // xn--3oq18vl8pn36a : 2015-07-02 Volkswagen (China) Investment Co., Ltd.
@@ -10424,10 +10400,13 @@
 // xn--cck2b3b : 2015-02-26 Amazon Registry Services, Inc.
 ストア
 
+// xn--cckwcxetd : 2019-12-19 Amazon EU S.à r.l.
+アマゾン
+
 // xn--cg4bki : 2013-09-27 SAMSUNG SDS CO., LTD
 삼성
 
-// xn--czr694b : 2014-01-16 Dot Trademark TLD Holding Company Limited
+// xn--czr694b : 2014-01-16 Internet DotTrademark Organisation Limited
 商标
 
 // xn--czrs0t : 2013-12-19 Binky Moon, LLC
@@ -10454,7 +10433,7 @@
 // xn--fhbei : 2015-01-15 VeriSign Sarl
 كوم
 
-// xn--fiq228c5hs : 2013-09-08 TLD REGISTRY LIMITED
+// xn--fiq228c5hs : 2013-09-08 TLD REGISTRY LIMITED OY
 中文网
 
 // xn--fiq64b : 2013-10-14 CITIC Group Corporation
@@ -10484,7 +10463,7 @@
 // xn--i1b6b1a6a2e : 2013-11-14 Public Interest Registry
 संगठन
 
-// xn--imr513n : 2014-12-11 Dot Trademark TLD Holding Company Limited
+// xn--imr513n : 2014-12-11 Internet DotTrademark Organisation Limited
 餐厅
 
 // xn--io0a7i : 2013-11-14 China Internet Network Information Center (CNNIC)
@@ -10493,6 +10472,9 @@
 // xn--j1aef : 2015-01-15 VeriSign Sarl
 ком
 
+// xn--jlq480n2rg : 2019-12-19 Amazon EU S.à r.l.
+亚马逊
+
 // xn--jlq61u9w7b : 2015-01-08 Nokia Corporation
 诺基亚
 
@@ -10520,9 +10502,6 @@
 // xn--mgbab2bd : 2013-10-31 CORE Association
 بازار
 
-// xn--mgbb9fbpob : 2014-12-18 GreenTech Consultancy Company W.L.L.
-موبايلي
-
 // xn--mgbca7dzdo : 2015-07-30 Abu Dhabi Systems and Information Centre
 ابوظبي
 
@@ -10556,7 +10535,7 @@
 // xn--nyqy26a : 2014-11-07 Stable Tone Limited
 健康
 
-// xn--otu796d : 2017-08-06 Dot Trademark TLD Holding Company Limited
+// xn--otu796d : 2017-08-06 Internet DotTrademark Organisation Limited
 招聘
 
 // xn--p1acf : 2013-12-12 Rusnames Limited
@@ -10631,7 +10610,7 @@
 // yamaxun : 2014-12-18 Amazon Registry Services, Inc.
 yamaxun
 
-// yandex : 2014-04-10 YANDEX, LLC
+// yandex : 2014-04-10 Yandex Europe B.V.
 yandex
 
 // yodobashi : 2014-11-20 YODOBASHI CAMERA CO.,LTD.
@@ -10681,6 +10660,12 @@
 inf.ua
 ltd.ua
 
+// Adobe : https://www.adobe.com/
+// Submitted by Ian Boston <[email protected]>
+adobeaemcloud.com
+adobeaemcloud.net
+*.dev.adobeaemcloud.com
+
 // Agnat sp. z o.o. : https://domena.pl
 // Submitted by Przemyslaw Plewa <[email protected]>
 beep.pl
@@ -10694,6 +10679,10 @@
 *.compute.estate
 *.alces.network
 
+// Altervista: https://www.altervista.org
+// Submitted by Carlo Cannas <[email protected]>
+altervista.org
+
 // alwaysdata : https://www.alwaysdata.com
 // Submitted by Cyril <[email protected]>
 alwaysdata.net
@@ -10794,6 +10783,10 @@
 s3-website.eu-west-3.amazonaws.com
 s3-website.us-east-2.amazonaws.com
 
+// Amsterdam Wireless: https://www.amsterdamwireless.nl/
+// Submitted by Imre Jonk <[email protected]>
+amsw.nl
+
 // Amune : https://amune.org/
 // Submitted by Team Amune <[email protected]>
 t3l3p0rt.net
@@ -10828,12 +10821,6 @@
 // Submitted by Vincent Tseng <[email protected]>
 myasustor.com
 
-// Automattic Inc. : https://automattic.com/
-// Submitted by Alex Concha <[email protected]>
-go-vip.co
-go-vip.net
-wpcomstaging.com
-
 // AVM : https://avm.de
 // Submitted by Andreas Weise <[email protected]>
 myfritz.net
@@ -11068,6 +11055,15 @@
 webhosting.be
 hosting-cluster.nl
 
+// Coordination Center for TLD RU and XN--P1AI : 
https://cctld.ru/en/domains/domens_ru/reserved/
+// Submitted by George Georgievsky <[email protected]>
+ac.ru
+edu.ru
+gov.ru
+int.ru
+mil.ru
+test.ru
+
 // COSIMO GmbH : http://www.cosimo.de
 // Submitted by Rene Marticke <[email protected]>
 dyn.cosidns.de
@@ -11092,6 +11088,14 @@
 // Submitted by Jonathan Rudenberg <[email protected]>
 cupcake.is
 
+// Customer OCI - Oracle Dyn https://cloud.oracle.com/home https://dyn.com/dns/
+// Submitted by Gregory Drake <[email protected]>
+// Note: This is intended to also include customer-oci.com due to wildcards 
implicitly including the current label
+*.customer-oci.com
+*.oci.customer-oci.com
+*.ocp.customer-oci.com
+*.ocs.customer-oci.com
+
 // cyon GmbH : https://www.cyon.ch/
 // Submitted by Dominic Luechinger <[email protected]>
 cyon.link
@@ -11124,6 +11128,14 @@
 *.dapps.earth
 *.bzz.dapps.earth
 
+// Dark, Inc. : https://darklang.com
+// Submitted by Paul Biggar <[email protected]>
+builtwithdark.com
+
+// Datawire, Inc : https://www.datawire.io
+// Submitted by Richard Li <[email protected]>
+edgestack.me
+
 // Debian : https://www.debian.org/
 // Submitted by Peter Palfrader / Debian Sysadmin Team 
<[email protected]>
 debian.net
@@ -11497,6 +11509,10 @@
 // Submitted by Vladimir Dudr <[email protected]>
 e4.cz
 
+// En root‽ : https://en-root.org
+// Submitted by Emmanuel Raviart <[email protected]>
+en-root.fr
+
 // Enalean SAS: https://www.enalean.com
 // Submitted by Thomas Cottier <[email protected]>
 mytuleap.com
@@ -11726,6 +11742,10 @@
 flynnhub.com
 flynnhosting.net
 
+// Frederik Braun https://frederik-braun.com
+// Submitted by Frederik Braun <[email protected]>
+0e.vc
+
 // Freebox : http://www.freebox.fr
 // Submitted by Romain Fliedel <[email protected]>
 freebox-os.com
@@ -11759,8 +11779,9 @@
 gehirn.ne.jp
 usercontent.jp
 
-// Gentlent, Limited : https://www.gentlent.com
-// Submitted by Tom Klein <[email protected]>
+// Gentlent, Inc. : https://www.gentlent.com
+// Submitted by Tom Klein <[email protected]>
+gentapps.com
 lab.ms
 
 // GitHub, Inc.
@@ -11776,6 +11797,10 @@
 // Submitted by Mads Hartmann <[email protected]>
 glitch.me
 
+// GMO Pepabo, Inc. : https://pepabo.com/
+// Submitted by dojineko <[email protected]>
+lolipop.io
+
 // GOV.UK Platform as a Service : https://www.cloud.service.gov.uk/
 // Submitted by Tom Whitwell <[email protected]>
 cloudapps.digital
@@ -11801,6 +11826,7 @@
 web.app
 *.0emm.com
 appspot.com
+*.r.appspot.com
 blogspot.ae
 blogspot.al
 blogspot.am
@@ -11885,6 +11911,10 @@
 withgoogle.com
 withyoutube.com
 
+// Group 53, LLC : https://www.group53.com
+// Submitted by Tyler Todd <[email protected]>
+awsmppl.com
+
 // Hakaran group: http://hakaran.cz
 // Submited by Arseniy Sokolov <[email protected]>
 fin.ci
@@ -11934,6 +11964,7 @@
 firm.ng
 gen.ng
 ltd.ng
+ngo.ng
 ng.school
 sch.so
 
@@ -12054,6 +12085,10 @@
 // Submitted by Roy Keene <[email protected]>
 knightpoint.systems
 
+// KUROKU LTD : https://kuroku.ltd/
+// Submitted by DisposaBoy <[email protected]>
+oya.to
+
 // .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf
 co.krd
 edu.krd
@@ -12448,6 +12483,10 @@
 nom.vc
 nom.vg
 
+// Observable, Inc. : https://observablehq.com
+// Submitted by Mike Bostock <[email protected]>
+static.observableusercontent.com
+
 // Octopodal Solutions, LLC. : https://ulterius.io/
 // Submitted by Andrew Sampson <[email protected]>
 cya.gg
@@ -12468,6 +12507,10 @@
 // Submitted by Yngve Pettersen <[email protected]>
 operaunite.com
 
+// Oursky Limited : https://skygear.io/
+// Submited by Skygear Developer <[email protected]>
+skygearapp.com
+
 // OutSystems
 // Submitted by Duarte Santos <[email protected]>
 outsystemscloud.com
@@ -12510,6 +12553,10 @@
 // Submitted by Steve Leung <[email protected]>
 mypep.link
 
+// Perspecta : https://perspecta.com/
+// Submitted by Kenneth Van Alstyne <[email protected]>
+perspecta.cloud
+
 // Planet-Work : https://www.planet-work.com/
 // Submitted by Frédéric VANNIÈRE <[email protected]>
 on-web.fr
@@ -12572,6 +12619,11 @@
 // Submitted by Daniel Dent (https://www.danieldent.com/)
 qa2.com
 
+// QCX
+// Submitted by Cassandra Beelen <[email protected]>
+qcx.io
+*.sys.qcx.io
+
 // QNAP System Inc : https://www.qnap.com
 // Submitted by Nick Chang <[email protected]>
 dev-myqnapcloud.com
@@ -12594,6 +12646,7 @@
 
 // Rancher Labs, Inc : https://rancher.com
 // Submitted by Vincent Fiduccia <[email protected]>
+*.on-k3s.io
 *.on-rancher.cloud
 *.on-rio.io
 
@@ -12647,6 +12700,10 @@
 // Submitted by Hanno Böck <[email protected]>
 schokokeks.net
 
+// Scottish Government: https://www.gov.scot
+// Submitted by Martin Ellis <[email protected]>
+gov.scot
+
 // Scry Security : http://www.scrysec.com
 // Submitted by Shante Adam <[email protected]>
 scrysec.com
@@ -12778,6 +12835,7 @@
 myds.me
 synology.me
 vpnplus.to
+direct.quickconnect.to
 
 // TAIFUN Software AG : http://taifun-software.de
 // Submitted by Bjoern Henke <[email protected]>
@@ -12907,6 +12965,10 @@
 // Submitted by Nathan van Bakel <[email protected]>
 voorloper.cloud
 
+// V.UA Domain Administrator : https://domain.v.ua/
+// Submitted by Serhii Rostilo <[email protected]>
+v.ua
+
 // Waffle Computer Inc., Ltd. : https://docs.waffleinfo.com
 // Submitted by Masayuki Note <[email protected]>
 wafflecell.com
@@ -12994,8 +13056,4 @@
 site.builder.nu
 enterprisecloud.nu
 
-// Zone.id : https://zone.id/
-// Submitted by Su Hendro <[email protected]>
-zone.id
-
 // ===END PRIVATE DOMAINS===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/public_suffix/domain.rb 
new/lib/public_suffix/domain.rb
--- old/lib/public_suffix/domain.rb     2019-08-09 22:15:22.000000000 +0200
+++ new/lib/public_suffix/domain.rb     2020-01-05 19:41:27.000000000 +0100
@@ -4,7 +4,7 @@
 #
 # Domain name parser based on the Public Suffix List.
 #
-# Copyright (c) 2009-2019 Simone Carletti <[email protected]>
+# Copyright (c) 2009-2020 Simone Carletti <[email protected]>
 
 module PublicSuffix
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/public_suffix/errors.rb 
new/lib/public_suffix/errors.rb
--- old/lib/public_suffix/errors.rb     2019-08-09 22:15:22.000000000 +0200
+++ new/lib/public_suffix/errors.rb     2020-01-05 19:41:27.000000000 +0100
@@ -4,7 +4,7 @@
 #
 # Domain name parser based on the Public Suffix List.
 #
-# Copyright (c) 2009-2019 Simone Carletti <[email protected]>
+# Copyright (c) 2009-2020 Simone Carletti <[email protected]>
 
 module PublicSuffix
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/public_suffix/list.rb 
new/lib/public_suffix/list.rb
--- old/lib/public_suffix/list.rb       2019-08-09 22:15:22.000000000 +0200
+++ new/lib/public_suffix/list.rb       2020-01-05 19:41:27.000000000 +0100
@@ -4,7 +4,7 @@
 #
 # Domain name parser based on the Public Suffix List.
 #
-# Copyright (c) 2009-2019 Simone Carletti <[email protected]>
+# Copyright (c) 2009-2020 Simone Carletti <[email protected]>
 
 module PublicSuffix
 
@@ -48,7 +48,7 @@
     #
     # @return [PublicSuffix::List]
     def self.default(**options)
-      @default ||= parse(File.read(DEFAULT_LIST_PATH), options)
+      @default ||= parse(File.read(DEFAULT_LIST_PATH), **options)
     end
 
     # Sets the default rule list to +value+.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/public_suffix/rule.rb 
new/lib/public_suffix/rule.rb
--- old/lib/public_suffix/rule.rb       2019-08-09 22:15:22.000000000 +0200
+++ new/lib/public_suffix/rule.rb       2020-01-05 19:41:27.000000000 +0100
@@ -4,7 +4,7 @@
 #
 # Domain name parser based on the Public Suffix List.
 #
-# Copyright (c) 2009-2019 Simone Carletti <[email protected]>
+# Copyright (c) 2009-2020 Simone Carletti <[email protected]>
 
 module PublicSuffix
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/public_suffix/version.rb 
new/lib/public_suffix/version.rb
--- old/lib/public_suffix/version.rb    2019-08-09 22:15:22.000000000 +0200
+++ new/lib/public_suffix/version.rb    2020-01-05 19:41:27.000000000 +0100
@@ -5,9 +5,9 @@
 #
 # Domain name parser based on the Public Suffix List.
 #
-# Copyright (c) 2009-2019 Simone Carletti <[email protected]>
+# Copyright (c) 2009-2020 Simone Carletti <[email protected]>
 
 module PublicSuffix
   # The current library version.
-  VERSION = "4.0.1"
+  VERSION = "4.0.3"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/public_suffix.rb new/lib/public_suffix.rb
--- old/lib/public_suffix.rb    2019-08-09 22:15:22.000000000 +0200
+++ new/lib/public_suffix.rb    2020-01-05 19:41:27.000000000 +0100
@@ -4,7 +4,7 @@
 #
 # Domain name parser based on the Public Suffix List.
 #
-# Copyright (c) 2009-2019 Simone Carletti <[email protected]>
+# Copyright (c) 2009-2020 Simone Carletti <[email protected]>
 
 require_relative "public_suffix/domain"
 require_relative "public_suffix/version"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2019-08-09 22:15:22.000000000 +0200
+++ new/metadata        2020-01-05 19:41:27.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: public_suffix
 version: !ruby/object:Gem::Version
-  version: 4.0.1
+  version: 4.0.3
 platform: ruby
 authors:
 - Simone Carletti
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-08-09 00:00:00.000000000 Z
+date: 2020-01-05 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -65,7 +65,6 @@
 - ".gitignore"
 - ".rubocop.yml"
 - ".rubocop_defaults.yml"
-- ".ruby-gemset"
 - ".travis.yml"
 - ".yardopts"
 - 2.0-Upgrade.md
@@ -74,6 +73,7 @@
 - LICENSE.txt
 - README.md
 - Rakefile
+- SECURITY.md
 - bin/console
 - data/list.txt
 - lib/public_suffix.rb
@@ -124,7 +124,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.0.3
+rubygems_version: 3.1.2
 signing_key: 
 specification_version: 4
 summary: Domain name parser based on the Public Suffix List.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/test_helper.rb new/test/test_helper.rb
--- old/test/test_helper.rb     2019-08-09 22:15:22.000000000 +0200
+++ new/test/test_helper.rb     2020-01-05 19:41:27.000000000 +0100
@@ -10,7 +10,7 @@
 
 require "minitest/autorun"
 require "minitest/reporters"
-require "mocha/setup"
+require "mocha/minitest"
 
 Minitest::Reporters.use! Minitest::Reporters::DefaultReporter.new(color: true)
 


Reply via email to