Accepting request 716843 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/716843 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-delayed_job?expand=0&rev=30
This commit is contained in:
parent
975a8bd8e4
commit
7aadfcc661
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ca54101281588cd9924e4949e85e27d3f23db137ead807cb0118f44966e5c42
|
||||
size 39936
|
3
delayed_job-4.1.7.gem
Normal file
3
delayed_job-4.1.7.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9b2ceae1b25b470a6515a820a72cb397ac018138cb0510ab291ed0a845c5696
|
||||
size 40448
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 09:03:50 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to version 4.1.7
|
||||
see installed CHANGELOG.md
|
||||
|
||||
4.1.7 - 2019-06-20
|
||||
=================
|
||||
* Fix loading Delayed::PerformableMailer when ActionMailer isn't loaded yet
|
||||
|
||||
4.1.6 - 2019-06-19
|
||||
=================
|
||||
* Properly initialize ActionMailer outside railties (#1077)
|
||||
* Fix Psych load_tags support (#1093)
|
||||
* Replace REMOVED with FAILED in log message (#1048)
|
||||
* Misc doc updates (#1052, #1074, #1064, #1063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 17:30:48 UTC 2018 - factory-auto@kulow.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-delayed_job
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-delayed_job
|
||||
Version: 4.1.5
|
||||
Version: 4.1.7
|
||||
Release: 0
|
||||
%define mod_name delayed_job
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user