Accepting request 499968 from devel:languages:ruby:extensions
1 OBS-URL: https://build.opensuse.org/request/show/499968 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-delayed_job?expand=0&rev=13
This commit is contained in:
commit
f93ab23203
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b229bbac34e1c5fd63b6a30421565d4134df568d08da6aaf713239870a03d7c5
|
||||
size 39424
|
3
delayed_job-4.1.3.gem
Normal file
3
delayed_job-4.1.3.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:660f6cca6dcc03f6e82a2439a097ad4ad37f4d60f34dda479c3150ad1351d276
|
||||
size 39936
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 05:11:16 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to version 4.1.3
|
||||
see installed CHANGELOG.md
|
||||
|
||||
4.1.3 - 2017-05-26
|
||||
=================
|
||||
* Don't mutate the options hash (#877)
|
||||
* Log an error message when a deserialization error occurs (#894)
|
||||
* Adding the queue name to the log output (#917)
|
||||
* Don't include ClassMethods with MessageSending (#924)
|
||||
* Fix YAML deserialization error if original object is soft-deleted (#947)
|
||||
* Add support for Rails 5.1 (#982)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 04:35:07 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-delayed_job
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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-delayed_job
|
||||
Version: 4.1.2
|
||||
Version: 4.1.3
|
||||
Release: 0
|
||||
%define mod_name delayed_job
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user