sshkg 0.2.1 → 0.2.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 (2) hide show
  1. data/lib/sshkg/version.rb +1 -1
  2. metadata +2 -2
data/lib/sshkg/version.rb CHANGED
@@ -3,7 +3,7 @@ module SSHKeyGenerator
3
3
  INFO = {
4
4
  :major =>0,
5
5
  :minor =>2,
6
- :patch =>1
6
+ :patch =>2
7
7
  }
8
8
 
9
9
  NAME = 'sshkg'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sshkg
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.1
5
+ version: 0.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Javier Juarez
@@ -56,7 +56,7 @@ dependencies:
56
56
  type: :runtime
57
57
  prerelease: false
58
58
  version_requirements: *id004
59
- description: A wrapper over ssh-keygem for rubyists
59
+ description: A wrapper over ssh-keygen for rubyists
60
60
  email: javier.juarez@gmail.com
61
61
  executables:
62
62
  - sshkg