Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7b8ee295d9 | |||
| 1f474023d6 | |||
| a0b697b5c2 | |||
| 42a222cd14 | |||
| f366a0aef2 | |||
| 8b23edb4d9 |
BIN
rspec-mocks-3.12.3.gem
LFS
BIN
rspec-mocks-3.12.3.gem
LFS
Binary file not shown.
3
rspec-mocks-3.13.2.gem
Normal file
3
rspec-mocks-3.13.2.gem
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2327335def0e1665325a9b617e3af9ae20272741d80ac550336309a7c59abdef
|
||||||
|
size 81920
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 17:26:42 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||||
|
|
||||||
|
- New upstream release 3.13.2, see bundled Changelog.md
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Jan 17 11:04:31 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-rspec-mocks
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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.
|
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
||||||
# All sections marked as MANUAL, license headers, summaries and descriptions
|
# All sections marked as MANUAL, license headers, summaries and descriptions
|
||||||
# can be maintained in that file. Please consult this file before editing any
|
# can be maintained in that file. Please consult this file before editing any
|
||||||
# of those fields
|
# of those fields
|
||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-rspec-mocks
|
Name: rubygem-rspec-mocks
|
||||||
Version: 3.12.3
|
Version: 3.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RSpec's 'test double' framework, with support for stubbing and mocking
|
%define mod_name rspec-mocks
|
||||||
License: MIT
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
Group: Development/Languages/Ruby
|
|
||||||
URL: https://github.com/rspec/rspec-mocks
|
|
||||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
|
||||||
Source1: gem2rpm.yml
|
|
||||||
BuildRequires: %{ruby >= 1.8.7}
|
BuildRequires: %{ruby >= 1.8.7}
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: %{rubygem rdoc > 3.10}
|
BuildRequires: %{rubygem rdoc > 3.10}
|
||||||
BuildRequires: ruby-macros >= 5
|
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
|
%description
|
||||||
RSpec's 'test double' framework, with support for stubbing and mocking.
|
RSpec's 'test double' framework, with support for stubbing and mocking.
|
||||||
|
|||||||
Reference in New Issue
Block a user