add_buildid 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ buildid_text = "\n <%= text_f f, :buildid, :required => false, :label => _(\"Bu
3
3
  Deface::Override.new(
4
4
  :virtual_path => 'common/os_selection/_operatingsystem',
5
5
  :name => 'add_buildid_to_hosts',
6
- :insert_after => "erb[loud]:contains('medium_id')",
6
+ #:insert_after => "erb[loud]:contains('medium_id')",
7
+ :insert_after => "code[erb-loud]:contains('medium_id')",
7
8
  :text => buildid_text
8
9
  )
@@ -1,3 +1,3 @@
1
1
  module AddBuildid
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: add_buildid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,9 +59,10 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
- description: ! "Adds a fields called Build ID to the Operating Sytems page when defining
63
- a Host.\n\t\t The default value of this field is stable.\n\t\t The contents
64
- of the field substituted into the $buildid used in an Installation Media."
62
+ description: ! "Foreman plugin: Adds a fields called Build ID to the Operating Sytems
63
+ page when defining a Host.\n\t\t The default value of this field is stable.\n\t\t
64
+ \ The contents of the field substituted into the $buildid used in an Installation
65
+ Media."
65
66
  email:
66
67
  - ryan.dyer@nimboxx.com
67
68
  executables: []
@@ -100,7 +101,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
101
  version: '0'
101
102
  segments:
102
103
  - 0
103
- hash: -1607448593701509227
104
+ hash: -2570060885980604769
104
105
  required_rubygems_version: !ruby/object:Gem::Requirement
105
106
  none: false
106
107
  requirements:
@@ -109,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
110
  version: '0'
110
111
  segments:
111
112
  - 0
112
- hash: -1607448593701509227
113
+ hash: -2570060885980604769
113
114
  requirements: []
114
115
  rubyforge_project:
115
116
  rubygems_version: 1.8.23