le1t0-whenever 0.4.2.001 → 0.4.2.002

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,4 +1,4 @@
1
1
  .DS_Store
2
2
  pkg
3
- docle1t0-whenever.gemspec
4
- pkg/*
3
+ doc
4
+ le1t0-whenever.gemspec
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.4.2.002 / May 18th, 2010
2
+
3
+ * Added setting environment variables per cron job
4
+
1
5
  == 0.4.2 / April 26th, 2010
2
6
 
3
7
  * runners now cd into the app's directory and then execute. [Michael Guterl]
@@ -1,3 +1,3 @@
1
1
  module Whenever
2
- VERSION = '0.4.2.001'
2
+ VERSION = '0.4.2.002'
3
3
  end unless defined?(Whenever::VERSION)
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 4
8
8
  - 2
9
- - 1
10
- version: 0.4.2.001
9
+ - 2
10
+ version: 0.4.2.002
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0