Merge branch 'release-0.2.4' into stable

This commit is contained in:
2010-08-11 13:52:07 +03:00
3 changed files with 6 additions and 1 deletions

View File

@@ -1 +1 @@
0.2.3
0.2.4

View File

@@ -5,3 +5,4 @@ require 'time_ext/calculations'
require 'time_ext/iterations'
require 'time_ext/support'
require 'time_ext/core_ext/time'
require 'time_ext/core_ext/numeric'

View File

@@ -0,0 +1,4 @@
class Numeric
alias :sec :seconds
alias :min :minutes
end