twkb 0.0.4 → 0.0.5

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -1
  3. data/lib/twkb/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 088cef4b7297e511896fdd9f827bb6dbef4f9865
4
- data.tar.gz: b699939cc577a8305297b369f49350e6207e46ad
3
+ metadata.gz: f9cff921150070fcd1d318f9470e7f64de9e0341
4
+ data.tar.gz: d080307c282fde66bfa85d67f6580edcc2804497
5
5
  SHA512:
6
- metadata.gz: 54d8312b91d064f51c75aeb745a81eca489d13d1d6341adfcbf25d6260e3ad77f8a0f202feafd48535622c32f5a2b52a0372c4c7188854d1943e8b3b831cd7a3
7
- data.tar.gz: f732ec4b428dcd0e96f247f30b457e0a454626884587b62ebce6264643edd65f6f60e5f007ec1eadbf342119a061d3ea47d85f1eaba13a3b7a0c850c3cb04845
6
+ metadata.gz: ed3451546f43f041d85cd0620326c6c0189d8fce7ed94dd3d55af47b7052fa4820b01d40c32f50fcdc5ca544525282e191c2f670d6bf416db96b5883e4f73f0c
7
+ data.tar.gz: 822ff55369e81307b6a418b8977ddb0f5ddce649030efca750b671bb5f051ef25e4b4aac05f481fef45cb998775ad35c676287f2ac6f753078a6e8b13d0c422b
data/README.md CHANGED
@@ -36,7 +36,21 @@ uda.stage.values=backlog,next,inprogress,waiting
36
36
  A 'done' stage is automatically added, including the five most recent completed tasks.
37
37
 
38
38
  ### Displaying the board
39
- Simply run `twkb` to display the default board (which is "personal"). You can specify an alternative board name as the first argument: `twkb work`.
39
+ Simply run `twkb` to display the default board (which is "personal").
40
+
41
+ You can specify alternative boards using 'twkb show -b <board_name>'. If you want to make this easier, it might be a good idea to create an alias like this one:
42
+
43
+ An alternative is to make a shell alias, like this one (using bash):
44
+
45
+ ```bash
46
+ alias kb='twkb show -b $1'
47
+ ```
48
+
49
+ This way you can run:
50
+
51
+ ```bash
52
+ kb work
53
+ ```
40
54
 
41
55
  That should get you started using twkb.
42
56
 
@@ -1,3 +1,3 @@
1
1
  module TWKB
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twkb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kim Nørgaard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-06 00:00:00.000000000 Z
11
+ date: 2013-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: terminal-table