intent 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/intent/todo/manager.rb +1 -0
- data/lib/intent/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77f9c7b0c49b1343be9f279b68a088ea5edd2b63
|
4
|
+
data.tar.gz: 8d7e2cd488dc2a76d155866396fdbafc7ea9cf03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b9f61f2e6124023883c62d60083e1840aa484607ea22e28ef8589ac66168cce8f16bb8e5636b28b95e96021b66697519504e1feeefc8af7de4e986a15326d99
|
7
|
+
data.tar.gz: 0c222e94fc02a8d1ded89509a9c92f993dc29ac25a46b9cdb9b788746de72f79e700295109332e9f5d696b7ccb8466729e7b9c6cb2ce67f2b8a7ebf196021146
|
data/lib/intent/todo/manager.rb
CHANGED
@@ -161,6 +161,7 @@ module Intent
|
|
161
161
|
output.puts "todo contexts - list all context tags in the list"
|
162
162
|
output.puts "todo archive - archive completed tasks in the nearest `done.txt`"
|
163
163
|
output.puts "todo status - show completion status for all projects"
|
164
|
+
output.puts "todo sync - synchronize local changes with remote git repo"
|
164
165
|
end
|
165
166
|
end
|
166
167
|
end
|
data/lib/intent/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: intent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Rickerby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: todo-txt
|