File rubygem-flexmock.changes of Package rubygem-flexmock

-------------------------------------------------------------------
Tue Nov 14 14:59:33 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 2.3.8, see bundled CHANGES

-------------------------------------------------------------------
Wed Oct 11 06:03:35 UTC 2017 - coolo@suse.com

- updated to version 2.3.6
 see installed CHANGES

-------------------------------------------------------------------
Wed Feb 22 05:33:40 UTC 2017 - coolo@suse.com

- updated to version 2.3.5
 see installed CHANGES

-------------------------------------------------------------------
Thu Nov 17 05:30:14 UTC 2016 - coolo@suse.com

- updated to version 2.3.4
 see installed CHANGES

-------------------------------------------------------------------
Wed Nov  9 05:34:02 UTC 2016 - coolo@suse.com

- updated to version 2.3.2
 see installed CHANGES

-------------------------------------------------------------------
Fri Oct 28 04:35:10 UTC 2016 - coolo@suse.com

- updated to version 2.3.1
 see installed CHANGES

-------------------------------------------------------------------
Wed Oct 12 04:32:59 UTC 2016 - coolo@suse.com

- updated to version 2.3.0
 see installed CHANGES

-------------------------------------------------------------------
Wed Jul 13 04:33:47 UTC 2016 - coolo@suse.com

- updated to version 2.2.1
 see installed CHANGES

  SINCE 2.1.0, CHANGES ARE LISTED IN THE README

-------------------------------------------------------------------
Wed Apr 27 04:31:28 UTC 2016 - coolo@suse.com

- updated to version 2.1.0
 see installed CHANGES

-------------------------------------------------------------------
Wed Apr  6 06:19:06 UTC 2016 - coolo@suse.com

- updated to version 2.0.5
 see installed CHANGES

-------------------------------------------------------------------
Sat Dec 19 05:33:20 UTC 2015 - coolo@suse.com

- updated to version 2.0.4
 see installed CHANGES

-------------------------------------------------------------------
Thu Dec 10 05:30:36 UTC 2015 - coolo@suse.com

- updated to version 2.0.3
 see installed CHANGES

-------------------------------------------------------------------
Tue Nov 17 05:35:04 UTC 2015 - coolo@suse.com

- updated to version 2.0.2
 see installed CHANGES

-------------------------------------------------------------------
Fri Sep 25 04:29:18 UTC 2015 - coolo@suse.com

- updated to version 2.0.1
 see installed CHANGES

-------------------------------------------------------------------
Fri Sep 18 04:30:32 UTC 2015 - coolo@suse.com

- updated to version 2.0.0
 see installed CHANGES

  == Version 2.0.0
  
  * bump to 2.0 to mark the change of maintainership. I hope I won't disappoint.
  * require 'flexmock' no longer pulls test_unit_integration. Require the latter
    explicitely
  * dropped support for pre-2.0 Rubies
  * added explicit minitest support. This makes the minitest integration much
    nicer to work with (in particular, the flexmock_teardown is now executed "just
    at the right place"), and fixes issues with minitest 5. Just require
    flexmock/minitest to get it.
  * partial mocks now supports prepended modules
  * validation errors that happen when a method is called (i.e. unexpected
    arguments, wrong call count) are reported with the backtrace of the call
    instead of with the backtrace of the expectation definition.

-------------------------------------------------------------------
Mon Oct 13 12:08:25 UTC 2014 - coolo@suse.com

- adapt to new rubygem packaging

-------------------------------------------------------------------
Thu Feb  6 18:00:11 UTC 2014 - coolo@suse.com

- updated to version 1.3.3

-------------------------------------------------------------------
Tue Jun  4 16:45:56 UTC 2013 - coolo@suse.com

- updated to version 1.3.2

-------------------------------------------------------------------
Sat Apr 13 14:55:29 UTC 2013 - coolo@suse.com

- updated to version 1.3.1
 * Removed use of assert_block (which is deprecated in MiniTest).
 * Documentation fixes.

-------------------------------------------------------------------
Tue Feb 12 15:44:43 UTC 2013 - coolo@suse.com

- updated to version 1.3.0
  === Features
  
  * Add 'and' and 'on' modifiers for the RSpec spy matcher.
  
  * Add 'and' and 'on' options to the assert_spy_called test method.
  
  * General documentation improvement.
  
  === Bug Fixes
  
  * Fix bug in should_fail test helper that was not detecting failed
    failures.

-------------------------------------------------------------------
Mon Nov 26 17:51:16 UTC 2012 - coolo@suse.com

- updated to version 1.2.0
   * Added spy support.
   * Added base class mocking restrictions.
   * Using singleton_methods to get list of singleton methods (rather
     than methods(false))
   * Correctly handling mocking methods that were meta-programmed with
     method_missing.
   
   * Ruby 1.9.3 compatibility changes.

-------------------------------------------------------------------
Fri Aug  3 14:10:04 UTC 2012 - coolo@suse.com

- updated to version 0.9.0

-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de

- use rubygems_requires macro

-------------------------------------------------------------------
Mon Jan 26 16:37:06 CET 2009 - mrueckert@suse.de

- update to version 0.8.3

-------------------------------------------------------------------
Sun Aug  5 18:30:11 CEST 2007 - mrueckert@suse.de

- update to version 0.6.2
  * flexmock() with a block now always returns the domain object.
    flexmock() without a block returns the mock object.  Note that
    for normal mocks, the domain and mock objects are the same.
    For partial mocks, the mock is separate from the domain object.
  * Added +and_raise+ to the list of expection specifications.

-------------------------------------------------------------------
Tue May 22 17:49:09 CEST 2007 - mrueckert@suse.de

- update to version 0.6.1
  too many changes

-------------------------------------------------------------------
Fri Oct 20 01:12:38 CEST 2006 - mrueckert@suse.de

- update to version 0.4.3:
  Release 0.4.3 contains a fix for handling non-direct class
  methods properly (bug report from Scott Barron).

-------------------------------------------------------------------
Wed Sep 13 10:41:56 CEST 2006 - mrueckert@suse.de

- update to version 0.4.1:
  o Version 0.4.1
  * Removed include of Test::Unit::Assertions from Expectations.
  * Fixed mocking of kernel methods.
  o Version 0.4.0
  * Added stubbing for mocking methods of existing objects.
  * Added multiple return values for the +and_returns+ method.
  * Added block initialization to the flexmock method.
  o Version 0.3.2
  * Fixed bug when mock is used as a replacement class in class
    interception.
  o Version 0.3.1
  * Fixed some warnings regarding uninitialized variables.
  * Added (very) simple class interception.
  * Added the mock_factory method to go along with class interception.
  * When using Test::Unit integration, avoid mock verification if the
    test has already failed for some reason.

-------------------------------------------------------------------
Wed Jun 21 01:16:28 CEST 2006 - mrueckert@suse.de

- use rubygems_with_buildroot_patch instead of the versioned
  buildrequires

-------------------------------------------------------------------
Mon Jun 19 19:34:13 CEST 2006 - mrueckert@suse.de

- Update to version 0.3.0
- Switched to gem based building

-------------------------------------------------------------------
Wed Jan 25 21:41:14 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Fri Jan 20 18:52:11 CET 2006 - mrueckert@suse.de

- Initial package of version 0.1.7

openSUSE Build Service is sponsored by