forked from pool/rubygem-parallel_tests
Compare commits
15 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ece0aecb3d | |||
| 8e1f1067a3 | |||
| 45b4a2a36b | |||
| 43ed5a9e95 | |||
| 17e3b08719 | |||
| bf74010e17 | |||
| 2439241947 | |||
| 7b0961b6e5 | |||
| 11dd1657f9 | |||
| 94b4aeac38 | |||
| 371808e40b | |||
| 3743fe3a25 | |||
|
|
de19213d10 | ||
| 8bd0047b4d | |||
| 64e817d2b5 |
BIN
parallel_tests-4.0.0.gem
LFS
Normal file
BIN
parallel_tests-4.0.0.gem
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98ad977f5e5a28df77c0364504bdea21f0a2a9ea86eae238668fdfec341ab860
|
||||
size 30720
|
||||
@@ -1,18 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 10:22:16 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 4.7.1, no changelog found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 14:19:13 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 4.4.0, no changelog found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 15:22:21 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 4.3.0, no changelog found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:28:40 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-parallel_tests
|
||||
#
|
||||
# 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,10 +24,11 @@
|
||||
#
|
||||
|
||||
Name: rubygem-parallel_tests
|
||||
Version: 4.7.1
|
||||
Version: 4.0.0
|
||||
Release: 0
|
||||
%define mod_name parallel_tests
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: %{ruby >= 2.7.0}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
@@ -37,6 +38,7 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: gem2rpm.yml
|
||||
Summary: Run Test::Unit / RSpec / Cucumber / Spinach in parallel
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
PreReq: update-alternatives
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user