hammer_cli_foreman 3.14.1 → 3.15.0
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/doc/release_notes.md +4 -1
- data/lib/hammer_cli_foreman/exception_handler.rb +2 -1
- data/lib/hammer_cli_foreman/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ka/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/test/data/3.15/foreman_api.json +1 -0
- data/test/test_helper.rb +1 -1
- metadata +6 -4
data/test/test_helper.rb
CHANGED
@@ -16,7 +16,7 @@ require "mocha/minitest"
|
|
16
16
|
require 'hammer_cli'
|
17
17
|
require 'hammer_cli_foreman/testing/api_expectations'
|
18
18
|
|
19
|
-
FOREMAN_VERSION = ENV['TEST_API_VERSION'] || '3.
|
19
|
+
FOREMAN_VERSION = ENV['TEST_API_VERSION'] || '3.15'
|
20
20
|
unless Dir.entries('test/data').include? FOREMAN_VERSION
|
21
21
|
raise StandardError.new "Version is not correct"
|
22
22
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli_foreman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomáš Strachota
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-05-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hammer_cli
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 3.
|
20
|
+
version: 3.15.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 3.
|
27
|
+
version: 3.15.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: apipie-bindings
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -237,6 +237,7 @@ files:
|
|
237
237
|
- test/data/3.11/foreman_api.json
|
238
238
|
- test/data/3.12/foreman_api.json
|
239
239
|
- test/data/3.14/foreman_api.json
|
240
|
+
- test/data/3.15/foreman_api.json
|
240
241
|
- test/data/3.4/foreman_api.json
|
241
242
|
- test/data/README.md
|
242
243
|
- test/functional/architecture_test.rb
|
@@ -365,6 +366,7 @@ test_files:
|
|
365
366
|
- test/data/3.11/foreman_api.json
|
366
367
|
- test/data/3.12/foreman_api.json
|
367
368
|
- test/data/3.14/foreman_api.json
|
369
|
+
- test/data/3.15/foreman_api.json
|
368
370
|
- test/data/3.4/foreman_api.json
|
369
371
|
- test/data/README.md
|
370
372
|
- test/functional/architecture_test.rb
|