Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ... | gbuesing | 2008-04-20 | 1 | -0/+42 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error... | Jeremy Kemper | 2008-01-02 | 1 | -0/+11 |
* | Ruby 1.9 compat: define Duration#== [chuyeow] | Jeremy Kemper | 2007-12-15 | 1 | -1/+0 |
* | Mark Duration test failing with Ruby 1.9 | Jeremy Kemper | 2007-09-27 | 1 | -2/+3 |
* | Improve test coverage of Duration. Closes #7182 [richcollins] | Michael Koziarski | 2007-01-21 | 1 | -0/+4 |
* | Fix that Dates couldn't be subtracted from Dates after [5940]. | Sam Stephenson | 2007-01-15 | 1 | -1/+5 |
* | Make 1.months and friends accurate by introducing a Duration class. #6835 [e... | Michael Koziarski | 2007-01-15 | 1 | -0/+13 |