foreman_hosts 0.0.1dev → 0.0.2dev
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.
- data/lib/foreman_hosts/engine.rb +2 -2
- data/lib/foreman_hosts/version.rb +1 -1
- metadata +2 -2
data/lib/foreman_hosts/engine.rb
CHANGED
@@ -11,7 +11,7 @@ module ForemanHosts
|
|
11
11
|
|
12
12
|
# Add any db migrations
|
13
13
|
initializer 'foreman_hosts.load_app_instance_data' do |app|
|
14
|
-
app.config.paths['db/migrate'] += ForemanHosts::Engine.paths['db/migrate'].existent
|
14
|
+
#app.config.paths['db/migrate'] += ForemanHosts::Engine.paths['db/migrate'].existent
|
15
15
|
end
|
16
16
|
|
17
17
|
initializer 'foreman_hosts.register_plugin', after: :finisher_hook do |_app|
|
@@ -80,7 +80,7 @@ module ForemanHosts
|
|
80
80
|
Foreman::Gettext::Support.add_text_domain locale_domain, locale_dir
|
81
81
|
end
|
82
82
|
initializer "foreman_chef.load_app_instance_data" do |app|
|
83
|
-
app.config.paths['db/migrate'] += PluginTemplate::Engine.paths['db/migrate'].existent
|
83
|
+
#app.config.paths['db/migrate'] += PluginTemplate::Engine.paths['db/migrate'].existent
|
84
84
|
end
|
85
85
|
end
|
86
86
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_hosts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2dev
|
5
5
|
prerelease: 5
|
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: 2015-09-
|
12
|
+
date: 2015-09-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rubocop
|