na 1.2.27 → 1.2.29

Sign up to get free protection for your applications and to get access to all the features.
data/lib/na/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Na
2
- VERSION = '1.2.27'
2
+ VERSION = '1.2.29'
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.26<!--END VER-->.
12
+ The current version of `na` is <!--VER-->1.2.28<!--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.27
4
+ version: 1.2.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
@@ -206,6 +206,20 @@ files:
206
206
  - README.md
207
207
  - README.rdoc
208
208
  - Rakefile
209
+ - bin/commands/add.rb
210
+ - bin/commands/archive.rb
211
+ - bin/commands/changes.rb
212
+ - bin/commands/complete.rb
213
+ - bin/commands/edit.rb
214
+ - bin/commands/find.rb
215
+ - bin/commands/init.rb
216
+ - bin/commands/next.rb
217
+ - bin/commands/projects.rb
218
+ - bin/commands/prompt.rb
219
+ - bin/commands/saved.rb
220
+ - bin/commands/tagged.rb
221
+ - bin/commands/todos.rb
222
+ - bin/commands/update.rb
209
223
  - bin/na
210
224
  - lib/na.rb
211
225
  - lib/na/action.rb