jnewland-xttc 0.1.1 → 0.1.2
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/README +1 -1
- data/lib/cli.rb +1 -1
- metadata +3 -3
data/README
CHANGED
data/lib/cli.rb
CHANGED
|
@@ -20,7 +20,7 @@ end
|
|
|
20
20
|
|
|
21
21
|
Main {
|
|
22
22
|
|
|
23
|
-
description "A command line bot for working with XTT, ENTP's rad time tracking
|
|
23
|
+
description "A command line bot for working with XTT, ENTP's rad time tracking app"
|
|
24
24
|
|
|
25
25
|
examples 'xttc status', 'xttc projects', 'xttc @projectcode status', 'xttc out'
|
|
26
26
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jnewland-xttc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jesse Newland
|
|
@@ -48,7 +48,7 @@ dependencies:
|
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
49
|
version: 1.4.0
|
|
50
50
|
version:
|
|
51
|
-
description: A command line bot for working with XTT, ENTP's rad time tracking
|
|
51
|
+
description: A command line bot for working with XTT, ENTP's rad time tracking app
|
|
52
52
|
email: jnewland@gmail.com
|
|
53
53
|
executables:
|
|
54
54
|
- xttc
|
|
@@ -86,6 +86,6 @@ rubyforge_project: xttc
|
|
|
86
86
|
rubygems_version: 1.2.0
|
|
87
87
|
signing_key:
|
|
88
88
|
specification_version: 2
|
|
89
|
-
summary: A command line bot for working with XTT, ENTP's rad time tracking
|
|
89
|
+
summary: A command line bot for working with XTT, ENTP's rad time tracking app
|
|
90
90
|
test_files: []
|
|
91
91
|
|