pangel-chronic 0.3.10 → 0.3.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -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