smart_proxy_ansible 1.1.1 → 2.0.0
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 +4 -4
- data/bundler.plugins.d/foreman_ansible_core.rb +1 -1
- data/lib/smart_proxy_ansible/version.rb +1 -1
- metadata +24 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f959ab2ae9de63808c95247dc4306408bf5226e
|
|
4
|
+
data.tar.gz: 443eb78fc07650c77ab60a76c79b0a84abacbd61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f8417fef1bc5016f97049da479e8a6dd5177d7c70f5fae58cf54a22d0c8977d60cdb98c1e24db24cd4aeaee5a02f4503745f68176aa122e82d8fba18aec1c49
|
|
7
|
+
data.tar.gz: d7a174300e217830542c2f4ed992fc5254a3dc04f71c7aedfd26d5be74d44b12b217ae4b72f6e4f5b4f82a42ad5119996ebac2ab3da24758ed64a73111a5575f
|
|
@@ -1 +1 @@
|
|
|
1
|
-
gem 'foreman_ansible_core', '
|
|
1
|
+
gem 'foreman_ansible_core', '>= 2.0.2', '< 3.0'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smart_proxy_ansible
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Nečas
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2018-02-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -123,8 +123,27 @@ dependencies:
|
|
|
123
123
|
- - "~>"
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
125
|
version: '0.1'
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
- !ruby/object:Gem::Dependency
|
|
127
|
+
name: foreman_ansible_core
|
|
128
|
+
requirement: !ruby/object:Gem::Requirement
|
|
129
|
+
requirements:
|
|
130
|
+
- - ">="
|
|
131
|
+
- !ruby/object:Gem::Version
|
|
132
|
+
version: 2.0.2
|
|
133
|
+
- - "<"
|
|
134
|
+
- !ruby/object:Gem::Version
|
|
135
|
+
version: '3.0'
|
|
136
|
+
type: :runtime
|
|
137
|
+
prerelease: false
|
|
138
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
139
|
+
requirements:
|
|
140
|
+
- - ">="
|
|
141
|
+
- !ruby/object:Gem::Version
|
|
142
|
+
version: 2.0.2
|
|
143
|
+
- - "<"
|
|
144
|
+
- !ruby/object:Gem::Version
|
|
145
|
+
version: '3.0'
|
|
146
|
+
description: " Smart-Proxy ansible plugin\n"
|
|
128
147
|
email:
|
|
129
148
|
- inecas@redhat.com
|
|
130
149
|
- dlobatog@redhat.com
|
|
@@ -164,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
164
183
|
version: '0'
|
|
165
184
|
requirements: []
|
|
166
185
|
rubyforge_project:
|
|
167
|
-
rubygems_version: 2.
|
|
186
|
+
rubygems_version: 2.6.14
|
|
168
187
|
signing_key:
|
|
169
188
|
specification_version: 4
|
|
170
189
|
summary: Smart-Proxy Ansible plugin
|