pk 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. data/README.md +0 -2
  2. data/lib/pk/version.rb +1 -1
  3. metadata +1 -3
  4. data/bin/pkeys +0 -3
data/README.md CHANGED
@@ -24,8 +24,6 @@ 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
29
27
  ```
30
28
 
31
29
  ## Rough cut version
@@ -1,3 +1,3 @@
1
1
  module Pk
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
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.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -16,7 +16,6 @@ email:
16
16
  - teohuiming@gmail.com
17
17
  executables:
18
18
  - pk
19
- - pkeys
20
19
  extensions: []
21
20
  extra_rdoc_files: []
22
21
  files:
@@ -26,7 +25,6 @@ files:
26
25
  - README.md
27
26
  - Rakefile
28
27
  - bin/pk
29
- - bin/pkeys
30
28
  - lib/pk.rb
31
29
  - lib/pk/version.rb
32
30
  - pk.gemspec
data/bin/pkeys DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env sh
2
-
3
- pk keys $*