Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Note breakage of DateTime#<=> with ActiveSupport 3.1 (Fixes #36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Sep 1, 2011
1 parent 9c264ac commit 80f1561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rdoc
Expand Up @@ -222,6 +222,8 @@ bugs, so please report any other differences you find.
Some other libraries are known to be incompatible with this Some other libraries are known to be incompatible with this
extension due to the above differences: extension due to the above differences:


* ActiveSupport 3.1 - DateTime#<=> broken because it relies on
Date#<=> working for DateTimes.
* Date::Performance - Date#<=> assumes @ajd instance variable * Date::Performance - Date#<=> assumes @ajd instance variable
(unnecessary anyway, as home_run is faster) (unnecessary anyway, as home_run is faster)
* Runt - assumes @ajd instance variable * Runt - assumes @ajd instance variable
Expand Down

0 comments on commit 80f1561

Please sign in to comment.