0
I Use This!
Inactive

Commits : Listings

Analyzed 16 minutes ago. based on code collected about 7 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a couple of warnings. More... almost 13 years ago
Clearing BoundObjects when Space#reset is called. More... almost 13 years ago
Merge pull request #63 from evanphx/master More... almost 13 years ago
Merge pull request #62 from cespare/master More... almost 13 years ago
Eliminate usage of ObjectSpace._id2ref More... almost 13 years ago
Regenerate gemspec More... almost 13 years ago
Added a minitest adapter. More... almost 13 years ago
Gemfile fixes for ruby 1.9 More... almost 13 years ago
Merge pull request #57 from gavingmiller/master More... almost 13 years ago
Merge pull request #60 from bonkydog/master More... almost 13 years ago
rvmrc points to ruby 1.9.2-p180 More... almost 13 years ago
delete missing scratch.rb file from gemspec More... almost 13 years ago
Added instructions on installing the gem. More... almost 13 years ago
Commenting this out avoids failures in our app's suite for 1.9.2-p180, and doesn't cause any failures in RR specs. More... almost 13 years ago
Using bundler to manage spec gems. More... over 13 years ago
Regenerated gemspec for version 1.0.2 More... over 13 years ago
Added changes. More... over 13 years ago
Version bump to 1.0.2 More... over 13 years ago
Attributions. More... over 13 years ago
Added spec to test yields in mock. Verifying fix for http://github.com/btakita/rr/issues#issue/42. More... over 13 years ago
Merge branch 'master', remote branch 'libc/master' More... over 13 years ago
Added 1.0.1 changes. More... over 13 years ago
Version bump. More... over 13 years ago
Version bump to 1.0.1 More... over 13 years ago
Fixed ruby 1.9.2 issue with methods propagating to subclasses when mocking classes. More... over 13 years ago
Fixed strong verification on instance_of for ruby 1.9.2. More... over 13 years ago
Uncommented specs. More... over 13 years ago
Removed new_instance_of which fixes several 1.9.2 issues. instance_of always uses any_instance_of (adding the method to the class). More... over 13 years ago
expanding path. More... over 13 years ago
Renamed ClassInstanceMethodDefined.call to ClassInstanceMethodDefined#class_instance_method_defined. More... over 13 years ago