forked from pool/rubygem-parallel
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cc848feeed | |||
| feca99cbc1 | |||
| bbcd6ca070 | |||
| 49a3d57488 | |||
| 71b2bdc3c7 | |||
| 60433e3414 | |||
| cda9115489 |
BIN
parallel-1.22.1.gem
LFS
Normal file
BIN
parallel-1.22.1.gem
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12e089b9aa36ea2343f6e93f18cfcebd031798253db8260590d26a7f70b1ab90
|
||||
size 10752
|
||||
@@ -1,18 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 10:22:00 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 1.25.1, no changelog found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 14:18:54 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 1.24.0, no changelog found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 15:22:09 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 1.23.0, no changelog found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 05:39:54 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-parallel
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,11 +24,12 @@
|
||||
#
|
||||
|
||||
Name: rubygem-parallel
|
||||
Version: 1.25.1
|
||||
Version: 1.22.1
|
||||
Release: 0
|
||||
%define mod_name parallel
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
BuildRequires: %{ruby >= 2.7}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: %{ruby >= 2.5}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
URL: https://github.com/grosser/parallel
|
||||
@@ -36,6 +37,7 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: gem2rpm.yml
|
||||
Summary: Run any kind of code in parallel processes
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
%description
|
||||
Run any kind of code in parallel processes.
|
||||
|
||||
Reference in New Issue
Block a user