crono 1.1.1 → 1.1.2
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ac6ad8134ebfaf7e9ce11ebf676cc472462e991
|
|
4
|
+
data.tar.gz: 99eb98e6c237fc3b21bba5aa1b4dea721a046644
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43435bd3025f856f69101b2c66bac101b1d484cbf0dfdc5bd67cada8ebbff6ea9283f90cc588cafbc4ee5ebae06eca32783fe17055070afe18db286e644349ea
|
|
7
|
+
data.tar.gz: 7d705eb314acd65d8ce1c128cea8c0f424667a04d2d47eafaa7d21372e4f6312789bc51f35b73008c52aee34254dbbfe8ed244a712f8d9674bc9f49287f5157b
|
data/Gemfile.lock
CHANGED
data/lib/crono/version.rb
CHANGED
|
@@ -2,7 +2,7 @@ class CreateCronoJobs < ActiveRecord::Migration
|
|
|
2
2
|
def self.up
|
|
3
3
|
create_table :crono_jobs do |t|
|
|
4
4
|
t.string :job_id, null: false
|
|
5
|
-
t.text :log, limit:
|
|
5
|
+
t.text :log, limit: 1073741823 # LONGTEXT for MySQL
|
|
6
6
|
t.datetime :last_performed_at
|
|
7
7
|
t.boolean :healthy
|
|
8
8
|
t.timestamps null: false
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crono
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dzmitry Plashchynski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|