thehenster-resque-scheduler 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@
33
33
  <td><%= h name %></td>
34
34
  <td><%= h config['description'] %></td>
35
35
  <td style="white-space:nowrap"><%= h config['cron'] %></td>
36
- <td><%= distance_of_time_in_words(Time.now, Rufus::CronLine.new(config['cron']).next_time, true) rescue nil %><br /><span style="color:#888;font-size:85%;"><%= (Rufus::CronLine.new(config['cron']).next_time) %></span></td>
36
+ <td><%= distance_of_time_in_words(Time.now, Rufus::CronLine.new(config['cron']).next_time, true) rescue nil %><br /><span style="color:#888;font-size:85%;"><%= (Rufus::CronLine.new(config['cron']).next_time) rescue nil %></span></td>
37
37
  <td><%= h config['class'] %></td>
38
38
  <td><%= h config['queue'] || queue_from_class_name(config['class']) %></td>
39
39
  <td><%= h config['just_once'].inspect %></td>
@@ -1,3 +1,3 @@
1
1
  module ResqueScheduler
2
- Version = '1.0.9'
2
+ Version = '1.0.10'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 9
9
- version: 1.0.9
8
+ - 10
9
+ version: 1.0.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ben VandenBos