hammer_cli 3.0.0 → 3.0.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: 18c588190de60119f107f523180928f0cff86e22f32330c37d22bd064ede6c36
4
- data.tar.gz: aa66a052a8c90061366a64264eebe89bb28bf932e67307a455148115834c2615
3
+ metadata.gz: c01e8f5eaffd8ec3cf361847b287268be33771d99a96fe8a6b5370efe91f5a2c
4
+ data.tar.gz: cecab97ca08ecafe8706258a05c208983985e7029be6386e11c667ad02161641
5
5
  SHA512:
6
- metadata.gz: 59e1fb24c0996dcd6c01621a93ca0ffeb99adc2cb46a56c43f8ee5ed2baa0f9d63b25cb5626f7016d2016e3267ea6614be216cd93990dfac034d5440119e5c0c
7
- data.tar.gz: 24dcde8e10be473f115f3954ac203e035fb69a5dc847086d6ad64a8f125ae38dbeb44a8332ef73a61225d046c4ac3fba09b8a1ffb63d5c4bb04ab69c5de55366
6
+ metadata.gz: 2c119a18c68d22130baadf51f0673cbb30ccc391ee9e07a0ba3989a2523f78ad492408ec877a0d9eaa01ce4e8f4820d6c1821507bce8ecdde66081f9fa66c712
7
+ data.tar.gz: 52a024407f37cba6e6dfe326497b897adaaa74a226820460a4832fa407be7ec7ebfb9b3b2eedb49d48e3e56f4d21a768b4eac5f427ac834c82a2b41c2402b3ff
data/bin/hammer CHANGED
@@ -1,4 +1,4 @@
1
- #! /usr/bin/env ruby
1
+ #!/usr/bin/env ruby
2
2
 
3
3
  require 'rubygems'
4
4
  require 'clamp'
data/doc/release_notes.md CHANGED
@@ -1,5 +1,8 @@
1
1
  Release notes
2
2
  =============
3
+ ### 3.0.1 (2021-11-02)
4
+ * Remove a space in hammer's shebang, [#33810](http://projects.theforeman.org/issues/33810)
5
+
3
6
  ### 3.0.0 (2021-08-04)
4
7
  * Update rel-eng notebook ([PR #347](https://github.com/theforeman/hammer-cli/pull/347))
5
8
  * Bump version to 3.0-develop
@@ -1,5 +1,5 @@
1
1
  module HammerCLI
2
2
  def self.version
3
- @version ||= Gem::Version.new "3.0.0"
3
+ @version ||= Gem::Version.new "3.0.1"
4
4
  end
5
5
  end
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.0
4
+ version: 3.0.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-08-04 00:00:00.000000000 Z
12
+ date: 2021-11-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp
@@ -439,13 +439,13 @@ test_files:
439
439
  - test/unit/option_builder_test.rb
440
440
  - test/unit/options/matcher_test.rb
441
441
  - test/unit/options/option_collector_test.rb
442
- - test/unit/options/option_definition_test.rb
443
442
  - test/unit/options/processor_list_test.rb
444
443
  - test/unit/options/sources/command_line_test.rb
445
444
  - test/unit/options/sources/saved_defaults_test.rb
446
445
  - test/unit/options/validators/dsl_test.rb
447
446
  - test/unit/options/normalizers_test.rb
448
447
  - test/unit/options/option_family_test.rb
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
451
451
  - test/unit/output/adapter/csv_test.rb
@@ -462,7 +462,7 @@ test_files:
462
462
  - test/unit/settings_test.rb
463
463
  - test/unit/test_helper.rb
464
464
  - test/unit/utils_test.rb
465
- - test/unit/abstract_test.rb
466
465
  - test/unit/bash_test.rb
467
466
  - test/unit/exception_handler_test.rb
467
+ - test/unit/abstract_test.rb
468
468
  - test/unit/command_extensions_test.rb