sshkit-backend-docker 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77ced5c48d6681caf49f45a90b2318c9c15429d2
4
- data.tar.gz: 6f905759e8df50cfed6717080e0778bea612aaf9
3
+ metadata.gz: fa2060f26c718c9651588e7f609a5d4d39ba540e
4
+ data.tar.gz: 1e42a0fca68ab9bfa2a0bd6f1c5f940e63bf9728
5
5
  SHA512:
6
- metadata.gz: 0f809f383355a4623b37903160b4e8e6e979f0d43cd9e3676a8e70ffddbbe143f4e635f7d67fda0032d82cae6d328b4b463b940ddf232c9368c687ee9504cf92
7
- data.tar.gz: 6840d0e8e3e07d526a2f214d70b2662fbc9ad935141b0965ffec3923e7b60a07949f878868f37562708a1052d268ecb030d39b883ba5883adf36b772841ac81f
6
+ metadata.gz: 964704b2f2e8d3ec70fcb3051a0bdb9a0da53067fc7f254fcf4bdc956ba22379684a4e15294208609e1b439809b03fb285f593a271087ae91d23d9905e509dc4
7
+ data.tar.gz: 25dd918cbbbdbba32dff80e375705747bb77f861705b4caee79a704b45262f0a38c1c2e1ab759feff5990816142fa023a17e610e7d42eaae3f22336ad30bb550
data/README.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # SSHKit::Backend::Docker
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/sshkit-backend-docker.svg)](https://badge.fury.io/rb/sshkit-backend-docker)
4
+
3
5
  Docker connector backend for SSHKit.
4
6
  You can execute commands inside docker container without ssh connection.
5
7
 
8
+ **If you use capistrano, please refer [capistrano-deploy_into_docker](https://github.com/sugi/capistrano-deploy_into_docker).**
9
+
6
10
  ## Installation
7
11
 
8
12
  Add this line to your application's Gemfile:
@@ -21,8 +25,6 @@ Or install it yourself as:
21
25
 
22
26
  ## Usage
23
27
 
24
- **If you use capistrano, please refer [capistrano-deploy_into_docker](https://github.com/sugi/capistrano-deploy_into_docker).**
25
-
26
28
  Currently, you need to set `SSHKit.config.backend` to run command with docker backend.
27
29
 
28
30
  ```ruby
@@ -1,7 +1,7 @@
1
1
  module Sshkit
2
2
  module Backend
3
3
  module Docker
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sshkit-backend-docker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tatsuki Sugiura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-04 00:00:00.000000000 Z
11
+ date: 2016-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sshkit
@@ -94,7 +94,7 @@ files:
94
94
  - lib/sshkit/backend/docker.rb
95
95
  - lib/sshkit/backend/docker/version.rb
96
96
  - lib/sshkit/docker_host_ext.rb
97
- homepage: http://github.com/sugi/sshki-backend-docker
97
+ homepage: http://github.com/sugi/sshkit-backend-docker
98
98
  licenses:
99
99
  - MIT
100
100
  metadata: {}