forked from pool/rubygem-rspec-support
Compare commits
18 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a5cb261c8d | |||
| 7d3e2cb029 | |||
| 42373cc56e | |||
| 44c29cc694 | |||
| 89c5db7d66 | |||
| 2316174d5a | |||
| d2ee6d803c | |||
| eec6d1ef91 | |||
| a6cb58013f | |||
| ac19e8ee23 | |||
| ecdc5be6c8 | |||
| 28bac2c7f1 | |||
| 7282ac839c | |||
| 2f16eafdd6 | |||
| 3d015a927b | |||
| 97cc0ced8b | |||
| 334c081798 | |||
| cd0d08340b |
BIN
rspec-support-3.12.0.gem
LFS
Normal file
BIN
rspec-support-3.12.0.gem
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48877d4f15b772b7538f3693c22225f2eda490ba65a0515c4e7cf6f2f17de70f
|
||||
size 39936
|
||||
@@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 10:38:11 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 3.13.1, see bundled Changelog.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 15:33:56 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 3.12.1, see bundled Changelog.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 05:06:13 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-rspec-support
|
||||
#
|
||||
# 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-rspec-support
|
||||
Version: 3.13.1
|
||||
Version: 3.12.0
|
||||
Release: 0
|
||||
%define mod_name rspec-support
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: %{ruby >= 1.8.7}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: %{rubygem rdoc > 3.10}
|
||||
@@ -37,6 +38,7 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: gem2rpm.yml
|
||||
Summary: Common code needed by the other RSpec gems
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
%description
|
||||
Support utilities for RSpec gems.
|
||||
|
||||
Reference in New Issue
Block a user