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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5315b245581721f5c839e65e27d3833678fc5c7
|
|
4
|
+
data.tar.gz: 17314f52b646ca6b651d102ee591e6cc9772ae3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68b6fb2c588d7e7feec450e9f1b79ca56149c104196272bb79a735666e2afbb777421c90d22d516a03a2dc9df21bc65e0b962603ca459ed9373e91a4a6190d25
|
|
7
|
+
data.tar.gz: 7ccbfbb4d02c18e80cd2a8197c5293c5efea21c728f82a97a576e4dba7493c57cc566a99866e88e97e520f482a3461fe3de0a4f56ad8a1419994403b9bd6b4e7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gem 'smart_proxy_remote_execution_ssh_core'
|
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.
|
|
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-
|
|
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:
|
|
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/
|
|
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:
|
data/bundler.d/Gemfile.local.rb
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
gem 'pry'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
gem 'smart_proxy_remote_execution_ssh'
|