rufus-scheduler 1.0.10 → 1.0.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.
data/CHANGELOG.txt CHANGED
@@ -2,6 +2,11 @@
2
2
  = rufus-scheduler CHANGELOG.txt
3
3
 
4
4
 
5
+ == rufus-scheduler - 1.0.11 released 2008/09/03
6
+
7
+ - todo #21781 : added lib/rufus-scheduler.rb to make Railsists' lives easier
8
+
9
+
5
10
  == rufus-scheduler - 1.0.10 released 2008/08/28
6
11
 
7
12
  - todo #21357 : added Rufus::Scheduler::VERSION
data/CREDITS.txt CHANGED
@@ -3,6 +3,7 @@
3
3
 
4
4
  == Feedback
5
5
 
6
+ - Yi Wen, for lib/rufus-scheduler.rb
6
7
  - Adam Green and Rael Dornfest for the Taskr breaking issue feedback
7
8
  - Sean Liu, unschedule_every issue
8
9
  - Manfred Usselman (no cronjobs on sundays bug)
@@ -306,7 +306,7 @@ module Rufus
306
306
  #
307
307
  class Scheduler
308
308
 
309
- VERSION = "1.0.10"
309
+ VERSION = '1.0.11'
310
310
 
311
311
  #
312
312
  # By default, the precision is 0.250, with means the scheduler
@@ -0,0 +1,3 @@
1
+
2
+ require 'rufus/scheduler'
3
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rufus-scheduler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Mettraux
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-08-28 00:00:00 +09:00
12
+ date: 2008-09-03 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -31,6 +31,7 @@ files:
31
31
  - lib/rufus/cronline.rb
32
32
  - lib/rufus/otime.rb
33
33
  - lib/rufus/scheduler.rb
34
+ - lib/rufus-scheduler.rb
34
35
  - test/cron_test.rb
35
36
  - test/cronline_test.rb
36
37
  - test/dev.rb