hpoydar-chronic_duration 0.7.3 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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