File rubygem-rspec.changes of Package rubygem-rspec
-------------------------------------------------------------------
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>
updated to version 3.12.0
no changelog found
-------------------------------------------------------------------
Tue Feb 15 07:40:16 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 3.11.0
no changelog found
-------------------------------------------------------------------
Tue Aug 3 10:07:32 UTC 2021 - Dan Čermák <dcermak@suse.com>
- Remove obsolete source rspec-3.9.0.gem.sha256
-------------------------------------------------------------------
Wed Jan 20 13:16:17 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 3.10.0
no changelog found
-------------------------------------------------------------------
Fri Dec 20 07:36:04 UTC 2019 - Johannes Kastl <kastl@b1-systems.de>
- updated to version 3.9.0
no changelog found
-------------------------------------------------------------------
Wed Sep 5 10:38:42 UTC 2018 - coolo@suse.com
- updated to version 3.8.0
no changelog found
-------------------------------------------------------------------
Thu Oct 26 10:11:54 UTC 2017 - coolo@suse.com
- updated to version 3.7.0
no changelog found
-------------------------------------------------------------------
Tue May 23 10:17:10 UTC 2017 - coolo@suse.com
- updated to version 3.6.0
no changelog found
-------------------------------------------------------------------
Sat Jul 2 05:19:40 UTC 2016 - coolo@suse.com
- updated to version 3.5.0
no changelog found
-------------------------------------------------------------------
Sat Nov 14 05:38:52 UTC 2015 - coolo@suse.com
- updated to version 3.4.0
no changelog found
-------------------------------------------------------------------
Sat Jun 13 04:34:22 UTC 2015 - coolo@suse.com
- updated to version 3.3.0
no changelog found
-------------------------------------------------------------------
Fri Feb 6 19:58:04 UTC 2015 - coolo@suse.com
- updated to version 3.2.0, version bump
-------------------------------------------------------------------
Tue Jan 20 16:22:26 UTC 2015 - dmueller@suse.com
- update to 3.1.0, version bump
-------------------------------------------------------------------
Mon Nov 10 10:11:03 UTC 2014 - tboerger@suse.com
- Added new ruby macros
-------------------------------------------------------------------
Tue Jul 30 18:46:55 UTC 2013 - coolo@suse.com
- updated to version 2.14.1
-------------------------------------------------------------------
Sun Mar 3 19:53:27 UTC 2013 - coolo@suse.com
- updated to version 2.13.0
-------------------------------------------------------------------
Tue Nov 13 14:03:48 UTC 2012 - coolo@suse.com
- updated to version 2.12.0, version bump
-------------------------------------------------------------------
Sun Jul 29 18:42:41 UTC 2012 - coolo@suse.com
- update to rspec 2.11.0
-------------------------------------------------------------------
Wed Nov 30 10:42:48 UTC 2011 - darix@nordisch.org
- fix license tag:
package is actually under MIT (bnc#733585)
-------------------------------------------------------------------
Wed Jan 26 18:12:21 UTC 2011 - mrueckert@suse.de
- update to version 1.3.1
* Array =~ matcher works with subclasses of Array (Matthew Peychich & Pat Maddox)
* config.suppress_deprecation_warnings!
* QuitBacktraceTweaker no longer eats all paths with 'lib'
(Tim Harper - #912)
* Fix delegation of stubbed values on superclass class-level methods.
(Scott Taylor - #496 - #957)
* Fix pending to work with ruby-1.9
* share_as (will be removed from rspec-core-2.0)
* simple_matcher (will be removed from rspec-core-2.0)
-------------------------------------------------------------------
Mon Jun 14 16:46:44 UTC 2010 - mrueckert@suse.de
- update to version 1.3.0
* capture ExpectationNotMet error by default in matcher DSL
* supports wrapping other expectations
* added match_unless_raises to matcher DSL
* supports easy wrapping of t/u assertions in matchers
* thanks to Chad Fowler and Glenn Vanderburg for the name
* add chain to matcher DSL (Joe Ferris - #935)
* see rdoc for Spec::Matchers
* and_yield provides configurable eval_context
* Eric Meyer & David Chelimsky
* CTRL-C actually stops execution! (Bryan Helmkamp - #911)
* make drb port configurable (Chris Flipse - #875)
* changed raise_error to raise_exception (#933)
* kept raise_error aliased, so this is completely
backwards compatible
* don't define top-level context() method when running in IRB (#899)
* remove Ruby warning for uninitialized ivar (Bryan Helmkamp - #892)
* fully qualify reference to Default (Alex Sharp - #895)
* use runtime version of Test::Unit::VERSION in incompatibility message
(Ryan Bigg - #916)
* quote paths in RSpec's own specs so people running in paths with
spaces in them can achieve green too (Ryan Bigg - #917)
* ensure drb specs run when EADDRNOTAVAIL (Michael Klett - #881)
* throw_symbol matcher correctly bubbles errors up (#918)
* make Rakefile work without Cucumber installed (#919 - devrandom)
* escape . in regexp (#925)
* align be_true and be_false with Ruby's conditional semantics (#931)
* print duplicate nested descriptions (when appropriate) (#936)
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Fri Dec 25 01:42:25 UTC 2009 - prusnak@suse.cz
- update to 1.2.9
-------------------------------------------------------------------
Mon Mar 23 18:37:45 CET 2009 - mrueckert@suse.de
- update to 1.2.2
-------------------------------------------------------------------
Fri Jan 16 15:44:25 CET 2009 - mrueckert@suse.de
- update to version 1.1.12
-------------------------------------------------------------------
Sun Nov 11 20:58:59 CET 2007 - mrueckert@suse.de
- update to version 1.0.8
too many changes. see the CHANGES file in the gem dir
-------------------------------------------------------------------
Thu May 24 21:50:00 CEST 2007 - mrueckert@suse.de
- update to version 1.0.2:
* Renamed Spec::Rails' rspec_resource generator to
rspec_scaffold.
* Removed Spec::Rails' be_feed matcher since it's based on
assert_select_feed which is not part of Rails (despite that
docs for assert_select_encoded says it is).
* describe(SomeModule) will include that module in the examples.
Like for Spec::Rails helpers, but now also in core.
* Header in HTML report will be yellow instead of red if there is
one failed example
* Applied [#10951] Odd instance variable name in rspec_model
template (patch from Kyle Hargraves)
* Improved integration with autotest (Patches from Ryan Davis and
David Goodland)
* Some small fixes to make all specs run on JRuby.
- remove obsoleted requires
-------------------------------------------------------------------
Tue May 22 20:52:11 CEST 2007 - mrueckert@suse.de
- update to version 1.0.0:
many many many fixes
-------------------------------------------------------------------
Mon Oct 2 06:02:17 CEST 2006 - mrueckert@suse.de
- update to version 0.6.4:
In addition to a number of bug fixes and patches, this release
begins to formalize the support for RSpec on Rails.
-------------------------------------------------------------------
Wed Sep 13 11:20:58 CEST 2006 - mrueckert@suse.de
- update to version 0.6.3:
o tons of small bug fixes