mirror of
https://github.com/plashchynski/crono.git
synced 2026-06-12 09:44:27 +02:00
Add an ActiveRecord model CronoJob
This commit is contained in:
@@ -3,6 +3,7 @@ PATH
|
||||
specs:
|
||||
crono (0.5.2)
|
||||
activejob (~> 4.0)
|
||||
activerecord (~> 4.0)
|
||||
activesupport (~> 4.0)
|
||||
|
||||
GEM
|
||||
@@ -11,12 +12,21 @@ GEM
|
||||
activejob (4.2.0)
|
||||
activesupport (= 4.2.0)
|
||||
globalid (>= 0.3.0)
|
||||
activemodel (4.2.0)
|
||||
activesupport (= 4.2.0)
|
||||
builder (~> 3.1)
|
||||
activerecord (4.2.0)
|
||||
activemodel (= 4.2.0)
|
||||
activesupport (= 4.2.0)
|
||||
arel (~> 6.0)
|
||||
activesupport (4.2.0)
|
||||
i18n (~> 0.7)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.3, >= 0.3.4)
|
||||
tzinfo (~> 1.1)
|
||||
arel (6.0.0)
|
||||
builder (3.2.2)
|
||||
diff-lcs (1.2.5)
|
||||
globalid (0.3.3)
|
||||
activesupport (>= 4.1.0)
|
||||
@@ -37,6 +47,7 @@ GEM
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.2.0)
|
||||
rspec-support (3.2.2)
|
||||
sqlite3 (1.3.10)
|
||||
thread_safe (0.3.4)
|
||||
timecop (0.7.3)
|
||||
tzinfo (1.2.2)
|
||||
@@ -50,4 +61,5 @@ DEPENDENCIES
|
||||
crono!
|
||||
rake (~> 10.0)
|
||||
rspec (~> 3.0)
|
||||
sqlite3
|
||||
timecop (~> 0.7)
|
||||
|
||||
Reference in New Issue
Block a user