Accepting request 773751 from devel:languages:ruby:extensions

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/773751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-delayed_job?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2020-03-07 20:37:46 +00:00 committed by Git OBS Bridge
commit 2181e246bd
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9b2ceae1b25b470a6515a820a72cb397ac018138cb0510ab291ed0a845c5696
size 40448

3
delayed_job-4.1.8.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8976543684476ad910771f3bbdcf8a4fd89903cd88d2b1d6d1abd9da8d3cfb14
size 40448

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Feb 10 14:27:02 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 4.1.8
see installed CHANGELOG.md
4.1.8 - 2019-08-16
=================
* Support for Rails 6.0.0
-------------------------------------------------------------------
Fri Jul 19 09:03:50 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-delayed_job
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# 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.7
Version: 4.1.8
Release: 0
%define mod_name delayed_job
%define mod_full_name %{mod_name}-%{version}
@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
Url: http://github.com/collectiveidea/delayed_job
URL: http://github.com/collectiveidea/delayed_job
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Database-backed asynchronous priority queue system -- Extracted from