Release Name: 0.0.3
Notes:
Changes:
2006-05-23 07:14 kuja
* duration.rb: Fixed Duration#<=> to be able to compare ojects
that respond to `to_i'
2006-05-23 07:07 kuja
* duration.rb: Removed math operator aliases, added `<=>', and
included Comparable
2006-05-23 07:04 kuja
* duration.rb: Added Duration#strftime identifiers %t and %x
2006-05-23 06:29 kuja
* duration.rb: Removed setter aliases from Duration (set_weeks,
set_days, etc)
2006-05-23 06:25 kuja
* duration.rb: Aliased mathematical methods to verbose names and
aliased weeks=, days= etc to set_*()
2006-05-23 05:49 kuja
* duration.rb: Added Duration.new's argument to have a default
value of 0
2006-05-23 05:43 kuja
* duration.rb: Defined Duration#each, included Enumerable, and
altered Duration#to_s to use Duration#each
2006-05-23 05:30 kuja
* duration.rb: Removed Duration#method_missing and wrote actual
methods, also optimized Duration.new
2006-05-23 04:37 kuja
* duration.rb: Added documentation to Numeric discussing added
methods
2006-05-23 04:25 kuja
* duration.rb: Renamed Numeric#__Numeric_method_missing to
Numeric#__numeric_old_method_missing and optimized
Numeric#method_missing
2006-05-22 19:57 kuja
* duration.rb: Added magic methods to Numeric. See
Numeric#method_missing
|