hammer_cli 3.8.0 → 3.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c1d1eca37ea41bee11e7826fbfc491b99bce78026eee0f3ae72acaa2b472503
4
- data.tar.gz: f327b7901efa9824e5118ac7e20daa42835e8d01813be55e2db4001697249a39
3
+ metadata.gz: cfc02aed6a898f5160dbcff384c5401577d53916417fa67c7d83c6d1f3d93252
4
+ data.tar.gz: a96b05fe068a569a96f6fa20c9ab9cbd4b60a276f35a9eb4436a6a68aea9d2ed
5
5
  SHA512:
6
- metadata.gz: e945cf3fb8671ec5089e45e4a75f47cd906c99b47124b5887b8b8ed627fb6a41145218fd07638b78208ac8e845342e9e4f7a2418b4c5b5f091eeaafc6a74d4a6
7
- data.tar.gz: c56001b49b27c10ba388e84791b1b0794a5a7873a0320877cd0a73e393b1bd1da1b64b6e745d54bf618f0fda71f56c174cc4d74fa1128963b6a4895a97b70aa4
6
+ metadata.gz: faa351b8ccaa5134586aeff76e257a440531dd053e301b5eead0262c87d4982f87b18f60c071d23ccf4da42ce3265d6092d7a815dc25cf71613795f47fd1ece2
7
+ data.tar.gz: 07b4b24cdd984c3234467700fbad9a87618b94f606fb6ddd2f4d396d4834b6bb34f35e5f0924a3dcc6012d89707909ade9fb2d384de6853bd64e3560f86cdfb9
data/doc/release_notes.md CHANGED
@@ -1,5 +1,11 @@
1
1
  Release notes
2
2
  =============
3
+ ### 3.9.0 (2023-11-29)
4
+ * Use strings for ruby versions in gha ([PR #380](https://github.com/theforeman/hammer-cli/pull/380))
5
+ * Update packit
6
+ * Update rel-eng
7
+ * Bump to 3.9.0-develop
8
+
3
9
  ### 3.8.0 (2023-08-25)
4
10
  * Consider false values in string#format, [#36588](http://projects.theforeman.org/issues/36588)
5
11
  * 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.9.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.9.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: 2023-11-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp