hammer_cli 3.0.0 → 3.0.1
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/bin/hammer +1 -1
- data/doc/release_notes.md +3 -0
- data/lib/hammer_cli/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c01e8f5eaffd8ec3cf361847b287268be33771d99a96fe8a6b5370efe91f5a2c
|
|
4
|
+
data.tar.gz: cecab97ca08ecafe8706258a05c208983985e7029be6386e11c667ad02161641
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c119a18c68d22130baadf51f0673cbb30ccc391ee9e07a0ba3989a2523f78ad492408ec877a0d9eaa01ce4e8f4820d6c1821507bce8ecdde66081f9fa66c712
|
|
7
|
+
data.tar.gz: 52a024407f37cba6e6dfe326497b897adaaa74a226820460a4832fa407be7ec7ebfb9b3b2eedb49d48e3e56f4d21a768b4eac5f427ac834c82a2b41c2402b3ff
|
data/bin/hammer
CHANGED
data/doc/release_notes.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
Release notes
|
|
2
2
|
=============
|
|
3
|
+
### 3.0.1 (2021-11-02)
|
|
4
|
+
* Remove a space in hammer's shebang, [#33810](http://projects.theforeman.org/issues/33810)
|
|
5
|
+
|
|
3
6
|
### 3.0.0 (2021-08-04)
|
|
4
7
|
* Update rel-eng notebook ([PR #347](https://github.com/theforeman/hammer-cli/pull/347))
|
|
5
8
|
* Bump version to 3.0-develop
|
data/lib/hammer_cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hammer_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Bačovský
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-
|
|
12
|
+
date: 2021-11-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: clamp
|
|
@@ -439,13 +439,13 @@ test_files:
|
|
|
439
439
|
- test/unit/option_builder_test.rb
|
|
440
440
|
- test/unit/options/matcher_test.rb
|
|
441
441
|
- test/unit/options/option_collector_test.rb
|
|
442
|
-
- test/unit/options/option_definition_test.rb
|
|
443
442
|
- test/unit/options/processor_list_test.rb
|
|
444
443
|
- test/unit/options/sources/command_line_test.rb
|
|
445
444
|
- test/unit/options/sources/saved_defaults_test.rb
|
|
446
445
|
- test/unit/options/validators/dsl_test.rb
|
|
447
446
|
- test/unit/options/normalizers_test.rb
|
|
448
447
|
- test/unit/options/option_family_test.rb
|
|
448
|
+
- test/unit/options/option_definition_test.rb
|
|
449
449
|
- test/unit/output/adapter/abstract_test.rb
|
|
450
450
|
- test/unit/output/adapter/base_test.rb
|
|
451
451
|
- test/unit/output/adapter/csv_test.rb
|
|
@@ -462,7 +462,7 @@ test_files:
|
|
|
462
462
|
- test/unit/settings_test.rb
|
|
463
463
|
- test/unit/test_helper.rb
|
|
464
464
|
- test/unit/utils_test.rb
|
|
465
|
-
- test/unit/abstract_test.rb
|
|
466
465
|
- test/unit/bash_test.rb
|
|
467
466
|
- test/unit/exception_handler_test.rb
|
|
467
|
+
- test/unit/abstract_test.rb
|
|
468
468
|
- test/unit/command_extensions_test.rb
|