hammer_cli 3.1.0 → 3.1.1

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: 510f07df29c39c069ae58e923507361a276e12ef50cc38628868361794a7754c
4
- data.tar.gz: 13790a4114574688531978c11a9bb479062381d1b5196168f6d0e70deddc6a43
3
+ metadata.gz: b85ac5a195550a8e7a09c1f9be837e8ff6fb20a2beec7d17be3a74ff1b18a6d4
4
+ data.tar.gz: f07cb34217d8c07e9d93884ad49142a3a9e28121bc0127d69eab9db0052b00e1
5
5
  SHA512:
6
- metadata.gz: a8bd5241448ccae9b7bd27f4260ebe5cbc8d75f2a79dcf76fb710c13e7bba42275cda6332acd6b67c33125572393b17e1f2d1575166ce8edfc76c7a81cdb9854
7
- data.tar.gz: 9656ed10f1c8d44f35f0d321e1568d82a9607dc82b5ecf3e03999ec471eb67aa5dc119fcc31c90b1f540bab4a3d5abc5eff444d498eb275a7e0b061c61426fcf
6
+ metadata.gz: d680f551580f46e4b108e8350b62da4fc724405a02181d25a67627cca1d674e5b8ddef9badd1a3f8dc67990f567f035c1351b73d5e4e92aa510f532f750fdc16
7
+ data.tar.gz: f4515582c5297748b00a81c41ec2d39e7757e58dfc41cf77cd57c5b0044fd733594cc8bf62fbe44ac252bc3d65a06ef48a7916ad9f32a39a040d6a3ad395f078
data/doc/release_notes.md CHANGED
@@ -1,5 +1,8 @@
1
1
  Release notes
2
2
  =============
3
+ ### 3.1.1 (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.1.0 (2021-11-10)
4
7
  * Remove a space in hammer's shebang, [#33810](http://projects.theforeman.org/issues/33810)
5
8
  * Revert fix rake version
@@ -1,5 +1,5 @@
1
1
  module HammerCLI
2
2
  def self.version
3
- @version ||= Gem::Version.new "3.1.0"
3
+ @version ||= Gem::Version.new "3.1.1"
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.1.0
4
+ version: 3.1.1
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-10 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
@@ -163,6 +163,7 @@ extra_rdoc_files:
163
163
  - doc/option_normalizers.md
164
164
  - doc/writing_a_plugin.md
165
165
  - doc/installation_source.md
166
+ - doc/creating_commands.md
166
167
  - doc/release_notes.md
167
168
  - doc/commands_extension.md
168
169
  - doc/commands_modification.md
@@ -172,7 +173,6 @@ extra_rdoc_files:
172
173
  - doc/installation_rpm.md
173
174
  - doc/output.md
174
175
  - doc/review_checklist.md
175
- - doc/creating_commands.md
176
176
  - config/cli.modules.d/module_config_template.yml
177
177
  - config/cli_config.template.yml
178
178
  - config/hammer.completion
@@ -443,9 +443,9 @@ 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
448
447
  - test/unit/options/option_definition_test.rb
448
+ - test/unit/options/normalizers_test.rb
449
449
  - test/unit/output/adapter/abstract_test.rb
450
450
  - test/unit/output/adapter/base_test.rb
451
451
  - test/unit/output/adapter/csv_test.rb