le1t0-whenever 0.6.2.003 → 0.6.2.004

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.
@@ -5,7 +5,7 @@ set :path, Whenever.path
5
5
 
6
6
  # All jobs are wrapped in this template.
7
7
  # http://blog.scoutapp.com/articles/2010/09/07/rvm-and-cron-in-production
8
- set :job_template, "/bin/bash -l -c ':job'"
8
+ set :job_template, "rvm_silence_logging=1 /bin/bash -l -c ':job'"
9
9
 
10
10
  job_type :command, ":envvars :task :output"
11
11
  job_type :rake, "cd :path && :envvars RAILS_ENV=:environment rake :task --silent :output"
@@ -1,3 +1,3 @@
1
1
  module Whenever
2
- VERSION = '0.6.2.003'
2
+ VERSION = '0.6.2.004'
3
3
  end unless defined?(Whenever::VERSION)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: le1t0-whenever
3
3
  version: !ruby/object:Gem::Version
4
- hash: 113
4
+ hash: 127
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
9
  - 2
10
- - 3
11
- version: 0.6.2.003
10
+ - 4
11
+ version: 0.6.2.004
12
12
  platform: ruby
13
13
  authors:
14
14
  - Le1t0
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-12-07 00:00:00 +01:00
19
+ date: 2010-12-21 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency