hammer_cli 3.8.0 → 3.10.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: 9c1d1eca37ea41bee11e7826fbfc491b99bce78026eee0f3ae72acaa2b472503
4
- data.tar.gz: f327b7901efa9824e5118ac7e20daa42835e8d01813be55e2db4001697249a39
3
+ metadata.gz: bb17c17f9061a054c6c7aebbf7ee5e08c9d2e7da9790bd80f6358e491c81bc53
4
+ data.tar.gz: b6f215c9e83a1d54222dc48e33116385836b8df6d0b048fe3d7e0c44de8d2915
5
5
  SHA512:
6
- metadata.gz: e945cf3fb8671ec5089e45e4a75f47cd906c99b47124b5887b8b8ed627fb6a41145218fd07638b78208ac8e845342e9e4f7a2418b4c5b5f091eeaafc6a74d4a6
7
- data.tar.gz: c56001b49b27c10ba388e84791b1b0794a5a7873a0320877cd0a73e393b1bd1da1b64b6e745d54bf618f0fda71f56c174cc4d74fa1128963b6a4895a97b70aa4
6
+ metadata.gz: 00e11a044d7bf0e61248fc921391aab5049a39155211356463fefaca6364da77109c7b123a0d74a8ec9a561a470e536b49b009d84dde44164025c50ce61721fb
7
+ data.tar.gz: 43044432021aea8fa636904a230759579cf656476a728c860763a6dab7c2daaa167772155c3a7533863348d0209baf8172de7d23927f3027b739fcb14f07d294
data/doc/release_notes.md CHANGED
@@ -1,5 +1,15 @@
1
1
  Release notes
2
2
  =============
3
+ ### 3.10.0 (2024-02-21)
4
+ * Update packit ([PR #382](https://github.com/theforeman/hammer-cli/pull/382))
5
+ * Bump to 3.10.0-develop
6
+
7
+ ### 3.9.0 (2023-11-29)
8
+ * Use strings for ruby versions in gha ([PR #380](https://github.com/theforeman/hammer-cli/pull/380))
9
+ * Update packit
10
+ * Update rel-eng
11
+ * Bump to 3.9.0-develop
12
+
3
13
  ### 3.8.0 (2023-08-25)
4
14
  * Consider false values in string#format, [#36588](http://projects.theforeman.org/issues/36588)
5
15
  * Drop unicode gem ([PR #376](https://github.com/theforeman/hammer-cli/pull/376))
@@ -1,5 +1,5 @@
1
1
  module HammerCLI
2
2
  def self.version
3
- @version ||= Gem::Version.new "3.8.0"
3
+ @version ||= Gem::Version.new "3.10.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
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.8.0
4
+ version: 3.10.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: 2023-08-25 00:00:00.000000000 Z
12
+ date: 2024-02-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp