javan-whenever 0.1.6 → 0.1.7
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/CHANGELOG.rdoc +1 -1
- data/README.rdoc +1 -1
- data/bin/whenever +1 -6
- data/lib/command_line.rb +3 -0
- data/lib/version.rb +1 -1
- data/whenever.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG.rdoc
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
== 0.1.
|
1
|
+
== 0.1.7 / March 5th, 2009
|
2
2
|
|
3
3
|
* Added ability to update the crontab file non-destuctively instead of only overwriting it. [Javan Makhmali -- Inspired by code submitted individually from: Tien Dung (tiendung), Tom Lea (cwninja), Kyle Maxwell (fizx), and Andrew Timberlake (andrewtimberlake) on github]
|
4
4
|
|
data/README.rdoc
CHANGED
@@ -14,7 +14,7 @@ In a Rails (2.1 or greater) application:
|
|
14
14
|
in your "config/environment.rb" file:
|
15
15
|
|
16
16
|
Rails::Initializer.run do |config|
|
17
|
-
config.gem 'javan-whenever', :lib => false, :version => '>= 0.1.
|
17
|
+
config.gem 'javan-whenever', :lib => false, :version => '>= 0.1.7' :source => 'http://gems.github.com'
|
18
18
|
end
|
19
19
|
|
20
20
|
To install this gem (and all other missing gem dependencies), run rake gems:install (use sudo if necessary).
|
data/bin/whenever
CHANGED
data/lib/command_line.rb
CHANGED
data/lib/version.rb
CHANGED
data/whenever.gemspec
CHANGED