--- - branch: MAIN date: Sat Apr 28 15:55:03 UTC 2012 files: - new: '1.11' old: '1.10' path: pkgsrc/devel/ruby-mocha/Makefile pathrev: pkgsrc/devel/ruby-mocha/Makefile@1.11 type: modified - new: '1.9' old: '1.8' path: pkgsrc/devel/ruby-mocha/PLIST pathrev: pkgsrc/devel/ruby-mocha/PLIST@1.9 type: modified - new: '1.10' old: '1.9' path: pkgsrc/devel/ruby-mocha/distinfo pathrev: pkgsrc/devel/ruby-mocha/distinfo@1.10 type: modified id: 20120428T155503Z.bffeea2d9817b70358435eccaa29e48661939abc log: | Update ruby-mocha to 0.11.3. = 0.11.3 * Fix for #78 i.e. alias Object#method as Object#_method, not Object#__method__ which already exists as another Ruby method. = 0.11.2 * Rails has a Request class which defines its own #method method. This broke the new mechanism for stubbing a method. This release includes a slightly modified version of fix #77 provided by @sikachu. See https://github.com/rails/rails/pull/5907 for further info. = 0.11.1 () * In Ruby 1.8.7 methods accepting a block parameter were incorrectly restored without the block parameter after being stubbed. Fix for #76. = 0.11.0 (fa601c89a7f5314dc3d258391a99c6a9e25cefb3) * Store original method when stubbing rather than using alias_method. This fixes #41, #47, #74 and all tests now pass on both Ruby 1.8.7 and 1.9.3. * Attempting to stub a method on a frozen object should fail fast. See #68. * Prevent stubbing a method on nil by default. See #68. * Generate documentation using YARD instead of Rdoc - removes dependency on Coderay. * Publish documentation on Github pages instead of Rubyforge - uses rake task written by @tomafro. * Remove agiledox which has outlived it's usefulness. * Removed trailing whitespace throughout codebase. * Add documentation for Mock#unstub. * Improve documentation for ObjectMethods. * Provide a way to run multiple tests within a single acceptance test method. module: pkgsrc subject: 'CVS commit: pkgsrc/devel/ruby-mocha' unixtime: '1335628503' user: taca