mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-27 19:27:22 +02:00
Bunp version to 0.5.0, add gem version badge
This commit is contained in:
@@ -3,6 +3,7 @@ Crono — Job scheduler for Rails
|
|||||||
[](https://travis-ci.org/plashchynski/crono)
|
[](https://travis-ci.org/plashchynski/crono)
|
||||||
[](https://codeclimate.com/github/plashchynski/crono)
|
[](https://codeclimate.com/github/plashchynski/crono)
|
||||||
[](https://hakiri.io/github/plashchynski/crono/master)
|
[](https://hakiri.io/github/plashchynski/crono/master)
|
||||||
|
[](http://badge.fury.io/rb/crono)
|
||||||
|
|
||||||
Crono is a time-based background job scheduler daemon (just like Cron) for Ruby on Rails. It's pure Ruby. It doesn't use Unix Cron and other platform-dependent things. So you can use it everywhere.
|
Crono is a time-based background job scheduler daemon (just like Cron) for Ruby on Rails. It's pure Ruby. It doesn't use Unix Cron and other platform-dependent things. So you can use it everywhere.
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Crono
|
module Crono
|
||||||
VERSION = "0.0.1"
|
VERSION = "0.5.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user