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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd170c0b68eb8d2b6f5500d091e48f54f84ed18b
4
- data.tar.gz: 8d60689a518fb2eef34d02bd69cf428cc2f2ca98
3
+ metadata.gz: a18356accc7526285959f70146b9d69b4e3f7a73
4
+ data.tar.gz: cb79a13c6db5840e060f8edbe012a990aa0e5c96
5
5
  SHA512:
6
- metadata.gz: 4c5afc19ceb951b1d4a110b7c2f4315a4b30e416bbf7ca0c984f6a3e5de0a184c4dec0acc5fe2d64697013fa74f144ebe1369140b3ca03f39c58108df3bff97c
7
- data.tar.gz: 7806772039f3eaeacee8eb60b6e1d261fbca268fb8a482815b2de4016c548b40e45d52c4bfd104a23af432b38a195a96032155ee799a2759a1c35cf39aefdc8c
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/day_planner_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.
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
 
@@ -2,7 +2,7 @@ module DayPlanner
2
2
  MAJOR = 0
3
3
  MINOR = 0
4
4
  TINY = 12
5
- BUILD = nil
5
+ BUILD = 1
6
6
 
7
7
  VERSION = [MAJOR, MINOR, TINY, BUILD].compact.join(".")
8
8
  end
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.14
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