daily_planner 0.2.0 → 0.2.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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +1 -1
- data/lib/daily_planner.rb +4 -2
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99782481d4676fb9672e493b6aef4923ae47d3be
|
|
4
|
+
data.tar.gz: a60a1939f9402d3fa946783acdba0a47af6fb770
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3906d142b71449650134aa0ecf7bd81472b3dac7a3c8a8df8efc5a36f119ac7726ff530b3701324c832e4d7d59126ac1515e8b509a3470ff070208eaf18d80bc
|
|
7
|
+
data.tar.gz: 838e6f1ca9edd044aad5f8ab0f52dea90ee94b46d87b73b2143c49dbb61d60aa1b709eb10d9fef2cd235ea818c5333b67e263e63109fa6062c8c185e04e7fd17
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
#��3��F���o�t2��v줚�|���Pb�� �U/�Đ�e"D�8dqz���0.�3���������^�}-h���}���2�u��NUa+�>В�&�NdVj��Di�nZ����G�vKr;�Zh��!�e��N�qM�:���˿R�bA�7�ԋ/$������
|
data/lib/daily_planner.rb
CHANGED
|
@@ -36,10 +36,12 @@ class DailyPlanner
|
|
|
36
36
|
weeklyplanner_filepath = config[:weeklyplanner_filepath]
|
|
37
37
|
|
|
38
38
|
if weeklyplanner_filepath then
|
|
39
|
-
|
|
39
|
+
|
|
40
40
|
dx = Dynarex.new weeklyplanner_filepath
|
|
41
41
|
record = dx.find_by_id (now+1).strftime("%Y%m%d")
|
|
42
|
-
|
|
42
|
+
|
|
43
|
+
items = record.x.lines[2..-1]
|
|
44
|
+
@rx.tomorrow << "\n" + items.join if record and items
|
|
43
45
|
|
|
44
46
|
end
|
|
45
47
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: daily_planner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
52/Qhn5QdVacSO+YlHFgL6wMk/FAnJzGgADFpvq/QgXbDkH5G2eRKpvJP9J1E34V
|
|
32
32
|
iT9ytBP7h9+uFg==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2015-12-
|
|
34
|
+
date: 2015-12-17 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: dynarex
|
metadata.gz.sig
CHANGED
|
Binary file
|