hammer_cli 3.10.0 → 3.11.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: bb17c17f9061a054c6c7aebbf7ee5e08c9d2e7da9790bd80f6358e491c81bc53
4
- data.tar.gz: b6f215c9e83a1d54222dc48e33116385836b8df6d0b048fe3d7e0c44de8d2915
3
+ metadata.gz: 28417298b7d1b18023350ab1f517ae82f6661b8883f9083fb767cc60aef2e95c
4
+ data.tar.gz: 9e877483c4e92d62cfb1fca2b0913d75abed07ab0e5af0340240b61b5a583182
5
5
  SHA512:
6
- metadata.gz: 00e11a044d7bf0e61248fc921391aab5049a39155211356463fefaca6364da77109c7b123a0d74a8ec9a561a470e536b49b009d84dde44164025c50ce61721fb
7
- data.tar.gz: 43044432021aea8fa636904a230759579cf656476a728c860763a6dab7c2daaa167772155c3a7533863348d0209baf8172de7d23927f3027b739fcb14f07d294
6
+ metadata.gz: 1999f20631b422871d571b2fa3fbeecc83c3220b319b092fbe201a0a6429ff478b189e427d2f4c736c08bac701304cce6673ddd999f91dfbecb636e080d4946f
7
+ data.tar.gz: ad2058c279f4f5cc2c7160dde467017508fe288ee30277a322ee1a433cae698d4808150d769ca15760cb9d7842003fa053f99d7d4843a1ed097cbc49e726c174
data/doc/release_notes.md CHANGED
@@ -1,5 +1,8 @@
1
1
  Release notes
2
2
  =============
3
+ ### 3.11.0 (2024-05-22)
4
+ * Bump to 3.11.0-develop
5
+
3
6
  ### 3.10.0 (2024-02-21)
4
7
  * Update packit ([PR #382](https://github.com/theforeman/hammer-cli/pull/382))
5
8
  * Bump to 3.10.0-develop
@@ -1,5 +1,5 @@
1
1
  module HammerCLI
2
2
  def self.version
3
- @version ||= Gem::Version.new "3.10.0"
3
+ @version ||= Gem::Version.new "3.11.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.10.0
4
+ version: 3.11.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: 2024-02-21 00:00:00.000000000 Z
12
+ date: 2024-05-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp
@@ -156,9 +156,9 @@ extra_rdoc_files:
156
156
  - doc/option_builders.md
157
157
  - doc/option_normalizers.md
158
158
  - doc/output.md
159
+ - doc/release_notes.md
159
160
  - doc/review_checklist.md
160
161
  - doc/writing_a_plugin.md
161
- - doc/release_notes.md
162
162
  - config/cli.modules.d/module_config_template.yml
163
163
  - config/cli_config.template.yml
164
164
  - config/hammer.completion
@@ -384,7 +384,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
384
384
  - !ruby/object:Gem::Version
385
385
  version: '0'
386
386
  requirements: []
387
- rubygems_version: 3.1.6
387
+ rubygems_version: 3.2.33
388
388
  signing_key:
389
389
  specification_version: 4
390
390
  summary: Universal command-line interface