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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60a129e0c117e25a03739ba13296e085c82be76f
4
- data.tar.gz: 6176998b99d409c36349fe56f0bbcb7ca7b6e47f
3
+ metadata.gz: 77f9c7b0c49b1343be9f279b68a088ea5edd2b63
4
+ data.tar.gz: 8d7e2cd488dc2a76d155866396fdbafc7ea9cf03
5
5
  SHA512:
6
- metadata.gz: 7a601b7f7b9f76eed6eb4856ed902914899287cb46f2ee6e04121e80faaf2598feab56758db4d736611d3c3853f01df5ea4caa4601b1fbbb72a31b1915a2224d
7
- data.tar.gz: 0d075b4ddd81dd57f57ac2a35646bfda2cd4c1a6707a2325903711d6d340df5fcdaa735edef98dda634985d56b309da657ce6ad29f327b57647a1ff5a8b9db67
6
+ metadata.gz: 1b9f61f2e6124023883c62d60083e1840aa484607ea22e28ef8589ac66168cce8f16bb8e5636b28b95e96021b66697519504e1feeefc8af7de4e986a15326d99
7
+ data.tar.gz: 0c222e94fc02a8d1ded89509a9c92f993dc29ac25a46b9cdb9b788746de72f79e700295109332e9f5d696b7ccb8466729e7b9c6cb2ce67f2b8a7ebf196021146
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Intent
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
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.5
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: 2016-10-03 00:00:00.000000000 Z
11
+ date: 2017-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: todo-txt