jnewland-xttc 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +1 -1
  2. data/lib/cli.rb +1 -1
  3. metadata +1 -1
data/README CHANGED
@@ -13,7 +13,7 @@ PARAMETERS
13
13
  EXAMPLES
14
14
  xttc status
15
15
  xttc projects
16
- xttc @projectcode staus
16
+ xttc @projectcode stauts
17
17
  xttc out
18
18
 
19
19
  LICENSE
data/lib/cli.rb CHANGED
@@ -22,7 +22,7 @@ Main {
22
22
 
23
23
  description "A command line bot for working with XTT, ENTP's rad time tracking bot"
24
24
 
25
- examples 'xttc status', 'xttc projects', 'xttc @projectcode staus', 'xttc out'
25
+ examples 'xttc status', 'xttc projects', 'xttc @projectcode status', 'xttc out'
26
26
 
27
27
  def run
28
28
  s = ARGV.size > 1 ? ARGV.join(" ") : ARGV.shift
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Newland