Package Release Info

rubygem-rspec-3.10-3.10.0-bp153.2.1

Update Info: openSUSE-2021-1191
Available in Package Hub : 15 SP3 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-rspec-3.10
ruby2.5-rubygem-rspec-doc-3.10

Change Logs

* Tue Aug 03 2021 Dan ?ermák <dcermak@suse.com>
- Remove obsolete source rspec-3.9.0.gem.sha256
* Wed Jan 20 2021 Stephan Kulow <coolo@suse.com>
updated to version 3.10.0
  no changelog found
* Fri Dec 20 2019 Johannes Kastl <kastl@b1-systems.de>
- updated to version 3.9.0
  no changelog found
* Wed Sep 05 2018 coolo@suse.com
- updated to version 3.8.0
  no changelog found
* Thu Oct 26 2017 coolo@suse.com
- updated to version 3.7.0
  no changelog found
* Tue May 23 2017 coolo@suse.com
- updated to version 3.6.0
  no changelog found
* Sat Jul 02 2016 coolo@suse.com
- updated to version 3.5.0
  no changelog found
* Sat Nov 14 2015 coolo@suse.com
- updated to version 3.4.0
  no changelog found
* Sat Jun 13 2015 coolo@suse.com
- updated to version 3.3.0
  no changelog found
* Fri Feb 06 2015 coolo@suse.com
- updated to version 3.2.0, version bump
* Tue Jan 20 2015 dmueller@suse.com
- update to 3.1.0, version bump
* Mon Nov 10 2014 tboerger@suse.com
- Added new ruby macros
* Tue Jul 30 2013 coolo@suse.com
- updated to version 2.14.1
* Sun Mar 03 2013 coolo@suse.com
- updated to version 2.13.0
* Tue Nov 13 2012 coolo@suse.com
- updated to version 2.12.0, version bump
* Sun Jul 29 2012 coolo@suse.com
- update to rspec 2.11.0
* Wed Nov 30 2011 darix@nordisch.org
- fix license tag:
  package is actually under MIT (bnc#733585)
* Wed Jan 26 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 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 2010 mrueckert@suse.de
- use rubygems_requires macro