Skip to content

Commit

Permalink
Attributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Takita committed Oct 19, 2009
1 parent 5265af0 commit 0e133e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,3 +1,6 @@
- Fixed warnings (Patch by Bryan Helmkamp)

0.10.4
- Handle lazily defined methods (where respond_to? returns true yet the method is not yet defined and the first call to method_missing defines the method). This pattern is used in ActiveRecord and ActionMailer.
- Fixed warning about aliasing #instance_exec in jruby. http://github.com/btakita/rr/issues#issue/9 (Patch by Nathan Sobo)

Expand Down
1 change: 1 addition & 0 deletions README.rdoc
Expand Up @@ -322,6 +322,7 @@ With any development effort, there are countless people who have contributed
to making it possible. We all are standing on the shoulders of giants.
* Andreas Haller for patches
* Aslak Hellesoy for Developing Rspec
* Bryan Helmkamp for patches
* Christopher Redinger for patches
* Dan North for syntax ideas
* Dave Astels for some BDD inspiration
Expand Down

0 comments on commit 0e133e7

Please sign in to comment.