le1t0-whenever 0.6.2.002 → 0.6.2.003

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.
@@ -8,7 +8,7 @@ set :path, Whenever.path
8
8
  set :job_template, "/bin/bash -l -c ':job'"
9
9
 
10
10
  job_type :command, ":envvars :task :output"
11
- job_type :rake, "cd :path && :envvars RAILS_ENV=:environment /usr/bin/env rake :task --silent :output"
11
+ job_type :rake, "cd :path && :envvars RAILS_ENV=:environment rake :task --silent :output"
12
12
  job_type :bundled_rake, "cd :path && :envvars RAILS_ENV=:environment bundle exec rake :task --silent :output"
13
13
 
14
14
  # Create a runner job that's appropriate for the Rails version,
@@ -1,3 +1,3 @@
1
1
  module Whenever
2
- VERSION = '0.6.2.002'
2
+ VERSION = '0.6.2.003'
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: 115
4
+ hash: 113
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
9
  - 2
10
- - 2
11
- version: 0.6.2.002
10
+ - 3
11
+ version: 0.6.2.003
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-11-30 00:00:00 +01:00
19
+ date: 2010-12-07 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency