timestreamapp 0.0.10 → 0.0.11

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.
@@ -1,3 +1,3 @@
1
1
  module Timestream
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
data/lib/timestream.rb CHANGED
@@ -17,6 +17,7 @@ module Timestream
17
17
  map "current" => :current
18
18
  map "task" => :current
19
19
  map "status" => :current
20
+ map "c" => :current
20
21
 
21
22
  map "time-task" => :time_task
22
23
  map "task-task" => :task_time
@@ -24,35 +25,45 @@ module Timestream
24
25
  map "-L" => :login
25
26
  map "-l" => :login
26
27
  map "login" => :login
28
+ map "l" => :login
27
29
 
28
30
  map "-N" => :new
29
31
  map "-n" => :new
30
32
  map "new" => :new
33
+ map "n" => :new
31
34
 
32
35
  map "-T" => :today
33
36
  map "-t" => :today
34
37
  map "today" => :today
38
+ map "t" => :today
35
39
 
36
40
  map "-S" => :search
37
41
  map "-s" => :search
38
42
  map "search" => :search
43
+ map "s" => :search
39
44
 
40
45
  map "-D" => :date
41
46
  map "-d" => :date
42
47
  map "date" => :date
48
+ map "d" => :date
43
49
 
44
50
  map "-CM" => :commit
45
51
  map "-cm" => :commit
46
52
  map "commit" => :commit
53
+ map "cm" => :commit
54
+ map "gcp" => :commit
47
55
 
48
56
  map "-v" => :version
49
57
  map "-V" => :version
50
58
  map "--version" => :version
59
+ map "v" => :version
51
60
 
52
61
  map "-w" => :web
53
62
  map "-W" => :web
63
+ map "w" => :web
54
64
 
55
65
  map "intro" => :info
66
+ map "i" => :info
56
67
 
57
68
  # Define some private functions
58
69
  no_tasks do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timestreamapp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 10
10
- version: 0.0.10
9
+ - 11
10
+ version: 0.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ahmad Varoqua