tempo-cli 0.1.2 → 0.1.3
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.
- data/Gemfile.lock +2 -2
- data/bin/tempo +5 -5
- data/lib/tempo/controllers/arrange_controller.rb +2 -0
- data/lib/tempo/version.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/bin/tempo
CHANGED
|
@@ -8,7 +8,10 @@ include GLI::App
|
|
|
8
8
|
# to preserve all the args in ARGV:
|
|
9
9
|
# preserve_argv
|
|
10
10
|
|
|
11
|
-
program_desc 'Command line time tracking by project
|
|
11
|
+
program_desc 'Command line time tracking by project
|
|
12
|
+
|
|
13
|
+
For more help on any command, run: tempo [command] --help
|
|
14
|
+
'
|
|
12
15
|
|
|
13
16
|
version Tempo::VERSION
|
|
14
17
|
|
|
@@ -32,11 +35,8 @@ switch [:i, :id]
|
|
|
32
35
|
desc 'Manage the Projects that timed tasks are assigned to'
|
|
33
36
|
long_desc "Manage the Projects that timed tasks are assigned to.
|
|
34
37
|
|
|
35
|
-
Manage the Projects that timed tasks are assigned to.
|
|
36
38
|
By default, lists the current project, or with --list tag, lists all projects.
|
|
37
|
-
The active project will be marked by an asterisk.
|
|
38
|
-
|
|
39
|
-
If supplied with arguments and no command options,
|
|
39
|
+
The active project will be marked by an asterisk. If supplied with arguments and no command options,
|
|
40
40
|
a new project will be added.
|
|
41
41
|
|
|
42
42
|
Arguments supplied to --list, --delete, and --[un]tag
|
data/lib/tempo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tempo-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-12-
|
|
12
|
+
date: 2013-12-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|