1
0
forked from pool/rubygem-rspec

13 Commits

Author SHA256 Message Date
a3b33f5775 Accepting request 1032154 from devel:languages:ruby:extensions
updated to version 3.12.0
  no changelog found

OBS-URL: https://build.opensuse.org/request/show/1032154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=15
2022-12-04 13:57:49 +00:00
39ed1d60ce Accepting request 956125 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/956125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=14
2022-02-28 18:43:05 +00:00
d5f57f25a3 Accepting request 909951 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/909951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=13
2021-08-05 18:47:51 +00:00
819cc5d69f Accepting request 865233 from devel:languages:ruby:extensions
updated to version 3.10.0
  no changelog found

OBS-URL: https://build.opensuse.org/request/show/865233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=12
2021-01-22 20:50:06 +00:00
9023adcded Accepting request 758824 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/758824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=11
2019-12-28 12:40:09 +00:00
e45c572646 Accepting request 636986 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/636986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=10
2018-11-01 17:53:50 +00:00
8a03688188 Accepting request 537494 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/537494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=9
2017-11-01 10:07:58 +00:00
75e6caf311 Accepting request 497690 from devel:languages:ruby:extensions
1

OBS-URL: https://build.opensuse.org/request/show/497690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=8
2017-05-27 11:11:17 +00:00
3fdbb8eddf Accepting request 406360 from devel:languages:ruby:extensions
1

OBS-URL: https://build.opensuse.org/request/show/406360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=7
2016-07-16 20:11:32 +00:00
9fef0c5d2a Accepting request 345659 from devel:languages:ruby:extensions
1

OBS-URL: https://build.opensuse.org/request/show/345659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=6
2015-12-01 09:02:26 +00:00
7d033b5328 Accepting request 312017 from devel:languages:ruby:extensions
1

OBS-URL: https://build.opensuse.org/request/show/312017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=5
2015-06-15 15:46:18 +00:00
7b26b8d727 Accepting request 284560 from devel:languages:ruby:extensions
- updated to version 3.2.0, version bump

- update to 3.1.0, version bump

OBS-URL: https://build.opensuse.org/request/show/284560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=4
2015-02-08 12:03:17 +00:00
19779cea1c Accepting request 261234 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/261234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-rspec?expand=0&rev=3
2014-11-24 10:10:53 +00:00
4 changed files with 10 additions and 49 deletions

BIN
rspec-3.12.0.gem LFS Normal file

Binary file not shown.

View File

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

View File

@@ -1,44 +1,3 @@
-------------------------------------------------------------------
Tue Apr 23 05:57:23 UTC 2024 - Dan Čermák <dcermak@suse.com>
- New upstream release 3.13.0
3.13.0 / 2024-02-04
Enhancements:
* Support the `--backtrace` flag when using the JSON formatter. (Matt Larraz, #2980)
* Ignore commented out lines in CLI config files (e.g. `.rspec`). (Junichi Ito, #2984)
* Add `pending_failure_output` config option to allow skipping backtraces or
muting pending specs output. (Phil Pirozhkov, #2957)
* Process `--dry-run` before configuration flags that read files so that introspecting
it returns the correct value. (Xenor Chang, #3008)
* Allow specifying custom ordering strategies via `--order`. (Jon Rowe, #3025)
* Use the improved `syntax_suggest` output for `SyntaxError` when available.
(Richard Schneeman, #3015, #3026)
* Add config option (`RSpec::Core::Configuration#full_cause_backtrace`) to print the
entire backtrace of an exception cause. (David Taylor, #3046)
### 3.12.3 / 2024-02-04
Bug fixes:
* Use `__send__` in output wrapper to avoid issues with IO objects that implement `send`
like `Socket`. (Richard Platel, #3045)
### 3.12.2 / 2023-04-18
Bug fixes:
* Remove link to outdated documentation in generated output. (Jon Rowe, #3035)
### 3.12.1 / 2023-02-03
Bug fixes:
* Prevent multiple calls to `extra_failure_lines` from adding additional whitespace
around them when the lines already contain whitespace. (Jon Rowe, #3006)
-------------------------------------------------------------------
Fri Oct 28 05:05:03 UTC 2022 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rspec
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,19 +24,21 @@
#
Name: rubygem-rspec
Version: 3.13.0
Version: 3.12.0
Release: 0
%define mod_name rspec
%define mod_full_name %{mod_name}-%{version}
BuildRequires: ruby-macros >= 5
BuildRequires: %{ruby}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
Url: http://github.com/rspec
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
URL: http://github.com/rspec
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Meta-gem that depends on the other components
License: MIT
Group: Development/Languages/Ruby
%description
BDD for Ruby.