1
0

2 Commits

4 changed files with 9 additions and 7 deletions

View File

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

3
rspec-core-3.13.2.gem Normal file
View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 4 17:25:51 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 3.13.2, see bundled Changelog.md
-------------------------------------------------------------------
Fri Apr 19 09:12:49 UTC 2024 - Andreas Schneider <asn@cryptomilk.org>

View File

@@ -24,11 +24,10 @@
#
Name: rubygem-rspec-core
Version: 3.13.0
Version: 3.13.2
Release: 0
%define mod_name rspec-core
%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}
@@ -39,8 +38,6 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: RSpec runner and formatters
License: MIT
Group: Development/Languages/Ruby
PreReq: update-alternatives
%description
BDD for Ruby. RSpec runner and example groups.