Add Cli class, fix gem loading issues

This commit is contained in:
Dzmitry Plashchynski
2015-03-01 16:52:00 +02:00
parent 0cccc4b606
commit 6f863ac4c6
5 changed files with 19 additions and 11 deletions

View File

@@ -2,8 +2,8 @@ PATH
remote: .
specs:
periodicity (0.0.1)
activejob
activesupport
activejob (~> 4.0)
activesupport (~> 4.0)
GEM
remote: https://rubygems.org/
@@ -48,6 +48,6 @@ PLATFORMS
DEPENDENCIES
bundler (>= 1.0.0)
periodicity!
rake
rake (~> 10.0)
rspec (~> 3.0)
timecop
timecop (~> 0.7)