na 1.1.26 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: na
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.26
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-15 00:00:00.000000000 Z
11
+ date: 2022-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -166,6 +166,26 @@ dependencies:
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
168
  version: 0.10.2
169
+ - !ruby/object:Gem::Dependency
170
+ name: mdless
171
+ requirement: !ruby/object:Gem::Requirement
172
+ requirements:
173
+ - - "~>"
174
+ - !ruby/object:Gem::Version
175
+ version: '1.0'
176
+ - - ">="
177
+ - !ruby/object:Gem::Version
178
+ version: 1.0.32
179
+ type: :runtime
180
+ prerelease: false
181
+ version_requirements: !ruby/object:Gem::Requirement
182
+ requirements:
183
+ - - "~>"
184
+ - !ruby/object:Gem::Version
185
+ version: '1.0'
186
+ - - ">="
187
+ - !ruby/object:Gem::Version
188
+ version: 1.0.32
169
189
  description: A tool for managing a TaskPaper file of project todos for the current
170
190
  directory. Easily create "next actions" to come back to, add tags and priorities,
171
191
  and notes. Add prompt hooks to display your next actions automatically when cd'ing
@@ -192,6 +212,7 @@ files:
192
212
  - lib/na/colors.rb
193
213
  - lib/na/hash.rb
194
214
  - lib/na/next_action.rb
215
+ - lib/na/project.rb
195
216
  - lib/na/prompt.rb
196
217
  - lib/na/string.rb
197
218
  - lib/na/version.rb