hammer_cli 3.17.0 → 3.19.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9bf543fcc7917f68a8c4adb7340d31dcc73899f5a9d48bca75cdb0df888aa62f
4
- data.tar.gz: 757b1497c0af570c01aa6e2571340869a0afc5be7415e73d0a93e64deee17961
3
+ metadata.gz: 9eb1f0fa288da3bc3f28c8cb83c6a6c5cec316604bed6d9b78578eba7e503d8a
4
+ data.tar.gz: 5e330d7454d2ddf9cce6790942402afa31cc93d9782b783d6005a4c8d2c9d2ad
5
5
  SHA512:
6
- metadata.gz: eb0b0c74c751c0b5fcdfe1c6dc321b4db416c5bbf07d6c54340bfa9db28b49235bb622e294d379f580b0d88ee72ff4e49b9bf2cdde971ce3215814c7d663b4a1
7
- data.tar.gz: 757c1319f0634e4ce9ce5b7218533c8ae19b506f3334a9f3bfa1d7e8ed3955d43b1586ad37a90638d7ae41c6f31a087cfe0f1437cccddaae33fdfa0dea5bd152
6
+ metadata.gz: 86c539759b0af27836383a95d56a929e27724e27946c1ba2b89202df6b7cbc07264939382f8774135428df9e9325c7b81590b012fe9a9717c8c7c6aadf71136c
7
+ data.tar.gz: 3d6db1d561a562694922f343f869ec94aecd37fdba79316a0df62794dd0fe1e84c471747dfa0add38523e9c979aba8b3c018d0c6f48d6aff30f897a6fecceb9e
data/doc/release_notes.md CHANGED
@@ -1,5 +1,11 @@
1
1
  Release notes
2
2
  =============
3
+ ### 3.19.0 (2026-05-11)
4
+ * Bump to 3.19.0-develop
5
+
6
+ ### 3.18.0 (2026-02-10)
7
+ * Bump to 3.18.0-develop
8
+
3
9
  ### 3.17.0 (2025-11-11)
4
10
  * Update logger for #inspect of ruby 3.1+, [#38894](http://projects.theforeman.org/issues/38894)
5
11
  * Add packit commit trigger job
@@ -1,5 +1,5 @@
1
1
  module HammerCLI
2
2
  def self.version
3
- @version ||= Gem::Version.new "3.17.0"
3
+ @version ||= Gem::Version.new "3.19.0"
4
4
  end
5
5
  end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/man/hammer.1.gz CHANGED
Binary file
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.17.0
4
+ version: 3.19.0
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: 2025-11-11 00:00:00.000000000 Z
12
+ date: 2026-05-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: amazing_print