Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 528ecf15d6 | |||
| 7ec21514cc | |||
| 48a42a8596 | |||
| 7d360cc33f | |||
| 671024ef54 | |||
| a9535654fa |
BIN
rspec-core-3.12.0.gem
LFS
BIN
rspec-core-3.12.0.gem
LFS
Binary file not shown.
3
rspec-core-3.13.2.gem
Normal file
3
rspec-core-3.13.2.gem
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94fbda6e4738e478f1c7532b7cc241272fcdc8b9eac03a97338b1122e4573300
|
||||
size 167424
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to version 3.13.3
|
||||
See bundled Changelog.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 15:33:05 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- New upstream release 3.12.2, see bundled Changelog.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 05:05:16 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-rspec-core
|
||||
#
|
||||
# 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-core
|
||||
Version: 3.12.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.
|
||||
|
||||
Reference in New Issue
Block a user