17
0

Accepting request 713980 from home:mschnitzer:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/713980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rubyzip?expand=0&rev=29
This commit is contained in:
2019-07-08 08:14:59 +00:00
committed by Git OBS Bridge
parent 8e99ce9443
commit a767844e7d
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jul 8 07:53:40 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.2.3
* Allow tilde in zip entry names [#391](https://github.com/rubyzip/rubyzip/pull/391) (fixes regression in 1.2.2 from [#376](https://github.com/rubyzip/rubyzip/pull/376))
* Support frozen string literals in more files [#390](https://github.com/rubyzip/rubyzip/pull/390)
* Require `pathname` explicitly [#388](https://github.com/rubyzip/rubyzip/pull/388) (fixes regression in 1.2.2 from [#376](https://github.com/rubyzip/rubyzip/pull/376))
Tooling / Documentation:
* CI updates [#392](https://github.com/rubyzip/rubyzip/pull/392), [#394](https://github.com/rubyzip/rubyzip/pull/394)
- Bump supported ruby versions and add 2.6
- JRuby failures are no longer ignored (reverts [#375](https://github.com/rubyzip/rubyzip/pull/375) / part of [#371](https://github.com/rubyzip/rubyzip/pull/371))
* Add changelog entry that was missing for last release [#387](https://github.com/rubyzip/rubyzip/pull/387)
* Comment cleanup [#385](https://github.com/rubyzip/rubyzip/pull/385)
-------------------------------------------------------------------
Wed Sep 5 10:40:50 UTC 2018 - coolo@suse.com