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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 389c3afea9ed6166b9397c2c61e8ade411638593
4
- data.tar.gz: a9c386724d2de8ef2d3cbfd0fc9cc6a22a3dc26d
3
+ metadata.gz: 5ffbe26ec72cf3e25af191f7745e5bfe1b673003
4
+ data.tar.gz: 2fc98dcce9b8e9c283dc3645f998660f4f0c22ad
5
5
  SHA512:
6
- metadata.gz: 26f6861b308742a3ec1d79b6d0cbe88735585207b808e7768373b40ae60efad852e31d506cc61cb256099ba8df84901e9fc68c660984da4ede1943d3d14eee90
7
- data.tar.gz: 09a9bce66f922421fd301766abda3a7071469cf70e72523c2737f24c9e677a2f22422f14f41ff3c2f82c2d46c365bc9a0b1b6abcb7586a43d55276b0a91f9b67
6
+ metadata.gz: 58685d07cc231dc5fdd8a1d47b9228f86842b66e5fc9aa8459a55d4957094579d4a209282275308493254e98ab43daf80b35ca834884c6615a7e1c19051ca5c0
7
+ data.tar.gz: dd2ec1e14ffc8d71aef70d5fcbf84dd957fc6e1613971743c24a0287bb36a3060f09a369c77717be6df799f95b860ea7bdd50ec351afe240bd2480de72cd88d0
@@ -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:
@@ -10,8 +10,6 @@
10
10
  <ul>
11
11
  <li>...</li>
12
12
  </ul>
13
- <div><br/></div>
14
- <div><span style="font-size: 18px;">Goals</span></div>
15
13
  </div>
16
14
  <ul>
17
15
  <li>...</li>
@@ -1,7 +1,7 @@
1
1
  module Granify
2
2
  module Controller
3
3
  class New < Controller::Base
4
- attr_accessor :title, :file, :notebook, :force
4
+ attr_accessor :title, :file, :notebook
5
5
 
6
6
  def pre_exec
7
7
  begin
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Granify
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
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.5
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