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.
Files changed (3) hide show
  1. data/README +1 -1
  2. data/lib/cli.rb +1 -1
  3. metadata +3 -3
data/README CHANGED
@@ -5,7 +5,7 @@ SYNOPSIS
5
5
  xttc (projects|status) [options]+
6
6
 
7
7
  DESCRIPTION
8
- A command line bot for working with XTT, ENTP's rad time tracking bot
8
+ A command line bot for working with XTT, ENTP's rad time tracking app
9
9
 
10
10
  PARAMETERS
11
11
  --help, -h
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 bot"
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.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 bot
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 bot
89
+ summary: A command line bot for working with XTT, ENTP's rad time tracking app
90
90
  test_files: []
91
91