17
0

4 Commits

4 changed files with 23 additions and 13 deletions

Binary file not shown.

3
rspec-mocks-3.13.1.gem Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jun 21 10:37:38 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 3.13.1, see bundled Changelog.md
-------------------------------------------------------------------
Tue Nov 14 15:33:32 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 3.12.6, see bundled Changelog.md
-------------------------------------------------------------------
Tue Jan 17 11:04:31 UTC 2023 - Dan Čermák <dcermak@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rspec-mocks
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,27 @@
#
%define mod_name rspec-mocks
%define mod_full_name %{mod_name}-%{version}
#
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
# All sections marked as MANUAL, license headers, summaries and descriptions
# can be maintained in that file. Please consult this file before editing any
# of those fields
#
Name: rubygem-rspec-mocks
Version: 3.12.3
Version: 3.13.1
Release: 0
Summary: RSpec's 'test double' framework, with support for stubbing and mocking
License: MIT
Group: Development/Languages/Ruby
URL: https://github.com/rspec/rspec-mocks
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
%define mod_name rspec-mocks
%define mod_full_name %{mod_name}-%{version}
BuildRequires: %{ruby >= 1.8.7}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: ruby-macros >= 5
URL: https://github.com/rspec/rspec-mocks
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: RSpec's 'test double' framework, with support for stubbing and mocking
License: MIT
%description
RSpec's 'test double' framework, with support for stubbing and mocking.