Add an ActiveRecord model CronoJob

This commit is contained in:
Dzmitry Plashchynski
2015-03-06 23:16:43 +02:00
parent 20135b87ae
commit 05113b57ee
5 changed files with 48 additions and 0 deletions
+12
View File
@@ -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)