Accepting request 333047 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/333047 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-delayed_job?expand=0&rev=19
This commit is contained in:
parent
ac68ec4d74
commit
aa59733d6f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac8033f89b43cf15c8c4d39e62788e31676275fb2b8342167d21462218846eb6
|
||||
size 36352
|
3
delayed_job-4.1.0.gem
Normal file
3
delayed_job-4.1.0.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5480843adbc25c4160f2a69f012c66f4a1ad4478b8a176a3976661b3ec05c699
|
||||
size 38912
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 04:29:11 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to version 4.1.0
|
||||
see installed CHANGELOG.md
|
||||
|
||||
4.1.0 - 2015-09-22
|
||||
==================
|
||||
* Alter `Delayed::Command` to work with or without Rails
|
||||
* Allow `Delayed::Worker.delay_jobs` configuration to be a proc
|
||||
* Add ability to set destroy failed jobs on a per job basis
|
||||
* Make `Delayed::Worker.new` idempotent
|
||||
* Set quiet from the environment
|
||||
* Rescue `Exception` instead of `StandardError` in worker
|
||||
* Fix worker crash on serialization error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 17:36:32 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-delayed_job
|
||||
Version: 4.0.6
|
||||
Version: 4.1.0
|
||||
Release: 0
|
||||
%define mod_name delayed_job
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user