ssh_key_switcher 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f533df5b3d9d76377ed35a3267899f82d5a7603a80c29894de402e854710f1d9
4
- data.tar.gz: 2f077163c2255fc4498b7f8f9c1e6828387706fc669f1ad7f8e8d6fdcf89adf0
3
+ metadata.gz: 46cab5cda49d40fee0f8f2bbf165fd0036c96d4e94d574735abdea33084928ab
4
+ data.tar.gz: 74c3465319094d8560388467094edf5f232af22ebc575d5fd3c4943630770a1c
5
5
  SHA512:
6
- metadata.gz: b721f9d2f12001dce27f73847a54ad3be8aff4d24cc865c234d986ffa69ebefb8198eba89e6104f8507d96a1fa3bf69fd48634a6af8c49bc8aaee8b02645e980
7
- data.tar.gz: fbd9c084f585f68be76dd671f251100640ca3551f479107d35db48f70d706188129d0a689b04e490dced827dbbe9726d4c29dd1d2c05c1b8966a182161c443c9
6
+ metadata.gz: 29092c1eb47f632811fa1bd810a2abcb1ef2c8ad3163af6e0ca2bcc55ef0825896a035dff2187638918758b1e2131bdd96c6663d6daaa7bb0ba60ffe18594290
7
+ data.tar.gz: d6922727c034bc9df8a5e02d99074cab5ebf8bdeff6e28581f22b7fd91b9c819d926ce9cbaea724bdbe1af0bc703e37428a37132a0e4255292f8ce570737f01b
@@ -1,3 +1,3 @@
1
1
  module SshKeySwitcher
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssh_key_switcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minh Tang Q.
@@ -61,10 +61,13 @@ files:
61
61
  - lib/ssh_key_switcher/utils/helper.rb
62
62
  - lib/ssh_key_switcher/utils/ssh_agent.rb
63
63
  - lib/ssh_key_switcher/version.rb
64
- homepage: https://github.com
64
+ homepage: https://github.com/TOMOSIA-VIETNAM/ssh_key_switcher
65
65
  licenses:
66
66
  - MIT
67
67
  metadata:
68
+ bug_tracker_uri: https://github.com/TOMOSIA-VIETNAM/ssh_key_switcher/issues
69
+ documentation_uri: https://github.com/TOMOSIA-VIETNAM/ssh_key_switcher
70
+ source_code_uri: https://github.com/TOMOSIA-VIETNAM/ssh_key_switcher
68
71
  rubygems_mfa_required: 'true'
69
72
  post_install_message:
70
73
  rdoc_options: []