dimension_shell 0.2.2 → 0.2.3

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
  SHA1:
3
- metadata.gz: 2504932c2dccb5e1474b6019a19d9a2b401999e7
4
- data.tar.gz: 7cacc14037563d3c671d129a1248887690faac06
3
+ metadata.gz: ce97af921d3a8a8c3d71d51ba80f39d61a3426d3
4
+ data.tar.gz: a81bab1d793c360be860f8997b915eb7d4a9e68f
5
5
  SHA512:
6
- metadata.gz: 1b44fbf47741c7ac6a5395eec48f10ea41803cc2a3e70bd59f48f82ef5f1ea2bdd89a046d16d491085598692ee5797a42fa346aebb3e5bd2aaa9900c00c067cd
7
- data.tar.gz: 36538f94e777576d51469355d404a9ee93b19f484ad9df2d1516c8c130da2d61fe266cd02a0b2a7760487a6aa7b7948cb235a579063431f11073800b77282474
6
+ metadata.gz: 970195cfc4fefc7dc4241d9f821989b1a4ea3e8467c5017f7df5db9842bd2840c40a3e73ae74b8c3e5df40d06f7a364327118651b8e632bb70f74978a12ca32a
7
+ data.tar.gz: 18292d7800a7f203268209bb527d29cbc7125da549a4f6153a41f15cb02ceb53d491b643505a8459832a6f3c1edc8cc7d2afdebeb1ef6e248701d0d84e85e3b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.3 Linked gem-home to Github-repo, added example to README
3
4
  ## 0.2.2 Initial commit
4
5
 
5
6
  - Hooray! :candy:
data/README.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Dimension-Shell
2
2
 
3
- A small (and very incomplete) ssh wrapper, to ssh your servers in the Public Cloud of dimensiodata.com immediately via their server-name.
3
+ A small (and very incomplete) ssh wrapper, to ssh your servers in the Public Cloud of dimensiodata.com easily via their server-name:
4
+
5
+ ```
6
+ florianb$ dsh connect my-host
7
+ dsh: Server "my-host" found, opening secure shell to 33a0:47c0:110:1211:468:ac2d:62de:191f.
8
+ root@2a00:33a0:47c0:110:1211:468:ac2d:62de:191f's password: *
9
+ ```
10
+
4
11
 
5
12
  ## Usage
6
13
 
@@ -1,3 +1,3 @@
1
1
  module DimensionShell
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dimension_shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Breisch
@@ -41,7 +41,7 @@ files:
41
41
  - lib/dimension_shell/cli.rb
42
42
  - lib/dimension_shell/cloud_control.rb
43
43
  - lib/dimension_shell/version.rb
44
- homepage: https://mindkeeper.solutions
44
+ homepage: https://github.com/florianb/dimension_shell
45
45
  licenses:
46
46
  - GPL-3.0
47
47
  metadata: {}