evertils 0.1.5 → 0.1.6
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/LOGGING_SPECIFICATION.md +0 -11
- data/lib/configs/templates/weekly.enml +0 -2
- data/lib/controllers/new.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +1 -2
- data/lib/configs/templates/quarterly.enml +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ffbe26ec72cf3e25af191f7745e5bfe1b673003
|
|
4
|
+
data.tar.gz: 2fc98dcce9b8e9c283dc3645f998660f4f0c22ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58685d07cc231dc5fdd8a1d47b9228f86842b66e5fc9aa8459a55d4957094579d4a209282275308493254e98ab43daf80b35ca834884c6615a7e1c19051ca5c0
|
|
7
|
+
data.tar.gz: dd2ec1e14ffc8d71aef70d5fcbf84dd957fc6e1613971743c24a0287bb36a3060f09a369c77717be6df799f95b860ea7bdd50ec351afe240bd2480de72cd88d0
|
data/LOGGING_SPECIFICATION.md
CHANGED
|
@@ -13,22 +13,12 @@
|
|
|
13
13
|
* Title format: Weekly Log [Start of Week Date - End of Week Date]
|
|
14
14
|
* Link to each daily log and contain a summary of the important items (tags denote important items, use them to determine what the important weekly items are)
|
|
15
15
|
* Tagged “week-$WEEK_NUM”
|
|
16
|
-
* Weekly goals section included as a constant reminder of what needs to be done this week, also handy for sending to {BOSS_MAN} each Monday
|
|
17
16
|
|
|
18
17
|
## Monthly logs
|
|
19
18
|
* Log location: {COMPANY_NAME} Logs/Monthly
|
|
20
19
|
* Title format: Monthly Log [Month - Year]
|
|
21
20
|
* Links to each weekly log of that month (table of contents style)
|
|
22
21
|
* Tagged “month-$MONTH_NUM"
|
|
23
|
-
* All weekly goals and their completion status (done or not)
|
|
24
|
-
* My quarterly goals for this month section (title: Quarterly Goals)
|
|
25
|
-
|
|
26
|
-
## Quarterly logs
|
|
27
|
-
* Log location: {COMPANY_NAME} Logs/Quarterly
|
|
28
|
-
* Title format: Quarterly Log [Start Month - End Month Year]
|
|
29
|
-
* Links to each monthly and weekly log of that quarter (table of contents style)
|
|
30
|
-
* Tagged “q$QUARTER_NUM"
|
|
31
|
-
* All quarterly and monthly goals and their completion status (done or not)
|
|
32
22
|
|
|
33
23
|
## Special Tags
|
|
34
24
|
* borked - I broke something in production
|
|
@@ -47,7 +37,6 @@ Basic setup in Evernote:
|
|
|
47
37
|
- Daily
|
|
48
38
|
- Weekly
|
|
49
39
|
- Monthly
|
|
50
|
-
- Quarterly
|
|
51
40
|
```
|
|
52
41
|
|
|
53
42
|
To quickly add notes based on a template dictated by the requirements above:
|
data/lib/controllers/new.rb
CHANGED
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: evertils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Priebe
|
|
@@ -28,7 +28,6 @@ files:
|
|
|
28
28
|
- lib/configs/templates/daily-friday.enml
|
|
29
29
|
- lib/configs/templates/daily.enml
|
|
30
30
|
- lib/configs/templates/monthly.enml
|
|
31
|
-
- lib/configs/templates/quarterly.enml
|
|
32
31
|
- lib/configs/templates/weekly.enml
|
|
33
32
|
- lib/constants.rb
|
|
34
33
|
- lib/controller.rb
|
|
File without changes
|