Hello community,
here is the log from the commit of package rubygem-public_suffix for
openSUSE:Factory checked in at 2019-11-13 13:26:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-public_suffix (Old)
and /work/SRC/openSUSE:Factory/.rubygem-public_suffix.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-public_suffix"
Wed Nov 13 13:26:22 2019 rev:7 rq:747759 version:4.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-public_suffix/rubygem-public_suffix.changes
2019-07-11 13:16:14.654808015 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-public_suffix.new.2990/rubygem-public_suffix.changes
2019-11-13 13:26:23.463576630 +0100
@@ -1,0 +2,7 @@
+Tue Nov 12 15:03:01 UTC 2019 - Manuel Schnitzer <[email protected]>
+
+- updated to version 4.0.1
+
+ * CHANGED: Updated definitions.
+
+-------------------------------------------------------------------
Old:
----
public_suffix-4.0.0.gem
New:
----
public_suffix-4.0.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-public_suffix.spec ++++++
--- /var/tmp/diff_new_pack.Cj0xle/_old 2019-11-13 13:26:24.007577196 +0100
+++ /var/tmp/diff_new_pack.Cj0xle/_new 2019-11-13 13:26:24.011577200 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-public_suffix
-Version: 4.0.0
+Version: 4.0.1
Release: 0
%define mod_name public_suffix
%define mod_full_name %{mod_name}-%{version}
++++++ public_suffix-4.0.0.gem -> public_suffix-4.0.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.github/FUNDING.yml new/.github/FUNDING.yml
--- old/.github/FUNDING.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/.github/FUNDING.yml 2019-08-09 22:15:22.000000000 +0200
@@ -0,0 +1,12 @@
+# These are supported funding model platforms
+
+github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1,
user2]
+patreon: # Replace with a single Patreon username
+open_collective: # Replace with a single Open Collective username
+ko_fi: # Replace with a single Ko-fi username
+tidelift: "rubygems/public_suffix"
+community_bridge: # Replace with a single Community Bridge project-name e.g.,
cloud-foundry
+liberapay: # Replace with a single Liberapay username
+issuehunt: # Replace with a single IssueHunt username
+otechie: # Replace with a single Otechie username
+custom: # Replace with a single custom sponsorship URL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2019-06-25 21:45:00.000000000 +0200
+++ new/.travis.yml 2019-08-09 22:15:22.000000000 +0200
@@ -5,6 +5,7 @@
- 2.4
- 2.5
- 2.6
+ - 2.7
- jruby-9.1.5.0
- ruby-head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2019-06-25 21:45:00.000000000 +0200
+++ new/CHANGELOG.md 2019-08-09 22:15:22.000000000 +0200
@@ -1,6 +1,11 @@
# Changelog
+#### Release 4.0.1
+
+- CHANGED: Updated definitions.
+
+
#### Release 4.0.0
- CHANGED: Minimum Ruby version is 2.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2019-06-25 21:45:00.000000000 +0200
+++ new/README.md 2019-08-09 22:15:22.000000000 +0200
@@ -3,13 +3,20 @@
<tt>PublicSuffix</tt> is a Ruby domain name parser based on the [Public Suffix
List](https://publicsuffix.org/).
[](https://travis-ci.org/weppos/publicsuffix-ruby)
+[](https://tidelift.com/subscription/pkg/rubygems-public-suffix?utm_source=rubygems-public-suffix&utm_medium=referral&utm_campaign=readme)
-## Requirements
+## Links
-- Ruby >= 2.3
+- [Homepage](https://simonecarletti.com/code/publicsuffix-ruby)
+- [Repository](https://github.com/weppos/publicsuffix-ruby)
+- [API Documentation](https://rubydoc.info/gems/public_suffix)
+- [Introducing the Public Suffix List library for
Ruby](https://simonecarletti.com/blog/2010/06/public-suffix-list-library-for-ruby/)
+
+
+## Requirements
-For an older versions of Ruby use a previous release.
+<tt>PublicSuffix</tt> requires **Ruby >= 2.3**. For an older versions of Ruby
use a previous release.
## Installation
@@ -17,7 +24,7 @@
You can install the gem manually:
```shell
-$ gem install public_suffix
+gem install public_suffix
```
Or use Bundler and define it as a dependency in your `Gemfile`:
@@ -173,21 +180,14 @@
No. <tt>PublicSuffix</tt> comes with a bundled list. It does not make any HTTP
requests to parse or validate a domain.
-## Feedback and bug reports
+## Support
-If you use this library and find yourself missing any functionality, please
[let me know](mailto:[email protected]).
+Library documentation is auto-generated from the
[README](https://github.com/weppos/publicsuffix-ruby/blob/master/README.md) and
the source code, and it's available at https://rubydoc.info/gems/public_suffix.
-Pull requests are very welcome! Please include tests and/or feature coverage
for every patch, and create a topic branch for every separate change you make.
+- The PublicSuffix bug tracker is here:
https://github.com/weppos/publicsuffix-ruby/issues
+- The PublicSuffix code repository is here:
https://github.com/weppos/publicsuffix-ruby. Contributions are welcome! Please
include tests and/or feature coverage for every patch, and create a topic
branch for every separate change you make.
-Report issues or feature requests to [GitHub
Issues](https://github.com/weppos/publicsuffix-ruby/issues).
-
-
-## More
-
-- [Homepage](https://simonecarletti.com/code/publicsuffix-ruby)
-- [Repository](https://github.com/weppos/publicsuffix-ruby)
-- [API Documentation](http://rubydoc.info/gems/public_suffix)
-- [Introducing the Public Suffix List library for
Ruby](https://simonecarletti.com/blog/2010/06/public-suffix-list-library-for-ruby/)
+[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.
## Changelog
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-06-25 21:45:00.000000000 +0200
+++ new/data/list.txt 2019-08-09 22:15:22.000000000 +0200
@@ -240,6 +240,8 @@
wa.au
// 3LDs
act.edu.au
+catholic.edu.au
+eq.edu.au
nsw.edu.au
nt.edu.au
qld.edu.au
@@ -255,6 +257,9 @@
tas.gov.au
vic.gov.au
wa.gov.au
+// 4LDs
+education.tas.edu.au
+schools.nsw.edu.au
// aw : https://en.wikipedia.org/wiki/.aw
aw
@@ -4334,8 +4339,6 @@
norfolk.museum
north.museum
nrw.museum
-nuernberg.museum
-nuremberg.museum
nyc.museum
nyny.museum
oceanographic.museum
@@ -7012,7 +7015,7 @@
// ye : http://www.y.net.ye/services/domain_name.htm
*.ye
-// za : http://www.zadna.org.za/content/page/domain-information
+// za : https://www.zadna.org.za/content/page/domain-information/
ac.za
agric.za
alt.za
@@ -7024,6 +7027,7 @@
mil.za
net.za
ngo.za
+nic.za
nis.za
nom.za
org.za
@@ -7058,7 +7062,7 @@
// newGTLDs
-// List of new gTLDs imported from
https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on
2019-06-14T10:00:50-04:00
+// List of new gTLDs imported from
https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on
2019-08-08T16:16:58Z
// This list is auto-generated, don't edit it manually.
// aaa : 2015-02-26 American Automobile Association, Inc.
aaa
@@ -7423,9 +7427,6 @@
// bmw : 2014-01-09 Bayerische Motoren Werke Aktiengesellschaft
bmw
-// bnl : 2014-07-24 Banca Nazionale del Lavoro
-bnl
-
// bnpparibas : 2014-05-29 BNP Paribas
bnpparibas
@@ -7738,7 +7739,7 @@
// company : 2013-11-07 Binky Moon, LLC
company
-// compare : 2015-10-08 iSelect Ltd
+// compare : 2015-10-08 Registry Services, LLC
compare
// computer : 2013-10-24 Binky Moon, LLC
@@ -8083,7 +8084,7 @@
// fan : 2014-03-06 Dog Beach, LLC
fan
-// fans : 2014-11-07 Fans TLD Limited
+// fans : 2014-11-07 ZDNS International Limited
fans
// farm : 2013-11-07 Binky Moon, LLC
@@ -8479,9 +8480,6 @@
// honda : 2014-12-18 Honda Motor Co., Ltd.
honda
-// honeywell : 2015-07-23 Honeywell GTLD LLC
-honeywell
-
// horse : 2013-11-21 Minds + Machines Group Limited
horse
@@ -8599,9 +8597,6 @@
// irish : 2014-08-07 Binky Moon, LLC
irish
-// iselect : 2015-02-11 iSelect Ltd
-iselect
-
// ismaili : 2015-08-06 Fondation Aga Khan (Aga Khan Foundation)
ismaili
@@ -9703,7 +9698,7 @@
// seek : 2014-12-04 Seek Limited
seek
-// select : 2015-10-08 iSelect Ltd
+// select : 2015-10-08 Registry Services, LLC
select
// sener : 2014-10-24 Sener Ingeniería y Sistemas, S.A.
@@ -9862,9 +9857,6 @@
// star : 2015-01-08 Star India Private Limited
star
-// starhub : 2015-02-05 StarHub Ltd
-starhub
-
// statebank : 2015-03-12 STATE BANK OF INDIA
statebank
@@ -10815,6 +10807,12 @@
// Submitted by Thomas Orozco <[email protected]>
on-aptible.com
+// ASEINet : https://www.aseinet.com/
+// Submitted by Asei SEKIGUCHI <[email protected]>
+user.aseinet.ne.jp
+gv.vc
+d.gv.vc
+
// Asociación Amigos de la Informática "Euskalamiga" : http://encounter.eus/
// Submitted by Hector Martin <[email protected]>
user.party.eus
@@ -11013,6 +11011,7 @@
// Cloudflare, Inc. : https://www.cloudflare.com/
// Submitted by Jake Riesterer <[email protected]>
+trycloudflare.com
workers.dev
// Clovyr : https://clovyr.io
@@ -11894,6 +11893,11 @@
ua.rs
conf.se
+// Handshake : https://handshake.org
+// Submitted by Mike Damm <[email protected]>
+hs.zone
+hs.run
+
// Hashbang : https://hashbang.sh
hashbang.sh
@@ -11924,11 +11928,13 @@
bpl.biz
orx.biz
ng.city
-ng.ink
biz.gl
+ng.ink
col.ng
+firm.ng
gen.ng
ltd.ng
+ng.school
sch.so
// Häkkinen.fi
@@ -12007,6 +12013,7 @@
// Submitted by Kim-Alexander Brodowski <[email protected]>
mein-iserv.de
test-iserv.de
+iserv.dev
// I-O DATA DEVICE, INC. : http://www.iodata.com/
// Submitted by Yuji Minagawa <[email protected]>
@@ -12063,6 +12070,10 @@
lpages.co
lpusercontent.com
+// Lelux.fi : https://lelux.fi/
+// Submitted by Lelux Admin <[email protected]>
+lelux.site
+
// Lifetime Hosting : https://Lifetime.Hosting/
// Submitted by Mike Fillator <[email protected]>
co.business
@@ -12394,12 +12405,14 @@
nym.by
nym.bz
nom.cl
+nym.ec
nom.gd
nom.ge
nom.gl
nym.gr
nom.gt
nym.gy
+nym.hk
nom.hn
nym.ie
nom.im
@@ -12539,6 +12552,14 @@
chirurgiens-dentistes-en-france.fr
byen.site
+// pubtls.org: https://www.pubtls.org
+// Submitted by Kor Nielsen <[email protected]>
+pubtls.org
+
+// Qualifio : https://qualifio.com/
+// Submitted by Xavier De Cock <[email protected]>
+qualifioapp.com
+
// Redstar Consultants : https://www.redstarconsultants.com/
// Submitted by Jons Slemmer <[email protected]>
instantcloud.cn
@@ -12643,11 +12664,6 @@
myfirewall.org
spdns.org
-// SensioLabs, SAS : https://sensiolabs.com/
-// Submitted by Fabien Potencier <[email protected]>
-*.s5y.io
-*.sensiosite.cloud
-
// Service Online LLC : http://drs.ua/
// Submitted by Serhii Bulakh <[email protected]>
biz.ua
@@ -12662,6 +12678,10 @@
// Submitted by Alex Bowers <[email protected]>
myshopblocks.com
+// Shopit : https://www.shopitcommerce.com/
+// Submitted by Craig McMahon <[email protected]>
+shopitsite.com
+
// Siemens Mobility GmbH
// Submitted by Oliver Graebner <[email protected]>
mo-siemens.io
@@ -12733,6 +12753,11 @@
applicationcloud.io
scapp.io
+// Symfony, SAS : https://symfony.com/
+// Submitted by Fabien Potencier <[email protected]>
+*.s5y.io
+*.sensiosite.cloud
+
// Syncloud : https://syncloud.org
// Submitted by Boris Rybalkin <[email protected]>
syncloud.it
@@ -12886,6 +12911,10 @@
// Submitted by Masayuki Note <[email protected]>
wafflecell.com
+// WebHare bv: https://www.webhare.com/
+// Submitted by Arnold Hendriks <[email protected]>
+*.webhare.dev
+
// WeDeploy by Liferay, Inc. : https://www.wedeploy.com
// Submitted by Henrique Vicente <[email protected]>
wedeploy.io
@@ -12916,6 +12945,12 @@
demon.nl
xs4all.space
+// Yandex.Cloud LLC: https://cloud.yandex.com
+// Submitted by Alexander Lodin <[email protected]>
+yandexcloud.net
+storage.yandexcloud.net
+website.yandexcloud.net
+
// YesCourse Pty Ltd : https://yescourse.com
// Submitted by Atul Bhouraskar <[email protected]>
official.academy
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-06-25 21:45:00.000000000 +0200
+++ new/lib/public_suffix/version.rb 2019-08-09 22:15:22.000000000 +0200
@@ -9,5 +9,5 @@
module PublicSuffix
# The current library version.
- VERSION = "4.0.0"
+ VERSION = "4.0.1"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2019-06-25 21:45:00.000000000 +0200
+++ new/metadata 2019-08-09 22:15:22.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: public_suffix
version: !ruby/object:Gem::Version
- version: 4.0.0
+ version: 4.0.1
platform: ruby
authors:
- Simone Carletti
autorequire:
bindir: bin
cert_chain: []
-date: 2019-06-25 00:00:00.000000000 Z
+date: 2019-08-09 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rake
@@ -61,6 +61,7 @@
extra_rdoc_files:
- LICENSE.txt
files:
+- ".github/FUNDING.yml"
- ".gitignore"
- ".rubocop.yml"
- ".rubocop_defaults.yml"