foreman_ansible 18.0.2 → 18.0.3

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
  SHA256:
3
- metadata.gz: 81254059ae3afd7da949de49d526c17d8ec8c303860b03b1fd9d98a498189866
4
- data.tar.gz: 6f18b8a590b069c84c74f8689a8036f4778d42ca4a4d5caafa3c38441c17da1b
3
+ metadata.gz: 739e44a396c060fb61d08428b47885f1014f8217a073e60f912c935e6a5042ff
4
+ data.tar.gz: e628b8e3f3af4b333235f1f00fb8d46638d1151b543c10189256fb9fa90a6900
5
5
  SHA512:
6
- metadata.gz: d7d7ea1995e26efed921abe0cddc283237f724a74adb60eaf6694c4bc1cabab037447bb5b0203f324fdfc791ae5ddf48295fa668fb6d93bc6397760e276b8ee6
7
- data.tar.gz: 940d50f5e7ed0de99a102cc3d33b0a6bcb8b9870f8f9a65185836a7202c240cb31a1e24bd5b5e11ae43ff9f7cf4a7380c48c772ba1382a8550831b99e47e14a7
6
+ metadata.gz: 7f1e13aeedd4fe8529d83ef86471036f264ad08bccf78f96e0e043b81731fba878c6107dbbcc5b8829fc549cf04de72c3e1c77dc952c3786dd54c74b61cc792e
7
+ data.tar.gz: 48b65abdd82a2a5aa6a6f5ce8e5763624491b61010604ee6c475a7e68da601475a82122f31657439b4e478c6cf2147af6547e7cbc34f0f3b5f02afe35c7f043d
@@ -2,5 +2,5 @@
2
2
 
3
3
  proxy_feature = Feature.where(:name => 'Ansible').first_or_create
4
4
  if proxy_feature.nil? || proxy_feature.errors.any?
5
- raise "Unable to create proxy feature: #{format_errors proxy_feature}"
5
+ raise "Unable to create proxy feature: #{SeedHelper.format_errors(proxy_feature)}"
6
6
  end
@@ -4,5 +4,5 @@
4
4
  # This way other parts of Foreman can just call ForemanAnsible::VERSION
5
5
  # and detect what version the plugin is running.
6
6
  module ForemanAnsible
7
- VERSION = '18.0.2'
7
+ VERSION = '18.0.3'
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_ansible
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.0.2
4
+ version: 18.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Lobato Garcia
@@ -460,7 +460,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
460
460
  - !ruby/object:Gem::Version
461
461
  version: '0'
462
462
  requirements: []
463
- rubygems_version: 4.0.16
463
+ rubygems_version: 4.0.20
464
464
  specification_version: 4
465
465
  summary: Ansible integration with Foreman (theforeman.org)
466
466
  test_files: