hammer_cli 3.19.0 → 5.0.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: 9eb1f0fa288da3bc3f28c8cb83c6a6c5cec316604bed6d9b78578eba7e503d8a
4
- data.tar.gz: 5e330d7454d2ddf9cce6790942402afa31cc93d9782b783d6005a4c8d2c9d2ad
3
+ metadata.gz: 27faa46ea907e19dfe6c29420a5d355909a84c59a817e4bcde0f197a17d5c368
4
+ data.tar.gz: 8f5982c563ce5b2b4d3028d882f85fb627d5d840246a9e35f172a3fbb1a2ff48
5
5
  SHA512:
6
- metadata.gz: 86c539759b0af27836383a95d56a929e27724e27946c1ba2b89202df6b7cbc07264939382f8774135428df9e9325c7b81590b012fe9a9717c8c7c6aadf71136c
7
- data.tar.gz: 3d6db1d561a562694922f343f869ec94aecd37fdba79316a0df62794dd0fe1e84c471747dfa0add38523e9c979aba8b3c018d0c6f48d6aff30f897a6fecceb9e
6
+ metadata.gz: ad512c4ee9d15c567efde990f5c904f084c577239a1eb4b74c2440ef6000bc87982f1df6fe423a554137114e60078224faa157768cb794e5a6901f0e41de491c
7
+ data.tar.gz: c92b48e9eecc4b3ece82e782720766535c48d671b194d12e8e46be6f03df89fb58a2d20a79ada4a7b1519f77938f9b3596cc88ca833ae1c7286a351d0896ecf0
data/doc/release_notes.md CHANGED
@@ -1,5 +1,10 @@
1
1
  Release notes
2
2
  =============
3
+ ### 5.0.0 (2026-08-11)
4
+ * Fix release tag pattern and drop redundant manual gem push
5
+ * Bump to 5.0.0-develop
6
+ * Bump to 3.20.0-develop
7
+
3
8
  ### 3.19.0 (2026-05-11)
4
9
  * Bump to 3.19.0-develop
5
10
 
@@ -1,5 +1,5 @@
1
1
  module HammerCLI
2
2
  def self.version
3
- @version ||= Gem::Version.new "3.19.0"
3
+ @version ||= Gem::Version.new "5.0.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.19.0
4
+ version: 5.0.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: 2026-05-11 00:00:00.000000000 Z
12
+ date: 2026-08-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: amazing_print