pk 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +2 -0
  2. data/bin/pkeys +3 -0
  3. data/lib/pk/version.rb +1 -1
  4. metadata +4 -2
data/README.md CHANGED
@@ -24,6 +24,8 @@ pk team list team1
24
24
  # print public keys
25
25
  pk keys team1 member1,member2
26
26
  pk keys team1
27
+ pkeys team1 member1,member2
28
+ pkeys team1
27
29
  ```
28
30
 
29
31
  ## Rough cut version
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env sh
2
+
3
+ pk keys $*
@@ -1,3 +1,3 @@
1
1
  module Pk
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,13 +9,14 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-14 00:00:00.000000000 Z
12
+ date: 2013-01-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Command line tool to collect and print public keys.
15
15
  email:
16
16
  - teohuiming@gmail.com
17
17
  executables:
18
18
  - pk
19
+ - pkeys
19
20
  extensions: []
20
21
  extra_rdoc_files: []
21
22
  files:
@@ -25,6 +26,7 @@ files:
25
26
  - README.md
26
27
  - Rakefile
27
28
  - bin/pk
29
+ - bin/pkeys
28
30
  - lib/pk.rb
29
31
  - lib/pk/version.rb
30
32
  - pk.gemspec