foreman_rh_cloud 5.0.39 → 5.0.41
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_inventory_upload/async/generate_all_reports_job.rb +4 -0
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/package.json +6 -6
- metadata +3 -4
- data/config/package-lock.json +0 -41822
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4520a12619aad77a5d0ddeafd83203d8281e0ff7d3e9fcc2eef10a2a779bad27
|
|
4
|
+
data.tar.gz: 7e6d55970f4c0742328e5a5e9159b084a391cc98305cf67cff6555a1575b6fe1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f55b1b61ed73778bc62c7cf1819b1eac363417a6f929cbc1f6e9b8043f45904b2dec26f1c9294ab68e1b175a4cbda091ef7091d755180649d0f2e242784092c5
|
|
7
|
+
data.tar.gz: 5b7fe9198f6c0172f93638f8315274158471169033de6f6c9113aa94dd2de8ab5ac0a0c9b32b0c1bb374cfb3303ab9d7915519139919799d9a88531bb280f024
|
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foreman_rh_cloud",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.41",
|
|
4
4
|
"description": "Inventory Upload =============",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"url": "http://projects.theforeman.org/projects/foreman_rh_cloud/issues"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@theforeman/vendor": ">=8.16.0"
|
|
25
|
+
"@theforeman/vendor": ">= 8.16.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@babel/core": "~7.7.0",
|
|
29
|
-
"@theforeman/builder": ">=8.16.0",
|
|
30
|
-
"@theforeman/stories": ">=8.16.0",
|
|
31
|
-
"@theforeman/test": ">=8.16.0",
|
|
32
|
-
"@theforeman/eslint-plugin-foreman": ">=8.16.0",
|
|
29
|
+
"@theforeman/builder": ">= 8.16.0",
|
|
30
|
+
"@theforeman/stories": ">= 8.16.0",
|
|
31
|
+
"@theforeman/test": ">= 8.16.0",
|
|
32
|
+
"@theforeman/eslint-plugin-foreman": ">= 8.16.0",
|
|
33
33
|
"babel-eslint": "~10.0.0",
|
|
34
34
|
"eslint": "~6.7.2",
|
|
35
35
|
"eslint-plugin-spellcheck": "~0.0.17",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_rh_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.41
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Red Hat Cloud team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: katello
|
|
@@ -182,7 +182,6 @@ files:
|
|
|
182
182
|
- app/views/layouts/foreman_rh_cloud/application.html.erb
|
|
183
183
|
- config/Gemfile.lock.gh_test
|
|
184
184
|
- config/database.yml.example
|
|
185
|
-
- config/package-lock.json
|
|
186
185
|
- config/package-lock.json.gh_test
|
|
187
186
|
- config/package-lock.json.plugin
|
|
188
187
|
- config/rh_cert-api_chain.pem
|
|
@@ -675,7 +674,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
675
674
|
- !ruby/object:Gem::Version
|
|
676
675
|
version: '0'
|
|
677
676
|
requirements: []
|
|
678
|
-
rubygems_version: 3.
|
|
677
|
+
rubygems_version: 3.3.7
|
|
679
678
|
signing_key:
|
|
680
679
|
specification_version: 4
|
|
681
680
|
summary: Summary of ForemanRhCloud.
|