foreman_ansible 1.4.3 → 1.4.5
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/lib/foreman_ansible/version.rb +1 -1
- metadata +26 -26
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce7360304fa351ed3cb712937e4c9eb67ea4308f
|
|
4
|
+
data.tar.gz: 73bca3ba994f80ebdac9e109156a6c6b235e3cf4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60674fb5b6e5e5eb4eb9638049c10d48f4dc79128babe895a45e42a7966976ccb5e5d3132e41f16b0b00d568951e59eb7d406ebf0684492338d2e8af7c81b564
|
|
7
|
+
data.tar.gz: 4f4655dff0cebf53f34488937737048b3fa6766dbdb668096856c6b3f1aa922618ac50ccf61674573f38146aeac626c6f12a6fe7b3350db274dae6b0da2e3024
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_ansible
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Lobato Garcia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.8
|
|
47
|
+
version: '0.8'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.8
|
|
54
|
+
version: '0.8'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: dynflow
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -211,38 +211,38 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
211
211
|
version: '0'
|
|
212
212
|
requirements: []
|
|
213
213
|
rubyforge_project:
|
|
214
|
-
rubygems_version: 2.4.
|
|
214
|
+
rubygems_version: 2.4.8
|
|
215
215
|
signing_key:
|
|
216
216
|
specification_version: 4
|
|
217
217
|
summary: Ansible integration with Foreman (theforeman.org)
|
|
218
218
|
test_files:
|
|
219
|
-
- test/fixtures/ansible_permissions.yml
|
|
220
|
-
- test/fixtures/sample_facts.json
|
|
221
219
|
- test/factories/ansible_proxy.rb
|
|
222
220
|
- test/factories/ansible_roles.rb
|
|
223
|
-
- test/
|
|
224
|
-
- test/
|
|
225
|
-
- test/
|
|
221
|
+
- test/fixtures/ansible_permissions.yml
|
|
222
|
+
- test/fixtures/sample_facts.json
|
|
223
|
+
- test/functional/api/v2/hosts_controller_test.rb
|
|
226
224
|
- test/functional/api/v2/ansible_roles_controller_test.rb
|
|
227
225
|
- test/functional/api/v2/hostgroups_controller_test.rb
|
|
228
|
-
- test/functional/api/v2/hosts_controller_test.rb
|
|
229
|
-
- test/functional/ansible_roles_controller_test.rb
|
|
230
226
|
- test/functional/hosts_controller_test.rb
|
|
231
|
-
- test/
|
|
232
|
-
- test/
|
|
227
|
+
- test/functional/ansible_roles_controller_test.rb
|
|
228
|
+
- test/support/fixture_support.rb
|
|
229
|
+
- test/support/foreman_tasks/task.rb
|
|
230
|
+
- test/support/foreman_test_helper_additions.rb
|
|
231
|
+
- test/unit/ansible_role_test.rb
|
|
233
232
|
- test/unit/concerns/host_managed_extensions_test.rb
|
|
234
|
-
- test/unit/
|
|
235
|
-
- test/unit/
|
|
236
|
-
- test/unit/services/proxy_selector_test.rb
|
|
237
|
-
- test/unit/services/fact_importer_test.rb
|
|
238
|
-
- test/unit/services/ui_roles_importer_test.rb
|
|
239
|
-
- test/unit/services/roles_importer_test.rb
|
|
240
|
-
- test/unit/services/fact_sparser_test.rb
|
|
241
|
-
- test/unit/services/api_roles_importer_test.rb
|
|
233
|
+
- test/unit/concerns/hostgroup_extensions_test.rb
|
|
234
|
+
- test/unit/helpers/foreman_ansible/ansible_reports_helper_test.rb
|
|
242
235
|
- test/unit/host_ansible_role_test.rb
|
|
243
|
-
- test/unit/
|
|
244
|
-
- test/unit/lib/proxy_api/ansible_test.rb
|
|
236
|
+
- test/unit/hostgroup_ansible_role_test.rb
|
|
245
237
|
- test/unit/lib/foreman_ansible_core/playbook_runner_test.rb
|
|
246
238
|
- test/unit/lib/foreman_ansible_core/roles_reader_test.rb
|
|
247
|
-
- test/unit/
|
|
248
|
-
- test/unit/
|
|
239
|
+
- test/unit/lib/proxy_api/ansible_test.rb
|
|
240
|
+
- test/unit/services/api_roles_importer_test.rb
|
|
241
|
+
- test/unit/services/fact_importer_test.rb
|
|
242
|
+
- test/unit/services/fact_parser_test.rb
|
|
243
|
+
- test/unit/services/fact_sparser_test.rb
|
|
244
|
+
- test/unit/services/roles_importer_test.rb
|
|
245
|
+
- test/unit/services/structured_fact_importer_test.rb
|
|
246
|
+
- test/unit/services/ui_roles_importer_test.rb
|
|
247
|
+
- test/unit/services/proxy_selector_test.rb
|
|
248
|
+
- test/test_plugin_helper.rb
|