hammer_cli 3.0.1 → 3.0.2

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: c01e8f5eaffd8ec3cf361847b287268be33771d99a96fe8a6b5370efe91f5a2c
4
- data.tar.gz: cecab97ca08ecafe8706258a05c208983985e7029be6386e11c667ad02161641
3
+ metadata.gz: 7036ad620797bd887a62908eef5231092a47f019b5426ca4f4232c1c9e3c8791
4
+ data.tar.gz: 49c8e269f005306bb0f12031c59366d0d3ffb892cd08fef9926644477caa2ffd
5
5
  SHA512:
6
- metadata.gz: 2c119a18c68d22130baadf51f0673cbb30ccc391ee9e07a0ba3989a2523f78ad492408ec877a0d9eaa01ce4e8f4820d6c1821507bce8ecdde66081f9fa66c712
7
- data.tar.gz: 52a024407f37cba6e6dfe326497b897adaaa74a226820460a4832fa407be7ec7ebfb9b3b2eedb49d48e3e56f4d21a768b4eac5f427ac834c82a2b41c2402b3ff
6
+ metadata.gz: dbe31f4f8ab404b407754247f4887deb4687ad6b45cb0b2428757d3817192de9b8edd4f2c4cd95a3414047e92cfb9fd461eeef3ff200c47497a64d41da2500be
7
+ data.tar.gz: 93e25574abdfe8cf2942427ac55cf7c6c7667df0f277c630fdb644f14ab3cecb70e3c15f54f009c6d3cd6d0e37a3fd602f4cd23560c3b64bdb3baf223b99643f
data/doc/release_notes.md CHANGED
@@ -1,5 +1,8 @@
1
1
  Release notes
2
2
  =============
3
+ ### 3.0.2 (2022-02-01)
4
+ * Fix fr translation ([PR #358](https://github.com/theforeman/hammer-cli/pull/358)), [#34204](http://projects.theforeman.org/issues/34204)
5
+
3
6
  ### 3.0.1 (2021-11-02)
4
7
  * Remove a space in hammer's shebang, [#33810](http://projects.theforeman.org/issues/33810)
5
8
 
@@ -1,5 +1,5 @@
1
1
  module HammerCLI
2
2
  def self.version
3
- @version ||= Gem::Version.new "3.0.1"
3
+ @version ||= Gem::Version.new "3.0.2"
4
4
  end
5
5
  end
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.0.1
4
+ version: 3.0.2
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: 2021-11-02 00:00:00.000000000 Z
12
+ date: 2022-02-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp
@@ -164,7 +164,6 @@ extra_rdoc_files:
164
164
  - doc/writing_a_plugin.md
165
165
  - doc/installation_source.md
166
166
  - doc/creating_commands.md
167
- - doc/release_notes.md
168
167
  - doc/commands_extension.md
169
168
  - doc/commands_modification.md
170
169
  - doc/developer_docs.md
@@ -173,6 +172,7 @@ extra_rdoc_files:
173
172
  - doc/installation_rpm.md
174
173
  - doc/output.md
175
174
  - doc/review_checklist.md
175
+ - doc/release_notes.md
176
176
  - config/cli.modules.d/module_config_template.yml
177
177
  - config/cli_config.template.yml
178
178
  - config/hammer.completion
@@ -443,8 +443,8 @@ test_files:
443
443
  - test/unit/options/sources/command_line_test.rb
444
444
  - test/unit/options/sources/saved_defaults_test.rb
445
445
  - test/unit/options/validators/dsl_test.rb
446
- - test/unit/options/normalizers_test.rb
447
446
  - test/unit/options/option_family_test.rb
447
+ - test/unit/options/normalizers_test.rb
448
448
  - test/unit/options/option_definition_test.rb
449
449
  - test/unit/output/adapter/abstract_test.rb
450
450
  - test/unit/output/adapter/base_test.rb