smart_proxy_remote_execution_ssh_core 0.1.0 → 0.1.1

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: 7a143824c702877d51a377f3fe9567dbbfb07c35
4
- data.tar.gz: dc8c2a9aa90e3bc6a176f6838362c51f0c2571ea
3
+ metadata.gz: a5315b245581721f5c839e65e27d3833678fc5c7
4
+ data.tar.gz: 17314f52b646ca6b651d102ee591e6cc9772ae3d
5
5
  SHA512:
6
- metadata.gz: 0d015e205aa6bd6293f80bab425befcbb6d362830fdd5ddaf3a641edcc1cb0dfca53feb70aa039bfdb37baa2106e3361718de547beca333841b0c699b6b7a5d7
7
- data.tar.gz: 88f3c7f19fa1cd98a1cb4e5cf1461de62e59da0498143dc3d2595ecc1cc5ac4263fbc5bc8f1041959e3dc81911a1bb42834e5a2315ba63450e480ec38855cb1d
6
+ metadata.gz: 68b6fb2c588d7e7feec450e9f1b79ca56149c104196272bb79a735666e2afbb777421c90d22d516a03a2dc9df21bc65e0b962603ca459ed9373e91a4a6190d25
7
+ data.tar.gz: 7ccbfbb4d02c18e80cd2a8197c5293c5efea21c728f82a97a576e4dba7493c57cc566a99866e88e97e520f482a3461fe3de0a4f56ad8a1419994403b9bd6b4e7
@@ -0,0 +1 @@
1
+ gem 'smart_proxy_remote_execution_ssh_core'
@@ -2,7 +2,7 @@ module Proxy
2
2
  module RemoteExecution
3
3
  module Ssh
4
4
  module Core
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
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.1.0
4
+ version: 0.1.1
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-06-01 00:00:00.000000000 Z
11
+ date: 2016-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -150,7 +150,8 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
- description: " Ssh remote execution provider for Foreman Smart-Proxy\n"
153
+ description: |2
154
+ Ssh remote execution provider for Foreman Smart-Proxy
154
155
  email:
155
156
  - inecas@redhat.com
156
157
  executables: []
@@ -161,8 +162,7 @@ extra_rdoc_files:
161
162
  files:
162
163
  - LICENSE
163
164
  - README.md
164
- - bundler.d/Gemfile.local.rb
165
- - bundler.d/remote_execution_ssh.rb
165
+ - bundler.plugins.d/remote_execution_ssh_core.rb
166
166
  - lib/smart_proxy_remote_execution_ssh_core.rb
167
167
  - lib/smart_proxy_remote_execution_ssh_core/command_action.rb
168
168
  - lib/smart_proxy_remote_execution_ssh_core/command_update.rb
@@ -198,4 +198,3 @@ signing_key:
198
198
  specification_version: 4
199
199
  summary: Ssh remote execution provider for Foreman Smart-Proxy
200
200
  test_files: []
201
- has_rdoc:
@@ -1 +0,0 @@
1
- gem 'pry'
@@ -1 +0,0 @@
1
- gem 'smart_proxy_remote_execution_ssh'