smart_proxy_remote_execution_ssh_core 0.0.13 → 0.1.0

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: 3a27ddf50e38360745058ce6e8d6e48ca92c6987
4
- data.tar.gz: 7f9aac2d872722f477ebbe812c22ff7a2481b4e9
3
+ metadata.gz: 7a143824c702877d51a377f3fe9567dbbfb07c35
4
+ data.tar.gz: dc8c2a9aa90e3bc6a176f6838362c51f0c2571ea
5
5
  SHA512:
6
- metadata.gz: 7a0efbc4892310c41c5b53df41dc55af3f952af609d4ea8b14888ee2df00dcbf5f938db859ec751cbde821a4ded2771bb7200ca46e83a763e07a0901b50d6402
7
- data.tar.gz: 6f90f177c162f098a73068dd779b590cc92e9d8814acf9d9c5641ad0689c127bc73bb08badb3af68efdf9e6d97a9390e6be36b68a2613bdf0815ce97bde6fc08
6
+ metadata.gz: 0d015e205aa6bd6293f80bab425befcbb6d362830fdd5ddaf3a641edcc1cb0dfca53feb70aa039bfdb37baa2106e3361718de547beca333841b0c699b6b7a5d7
7
+ data.tar.gz: 88f3c7f19fa1cd98a1cb4e5cf1461de62e59da0498143dc3d2595ecc1cc5ac4263fbc5bc8f1041959e3dc81911a1bb42834e5a2315ba63450e480ec38855cb1d
@@ -2,7 +2,7 @@ module Proxy
2
2
  module RemoteExecution
3
3
  module Ssh
4
4
  class CommandAction < ::Dynflow::Action
5
- include Dynflow::Action::Cancellable
5
+ include ::Dynflow::Action::Cancellable
6
6
  include ::SmartProxyDynflowCore::Callback::PlanHelper
7
7
 
8
8
  def plan(input)
@@ -2,7 +2,7 @@ module Proxy
2
2
  module RemoteExecution
3
3
  module Ssh
4
4
  module Core
5
- VERSION = '0.0.13'
5
+ VERSION = '0.1.0'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_remote_execution_ssh_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.1.0
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: 2016-05-18 00:00:00.000000000 Z
11
+ date: 2016-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler