foreman_rh_cloud 12.2.15 → 12.2.16
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 +4 -4
- data/lib/foreman_rh_cloud/plugin.rb +1 -1
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49dae3d74466145bf0eb7704cdc6c8b47e7633747f02e377561bed5d462bffa5
|
|
4
|
+
data.tar.gz: 35a46941cf4ab3f58820b7df16131ae52d0f7ab6a5100ecc98b08a736dc75c6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40989fd8eeb177bf99fba7014aa3add78d5789e94419cf9be07e4ba6a1e0acbf90b0d1cb4f0dd3a5d68eb168a0556519b12bac8f9254ada0f26a0a0789e992d0
|
|
7
|
+
data.tar.gz: c156603a5ebef7081bd6d96f37b426b377ca39637a4b08aaa932f7008514591fb5c63aa3b5140043c8cf596606d9eb0d23057dcdbe0a62612d60752c98e911da
|
|
@@ -150,7 +150,7 @@ module ForemanRhCloud
|
|
|
150
150
|
end
|
|
151
151
|
|
|
152
152
|
::Foreman::Plugin.app_metadata_registry.register(:foreman_rh_cloud, {
|
|
153
|
-
iop: ForemanRhCloud.with_iop_smart_proxy
|
|
153
|
+
iop: -> { ForemanRhCloud.with_iop_smart_proxy? },
|
|
154
154
|
})
|
|
155
155
|
|
|
156
156
|
extend_template_helpers ForemanRhCloud::TemplateRendererHelper
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_rh_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.2.
|
|
4
|
+
version: 12.2.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Red Hat Cloud team
|
|
@@ -701,7 +701,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
701
701
|
- !ruby/object:Gem::Version
|
|
702
702
|
version: '0'
|
|
703
703
|
requirements: []
|
|
704
|
-
rubygems_version: 4.0.
|
|
704
|
+
rubygems_version: 4.0.6
|
|
705
705
|
specification_version: 4
|
|
706
706
|
summary: Summary of ForemanRhCloud.
|
|
707
707
|
test_files:
|