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.
Files changed (3) hide show
  1. data/README.rdoc +2 -1
  2. data/lib/chronic_duration.rb +1 -1
  3. metadata +1 -1
@@ -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
@@ -11,7 +11,7 @@ module ChronicDuration
11
11
  end
12
12
 
13
13
  # Given an integer and an optional format,
14
- # returns a formatted representing elapsed time
14
+ # returns a formatted string representing elapsed time
15
15
  def output(seconds, opts = {})
16
16
 
17
17
  opts[:format] ||= :default
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hpoydar-chronic_duration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henry Poydar