na 1.2.76 → 1.2.77

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
  SHA256:
3
- metadata.gz: 0f1d84c6427569793e34ba529a78cb8394939e43e0c5553d8f50999a63acd126
4
- data.tar.gz: 5e5015977befb6e2151a74a72af57847899a80d72579d49cc1171b86236fdd50
3
+ metadata.gz: 63fd25bab893e0b4deef2d7bd4f3df057e6cefe7a68c25edb2e7034c590220d0
4
+ data.tar.gz: 93e92eac54211939b57b2fefb63643aca1c348d1e6f6a96cabb049d3d8aedb7b
5
5
  SHA512:
6
- metadata.gz: 80a44d88223a79478cb1d1c3e240d058507f1cf337b6dfbb8d46f9d8040ca9d8c9ca5b6acf6a11e5b104c8aeb0c8788b3fdb891e5ddda87ad2f0c6595706509f
7
- data.tar.gz: d2cc5932e760da57f8fe76168b091a61361031fd778853a3b7d15390abfd0559235ab65e275dd15e06a2b0997e5154cc34aad6384b85b9bda4a73da2d3cad621
6
+ metadata.gz: 2f008ca3f8f239dc791571809e4e1eda53c7f6bb7b107d774a6805f42bc72e55eb1da7e4da3481c8c4ab21332e15d0b13b1b7d1defe61d9bac19267e05eb443d
7
+ data.tar.gz: 532e38bdc9ea8ecb917f9e0ae5faacb0c77bf206269cf08c968716dc766407426eceb8006aef2fbf66dab925cab48889b59413f3aabffd2825f66f6617ac7e62
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 1.2.77
2
+
3
+ 2025-05-10 12:10
4
+
5
+ #### FIXED
6
+
7
+ - Quick fix for missing --no_file on tagged
8
+
1
9
  ### 1.2.76
2
10
 
3
11
  2025-05-10 11:43
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- na (1.2.76)
4
+ na (1.2.77)
5
5
  chronic (~> 0.10, >= 0.10.2)
6
6
  git (~> 3.0.0)
7
7
  gli (~> 2.21.0)
data/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 1.2.76.
12
+ The current version of `na` is 1.2.77.
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
 
@@ -76,7 +76,7 @@ SYNOPSIS
76
76
  na [global options] command [command options] [arguments...]
77
77
 
78
78
  VERSION
79
- 1.2.76
79
+ 1.2.77
80
80
 
81
81
  GLOBAL OPTIONS
82
82
  -a, --add - Add a next action (deprecated, for backwards compatibility)
@@ -162,7 +162,7 @@ class App
162
162
  notes: options[:notes],
163
163
  nest: options[:nest],
164
164
  nest_projects: options[:omnifocus],
165
- no_files: options[:no_files] })
165
+ no_files: options[:no_file] })
166
166
  end
167
167
  end
168
168
  end
data/lib/na/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Na
2
- VERSION = '1.2.76'
2
+ VERSION = '1.2.77'
3
3
  end
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.2.75<!--END VER-->.
12
+ The current version of `na` is <!--VER-->1.2.76<!--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.2.76
4
+ version: 1.2.77
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra