crono 1.0.1 → 1.0.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: 4d32527698439922fddbb76003b8fdb843785128
4
- data.tar.gz: 5a6dcd608d7d9de9dc6f8d0666f4b6127504e024
3
+ metadata.gz: b85c183d68cf3cce233251f0bac774bb25d8888b
4
+ data.tar.gz: 602b7873a09cdf579f06c8754a65bec346b1075c
5
5
  SHA512:
6
- metadata.gz: 302c30c45e4ad65f454a4cac15092213369456619c3888c76ece39de07421f78edce095a453d4031319e7994ffc405e7011a66662fa158d1c016be0aaff28eaa
7
- data.tar.gz: 68e18a0b827396b27b8c56ba0b9573d8a4e477f1a4325e8147fe050ef8b5d9e4ae4fadec24dc0568f4dd4e5f94029c4350de04bab1292e4d260b870d6bab5f31
6
+ metadata.gz: 781ce51c899302fa0f988c9bc36e858309270ae9340fa8a936d76c8f20608f94cb608901a709068bf315bccae758e337248d4da0da424fc3656378b5a150cb50
7
+ data.tar.gz: 4b97ef0ad230aa338932d7cc7dc7a0688b1d02d093a8762afed2917418a7deacab9e536ff520241d865510a148e2a934ae3c7a2b2d9336483e4e31fadea00007
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- crono (1.0.1)
4
+ crono (1.0.2)
5
5
  activerecord (>= 4.0)
6
6
  activesupport (>= 4.0)
7
7
 
@@ -3,7 +3,6 @@ require 'active_record'
3
3
  module Crono
4
4
  # Crono::CronoJob is a ActiveRecord model to store job state
5
5
  class CronoJob < ActiveRecord::Base
6
- self.table_name = 'crono_jobs'
7
6
  validates :job_id, presence: true, uniqueness: true
8
7
 
9
8
  def self.outdated
data/lib/crono/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Crono
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
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.0.1
4
+ version: 1.0.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-06-24 00:00:00.000000000 Z
11
+ date: 2016-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport