smart_proxy_remote_execution_ssh 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: f230840d2fd18a938ceef7c2258a7d9e5aa39531
4
- data.tar.gz: 4ceec21bcf79ac48db17d515ea22c160453d61ae
3
+ metadata.gz: febc065cf95924203375e3645fdeac515d84367d
4
+ data.tar.gz: e8203b5c7db5231b161111e11ac2a3d442ab4e14
5
5
  SHA512:
6
- metadata.gz: 0e451301babf18b38cfa04af50849e8f07ab90fb6ca24a31a775670165e71b4631ce259524b701b96e77c0b241e70b7a84fe04f7a61ae25ad91e69b574eb5fe7
7
- data.tar.gz: 5585a0c4eff8a6d77131cd46bf1312d6cf8ca3e676d204772537246033da031aac73c21e20c46e5906a85edf64df0ff3d386914a05cb48d7861a323e5fa3fc0b
6
+ metadata.gz: ab960b1924e3339464d865140f2b505ab2ee83c84839d100daddc6872d46e584526e957bf1cb7dc2179498cb798855654deb9fff67e427f0f0fed361168b3c84
7
+ data.tar.gz: 3f4bc5013026b9d2498c25a8d635fc6caa1baeaf2123be293a213d241709eb474a81e3345ecc114d9f62e3a3918d977f35b95ed2c3066847bc65c4bbbc9e1f14
@@ -1,7 +1,7 @@
1
1
  module Proxy
2
2
  module RemoteExecution
3
3
  module Ssh
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: smart_proxy_remote_execution_ssh
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
@@ -122,7 +122,8 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: 0.1.0
125
- description: " Ssh remote execution provider for Foreman Smart-Proxy\n"
125
+ description: |2
126
+ Ssh remote execution provider for Foreman Smart-Proxy
126
127
  email:
127
128
  - inecas@redhat.com
128
129
  executables: []
@@ -133,8 +134,7 @@ extra_rdoc_files:
133
134
  files:
134
135
  - LICENSE
135
136
  - README.md
136
- - bundler.d/Gemfile.local.rb
137
- - bundler.d/remote_execution_ssh.rb
137
+ - bundler.plugins.d/remote_execution_ssh.rb
138
138
  - lib/smart_proxy_remote_execution_ssh.rb
139
139
  - lib/smart_proxy_remote_execution_ssh/api.rb
140
140
  - lib/smart_proxy_remote_execution_ssh/http_config.ru
@@ -167,4 +167,3 @@ signing_key:
167
167
  specification_version: 4
168
168
  summary: Ssh remote execution provider for Foreman Smart-Proxy
169
169
  test_files: []
170
- has_rdoc:
@@ -1 +0,0 @@
1
- gem 'pry'