na 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9aab87ece3f35afbe5280d6c1b777c9d8dece4916f796eedb3dfebdbbeb5032e
4
- data.tar.gz: 46b7eef3d84ede3a69f9497e4d0bb4fcc772fd159fbffe23f9749f3172bc2cdf
3
+ metadata.gz: c02ed776cc6225cd79f31ce78c0baf9b153bc37736f694f3eded1e030af05a86
4
+ data.tar.gz: b3fad4e72accef24b4975b928dc316b0c2085cb36e4f0b5c4d09ec165d6e14b1
5
5
  SHA512:
6
- metadata.gz: 05bda9033431ce005ad32fb9cd1c711642504972ffa73131d1c989b90dd4b50089b53d9e6746df4555d87e9b65d8b3c2c3707023dd8a8287f8596f4583a727f5
7
- data.tar.gz: d474663a84ca7ef0287f05c3c2ed6fa63b0fb3d6482337b33343bbfa71a7a7d1c4fe542f91d9c75797c48a4f073079b85a96ef6704d2056b193b7f891596cbf9
6
+ metadata.gz: 31d0faaf4bb7e695ba4d2ca39c858a971b12face86a1bcd860b042c6fb8eae4a45e45fc7c7399ced6afbcbcc390e9ac10130100f5e4536da4aa48ffc0054f237
7
+ data.tar.gz: 44ee4daeb2344ec8d0e56e8a25d88d2adf8a11fc2792634a5c384e4aeb6759a675f6919e6223e56b631bfc264214d368e6e052e0517c6da2a83cd9f96adf4c02
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.0.8
2
+
3
+ 2022-09-28 04:47
4
+
1
5
  ### 1.0.7
2
6
 
3
7
  2022-09-28 04:38
data/README.md CHANGED
@@ -9,7 +9,8 @@
9
9
  _If you're one of the rare people like me who find this useful, feel free to
10
10
  [buy me some coffee][donate]._
11
11
 
12
- The current version of `na` is 1.0.6.
12
+ The current version of `na` is 1.0.8
13
+ .
13
14
 
14
15
  `na` ("next action") is a command line tool designed to make it easy to see what your next actions are for any project, right from the command line. It works with TaskPaper-formatted files (but any plain text format will do), looking for `@na` tags (or whatever you specify) in todo files in your current folder.
15
16
 
data/lib/na/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Na
2
- VERSION = '1.0.7'
2
+ VERSION = '1.0.8'
3
3
  end
data/scripts/fixreadme.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  # frozen_string_literal: true
3
3
 
4
- current_ver = `git ver`
4
+ current_ver = `rake cver`
5
5
  src = 'src/README.md'
6
6
  dest = 'README.md'
7
7
 
data/src/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  _If you're one of the rare people like me who find this useful, feel free to
10
10
  [buy me some coffee][donate]._
11
11
 
12
- The current version of `na` is <!--VER-->1.0.6<!--END VER-->.
12
+ The current version of `na` is <!--VER-->1.0.7<!--END VER-->.
13
13
 
14
14
  `na` ("next action") is a command line tool designed to make it easy to see what your next actions are for any project, right from the command line. It works with TaskPaper-formatted files (but any plain text format will do), looking for `@na` tags (or whatever you specify) in todo files in your current folder.
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: na
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra