puppetdb_foreman 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/puppetdb_foreman/engine.rb +1 -1
  2. metadata +4 -3
@@ -2,7 +2,7 @@ module PuppetdbForeman
2
2
  class Engine < ::Rails::Engine
3
3
 
4
4
  config.to_prepare do
5
- if SETTINGS[:version].to_f >= 1.2
5
+ if SETTINGS[:version].to_s.to_f >= 1.2
6
6
  # Foreman 1.2
7
7
  Host::Managed.send :include, PuppetdbForeman::HostExtensions
8
8
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppetdb_foreman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-19 00:00:00.000000000 Z
12
+ date: 2014-01-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: At the moment it basically disables hosts on puppetdb after they are
15
15
  deleted in Foreman. Follow https://github.com/cernops/puppetdb_foreman and raise
@@ -42,8 +42,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  version: '0'
43
43
  requirements: []
44
44
  rubyforge_project:
45
- rubygems_version: 1.8.24
45
+ rubygems_version: 1.8.25
46
46
  signing_key:
47
47
  specification_version: 3
48
48
  summary: This is a foreman plugin to interact with puppetdb through callbacks.
49
49
  test_files: []
50
+ has_rdoc: