hpoydar-chronic_duration 0.7.3 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -1
- data/lib/chronic_duration.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -48,4 +48,5 @@ jduff, olauzon
|
|
48
48
|
* Benchmark, optimize
|
49
49
|
* Context specific matching (E.g., for '4m30s', assume 'm' is minutes not months)
|
50
50
|
* Smartly parse vacation-like durations (E.g., '4 days and 3 nights')
|
51
|
-
* :chrono output option should probably change to something like 4 days 4:00:12 instead of 4:04:00:12
|
51
|
+
* :chrono output option should probably change to something like 4 days 4:00:12 instead of 4:04:00:12
|
52
|
+
* Other locale support
|
data/lib/chronic_duration.rb
CHANGED