dssh 0.0.5 → 0.0.7
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 +4 -4
- data/bin/dssh +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18661a9da056bb45d470a63c1c0f1f3ae28bd839
|
4
|
+
data.tar.gz: e66fb1040d46061a18eddb742fbc1f4cab7f28a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 584f5b817ef86b54385fce1f4a461c9e2924ae74c42ad4afdb65801f3e68ccca2e21a059233e6bbebf57669ef433c940edeb20f6a9e166782f395edee5a1bb6e
|
7
|
+
data.tar.gz: 8d92483f49022d25988697bace8c96a6a136ab0dab58ecd0fbd79a478e6939cd06cb5196918565fbb92f4c97a55d833c88c51d0ed2159a441992fa0be1c87f65
|
data/bin/dssh
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dssh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Johnson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Uses nsenter to
|
13
|
+
description: Uses nsenter to provide a terminal to a Docker container. Looks and feels
|
14
14
|
like an ssh client.
|
15
15
|
email: stevej@ucla.edu
|
16
16
|
executables:
|
@@ -21,7 +21,7 @@ files:
|
|
21
21
|
- bin/dssh
|
22
22
|
- lib/dssh.rb
|
23
23
|
- share/dssh
|
24
|
-
homepage:
|
24
|
+
homepage: https://github.com/smj10j/dssh
|
25
25
|
licenses:
|
26
26
|
- MIT
|
27
27
|
metadata: {}
|