le1t0-whenever 0.4.2.001 → 0.4.2.002

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.
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