day_planner 0.0.12 → 0.0.12.1
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/day_planner/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a18356accc7526285959f70146b9d69b4e3f7a73
|
|
4
|
+
data.tar.gz: cb79a13c6db5840e060f8edbe012a990aa0e5c96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbda3bb5e7ccd6c4b42cb6af1053e2f54eed73604c6be6be922d5fbc095cad5ba2c520820dc650da6cb83203d164881e9c8b77574aea73e063460c2657499c56
|
|
7
|
+
data.tar.gz: f1d489524a7729ce29c6d6845d9e9e54364abaacdcc9d451104ea6433b336e000c89b74310eeb03ab1dc87f65a5d4e554009867653acd078526f71d367c3229b
|
data/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
$ gem install day_planner
|
|
22
22
|
|
|
23
|
-
If you're using Rails, it'll expect to find a file listing scheduled tasks in 'config/
|
|
23
|
+
If you're using Rails, it'll expect to find a file listing scheduled tasks in 'config/scheduled_tasks.rb'. If you're not using Rails, do whatever makes you happy. Stick some scheduled tasks somewhere and make sure it's somewhere that runs when your application starts.
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
26
26
|
|
data/lib/day_planner/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: day_planner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.12
|
|
4
|
+
version: 0.0.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Damon Siefert
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
version: '0'
|
|
76
76
|
requirements: []
|
|
77
77
|
rubyforge_project:
|
|
78
|
-
rubygems_version: 2.0.
|
|
78
|
+
rubygems_version: 2.0.3
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Built to have a way to schedule tasks without running an extra process and
|