crontabinator 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,4 +3,3 @@ set :crontab_templates_path, "templates/crontab"
3
3
  set :crontab_lockfile_path, -> { "#{fetch(:crontab_templates_path)}/crontab.lock" }
4
4
  set :crontab_scripts_path, -> { "#{fetch(:crontab_templates_path)}/scripts.d" }
5
5
  set :crontab_server_scripts_path, -> { current_path.join('script') }
6
-
@@ -1,4 +1,4 @@
1
- { :user => "root", :schedule => '* * * * *' }
1
+ { :user => "root", :schedule => '* * * * *', :stages => [:production] }
2
2
  #!/bin/bash
3
3
 
4
4
  /bin/echo "example scripts.d script" >> <%= current_path.join('log', 'example.log') %> 2>&1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crontabinator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: