Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e3557dbf83 | |||
| 5d6178fd91 | |||
| ad17f6cc8d | |||
| 5140eabc31 | |||
| f6e99f0f9c | |||
| cecba16b6c |
BIN
rspec-expectations-3.12.0.gem
LFS
BIN
rspec-expectations-3.12.0.gem
LFS
Binary file not shown.
3
rspec-expectations-3.13.3.gem
Normal file
3
rspec-expectations-3.13.3.gem
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e6b5af59b900147698ea0ff80456c4f2e69cac4394fbd392fbd1ca561f66c58
|
||||
size 89088
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 17:26:08 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 3.13.3, see bundled Changelog.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 10:37:20 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 3.13.1, see bundled Changelog.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 15:33:19 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 3.12.3, see bundled Changelog.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 05:05:29 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-rspec-expectations
|
||||
#
|
||||
# Copyright (c) 2022 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
|
||||
@@ -24,11 +24,10 @@
|
||||
#
|
||||
|
||||
Name: rubygem-rspec-expectations
|
||||
Version: 3.12.0
|
||||
Version: 3.13.3
|
||||
Release: 0
|
||||
%define mod_name rspec-expectations
|
||||
%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}
|
||||
@@ -38,7 +37,6 @@ Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: gem2rpm.yml
|
||||
Summary: API to express expected outcomes of a code example
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
%description
|
||||
rspec-expectations provides a simple, readable API to express expected
|
||||
|
||||
Reference in New Issue
Block a user