smart_proxy_remote_execution_ssh 0.0.10 → 0.0.11

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: d21ec369852cd917e48803677c93ba2d186e1844
4
- data.tar.gz: fa54b1ca1f20fba376607070f6df420bf2d1fd53
3
+ metadata.gz: 4ecdee1824f56c0330436ecc35d143339a99efc0
4
+ data.tar.gz: 45e2920047e265b90121b8d037dbe708878a4f2a
5
5
  SHA512:
6
- metadata.gz: 64a84f55b9d0095740adaa85b28989868826552a0446f8e34c4fd13fe2ca06605d4ce87fbfe7343870f604994e6b2f6e603d375d6ead1e648cc03666810a3139
7
- data.tar.gz: c6078709c201fd80c614e7fc1db7d98b664172c238d84a77c0bf7be696c0c81c9af8fb9571f1db73f903474351483c78ca57350835561385b06e9aec4cb52482
6
+ metadata.gz: 7e4a22bce7dcc2357875d89786face297849e6383150efdea1fcac482b279d3734e243738b56f58fb583aa9cc28ff48ee05222074c7d5b394c57619f24c0119c
7
+ data.tar.gz: 886e1fa52dfe4dd1c3ec286fc9d279bcc9eb06bd2dfebebcc44a5b55654d5c401b76c023f3b92344277c7802ef7ab55351ad1453d3d2c65233fac65839f5db44
@@ -1,15 +1,5 @@
1
- require 'smart_proxy_dynflow'
2
-
3
- require 'smart_proxy_remote_execution_ssh/version'
4
1
  require 'smart_proxy_remote_execution_ssh/plugin'
5
2
 
6
- require 'smart_proxy_remote_execution_ssh/connector'
7
- require 'smart_proxy_remote_execution_ssh/command_update'
8
- require 'smart_proxy_remote_execution_ssh/dispatcher'
9
- require 'smart_proxy_remote_execution_ssh/command_action'
10
-
11
- require 'smart_proxy_remote_execution_ssh/api'
12
-
13
3
  module Proxy::RemoteExecution
14
4
  module Ssh
15
5
  class << self
@@ -10,5 +10,14 @@ module Proxy::RemoteExecution::Ssh
10
10
  :local_working_dir => '/var/tmp'
11
11
 
12
12
  plugin :ssh, Proxy::RemoteExecution::Ssh::VERSION
13
+ after_activation do
14
+ require 'smart_proxy_dynflow'
15
+ require 'smart_proxy_remote_execution_ssh/version'
16
+ require 'smart_proxy_remote_execution_ssh/connector'
17
+ require 'smart_proxy_remote_execution_ssh/command_update'
18
+ require 'smart_proxy_remote_execution_ssh/dispatcher'
19
+ require 'smart_proxy_remote_execution_ssh/command_action'
20
+ require 'smart_proxy_remote_execution_ssh/api'
21
+ end
13
22
  end
14
23
  end
@@ -1,7 +1,7 @@
1
1
  module Proxy
2
2
  module RemoteExecution
3
3
  module Ssh
4
- VERSION = '0.0.10'
4
+ VERSION = '0.0.11'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_remote_execution_ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-22 00:00:00.000000000 Z
11
+ date: 2016-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler