mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-25 10:18:49 +02:00
Bump 0.8.0
This commit is contained in:
31
Changes.md
31
Changes.md
@@ -1,24 +1,35 @@
|
||||
0.5.0
|
||||
0.8.0
|
||||
-----------
|
||||
|
||||
- Initial release!
|
||||
- Added `on` (day of week) option to cronotab.rb semantic
|
||||
- Added job health check and job health indicator to the Web UI
|
||||
|
||||
0.5.1
|
||||
|
||||
0.7.0
|
||||
-----------
|
||||
|
||||
- Added -e/--environment ENV option to set the daemon rails environment.
|
||||
- Added simple Web UI
|
||||
|
||||
0.5.2
|
||||
-----------
|
||||
|
||||
- Fix: Scheduled time now related to the last performing time.
|
||||
|
||||
0.6.1
|
||||
-----------
|
||||
|
||||
- Persist job state to your database.
|
||||
|
||||
0.7.0
|
||||
|
||||
0.5.2
|
||||
-----------
|
||||
|
||||
- Added simple Web UI
|
||||
- Fix: Scheduled time now related to the last performing time.
|
||||
|
||||
|
||||
0.5.1
|
||||
-----------
|
||||
|
||||
- Added -e/--environment ENV option to set the daemon rails environment.
|
||||
|
||||
|
||||
0.5.0
|
||||
-----------
|
||||
|
||||
- Initial release!
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
crono (0.7.0)
|
||||
crono (0.8.0)
|
||||
activejob (~> 4.0)
|
||||
activerecord (~> 4.0)
|
||||
activesupport (~> 4.0)
|
||||
@@ -66,7 +66,7 @@ GEM
|
||||
tilt (~> 1.3, >= 1.3.4)
|
||||
slop (3.6.0)
|
||||
sqlite3 (1.3.10)
|
||||
thread_safe (0.3.4)
|
||||
thread_safe (0.3.5)
|
||||
tilt (1.4.1)
|
||||
timecop (0.7.3)
|
||||
tzinfo (1.2.2)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Crono
|
||||
VERSION = '0.7.0'
|
||||
VERSION = '0.8.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user