Package Release Info

rubygem-rspec-3_5-3.5.0-bp153.1.16

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-rspec-3_5
ruby2.5-rubygem-rspec-doc-3_5

Change Logs

Version: 3.5.0-bp150.2.4
* Thu Nov 16 2017 opensuse_buildservice@ojkastl.de
- created versioned gem for version 3.5
* Mon May 29 2017 opensuse_buildservice@ojkastl.de
- changed package name with suffix -2_14, renamed spec and changes file
* Tue May 23 2017 opensuse_buildservice@ojkastl.de
- changed naming of the package, as this is a versioned gem
* Tue Jul 15 2014 mrueckert@suse.com
- regenerate with new template
* Thu Jun 26 2014 mrueckert@suse.com
- move to SLE 12 packaging schema
* 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
* Fri Dec 25 2009 prusnak@suse.cz
- update to 1.2.9
* Mon Mar 23 2009 mrueckert@suse.de
- update to 1.2.2
* Fri Jan 16 2009 mrueckert@suse.de
- update to version 1.1.12
* Sun Nov 11 2007 mrueckert@suse.de
- update to version 1.0.8
  too many changes. see the CHANGES file in the gem dir
* Thu May 24 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 2007 mrueckert@suse.de
- update to version 1.0.0:
  many many many fixes
* Mon Oct 02 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.