pangel-chronic 0.3.10 → 0.3.11

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.
@@ -36,7 +36,7 @@ class Chronic::RepeaterHour < Chronic::Repeater #:nodoc:
36
36
  hour_end = Time.construct(@now.year, @now.month, @now.day, @now.hour, @now.min)
37
37
  when :none
38
38
  hour_start = Time.construct(@now.year, @now.month, @now.day, @now.hour)
39
- hour_end = hour_begin + HOUR_SECONDS
39
+ hour_end = hour_start + HOUR_SECONDS
40
40
  end
41
41
 
42
42
  Chronic::Span.new(hour_start, hour_end)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 10
9
- version: 0.3.10
8
+ - 11
9
+ version: 0.3.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tom Preston-Werner
@@ -14,7 +14,7 @@ autorequire: chronic
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-09-20 00:00:00 +02:00
17
+ date: 2010-09-21 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20