Changelog for
ruby2.2-rubygem-flexmock-2.3.6-1.1.x86_64.rpm :
Wed Oct 11 14:00:00 2017 cooloAATTsuse.com
- updated to version 2.3.6
see installed CHANGES
Wed Feb 22 13:00:00 2017 cooloAATTsuse.com
- updated to version 2.3.5
see installed CHANGES
Thu Nov 17 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.3.4
see installed CHANGES
Wed Nov 9 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.3.2
see installed CHANGES
Fri Oct 28 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.3.1
see installed CHANGES
Wed Oct 12 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.3.0
see installed CHANGES
Wed Jul 13 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.2.1
see installed CHANGES
SINCE 2.1.0, CHANGES ARE LISTED IN THE README
Wed Apr 27 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.1.0
see installed CHANGES
Wed Apr 6 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.0.5
see installed CHANGES
Sat Dec 19 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.0.4
see installed CHANGES
Thu Dec 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.0.3
see installed CHANGES
Tue Nov 17 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.0.2
see installed CHANGES
Fri Sep 25 14:00:00 2015 cooloAATTsuse.com
- updated to version 2.0.1
see installed CHANGES
Fri Sep 18 14:00:00 2015 cooloAATTsuse.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 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Thu Feb 6 13:00:00 2014 cooloAATTsuse.com
- updated to version 1.3.3
Tue Jun 4 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.3.2
Sat Apr 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.3.1
* Removed use of assert_block (which is deprecated in MiniTest).
* Documentation fixes.
Tue Feb 12 13:00:00 2013 cooloAATTsuse.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 13:00:00 2012 cooloAATTsuse.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:00:00 2012 cooloAATTsuse.com
- updated to version 0.9.0
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro