foreman_ansible 0.1.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.

Potentially problematic release.


This version of foreman_ansible might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ require 'test_helper'
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: foreman_ansible
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Daniel Lobato Garcia
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-11-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rubocop
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: Ansible integration with Foreman
28
+ email:
29
+ - elobatocs@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE
35
+ - README.md
36
+ - Rakefile
37
+ - app/models/foreman_ansible/fact_name.rb
38
+ - app/services/foreman_ansible/fact_importer.rb
39
+ - app/services/foreman_ansible/fact_parser.rb
40
+ - lib/foreman_ansible.rb
41
+ - lib/foreman_ansible/engine.rb
42
+ - lib/foreman_ansible/version.rb
43
+ - lib/tasks/foreman_ansible_tasks.rake
44
+ - locale/Makefile
45
+ - locale/en/foreman_ansible.po
46
+ - locale/foreman_ansible.pot
47
+ - locale/gemspec.rb
48
+ - test/fixtures/sample_facts.json
49
+ - test/test_plugin_helper.rb
50
+ homepage: https://github.com/theforeman/foreman_ansible
51
+ licenses: []
52
+ metadata: {}
53
+ post_install_message:
54
+ rdoc_options: []
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubyforge_project:
69
+ rubygems_version: 2.2.2
70
+ signing_key:
71
+ specification_version: 4
72
+ summary: Ansible integration with Foreman (theforeman.org)
73
+ test_files:
74
+ - test/fixtures/sample_facts.json
75
+ - test/test_plugin_helper.rb