JosephPecoraro-whenever 0.3.1 → 0.3.2
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 +8 -0
- data/README.rdoc +4 -1
- data/lib/command_line.rb +1 -1
- data/lib/version.rb +1 -1
- data/whenever.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG.rdoc
CHANGED
data/README.rdoc
CHANGED
|
@@ -9,7 +9,10 @@ Ryan Bates created a great Railscast about Whenever: http://railscasts.com/episo
|
|
|
9
9
|
Regular (non-Rails) install:
|
|
10
10
|
|
|
11
11
|
$ gem sources -a http://gems.github.com #you only need to run this once
|
|
12
|
-
$ sudo gem install
|
|
12
|
+
$ sudo gem install JosephPecoraro-whenever
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Note, this was forked from the `javan-whenever` gem.
|
|
13
16
|
|
|
14
17
|
In a Rails (2.1 or greater) application:
|
|
15
18
|
|
data/lib/command_line.rb
CHANGED
data/lib/version.rb
CHANGED
data/whenever.gemspec
CHANGED