hammer_cli 0.6.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. checksums.yaml +4 -4
  2. data/config/cli_config.template.yml +4 -1
  3. data/doc/development_tips.md +2 -2
  4. data/doc/release_notes.md +13 -1
  5. data/lib/hammer_cli/apipie/option_definition.rb +3 -0
  6. data/lib/hammer_cli/defaults.rb +35 -16
  7. data/lib/hammer_cli/defaults_commands.rb +2 -2
  8. data/lib/hammer_cli/logger.rb +1 -1
  9. data/lib/hammer_cli/options/normalizers.rb +22 -10
  10. data/lib/hammer_cli/output/adapter/abstract.rb +5 -0
  11. data/lib/hammer_cli/output/adapter/csv.rb +5 -0
  12. data/lib/hammer_cli/output/adapter/table.rb +5 -0
  13. data/lib/hammer_cli/output/adapter/tree_structure.rb +5 -0
  14. data/lib/hammer_cli/output/output.rb +1 -1
  15. data/lib/hammer_cli/output/record_collection.rb +8 -4
  16. data/lib/hammer_cli/settings.rb +2 -0
  17. data/lib/hammer_cli/validator.rb +49 -1
  18. data/lib/hammer_cli/version.rb +1 -1
  19. data/locale/ca/LC_MESSAGES/hammer-cli.mo +0 -0
  20. data/locale/ca/hammer-cli.edit.po +411 -0
  21. data/locale/ca/hammer-cli.po +338 -0
  22. data/locale/ca/hammer-cli.po.time_stamp +0 -0
  23. data/locale/de/LC_MESSAGES/hammer-cli.mo +0 -0
  24. data/locale/de/hammer-cli.edit.po +16 -16
  25. data/locale/de/hammer-cli.po +25 -5
  26. data/locale/en/LC_MESSAGES/hammer-cli.mo +0 -0
  27. data/locale/en/hammer-cli.edit.po +46 -26
  28. data/locale/en/hammer-cli.po +20 -3
  29. data/locale/en_GB/LC_MESSAGES/hammer-cli.mo +0 -0
  30. data/locale/en_GB/hammer-cli.edit.po +25 -25
  31. data/locale/en_GB/hammer-cli.po +25 -5
  32. data/locale/es/LC_MESSAGES/hammer-cli.mo +0 -0
  33. data/locale/es/hammer-cli.po +24 -6
  34. data/locale/fr/LC_MESSAGES/hammer-cli.mo +0 -0
  35. data/locale/fr/hammer-cli.edit.po +26 -26
  36. data/locale/fr/hammer-cli.po +24 -6
  37. data/locale/hammer-cli.pot +50 -28
  38. data/locale/it/LC_MESSAGES/hammer-cli.mo +0 -0
  39. data/locale/it/hammer-cli.edit.po +9 -9
  40. data/locale/it/hammer-cli.po +25 -5
  41. data/locale/ja/LC_MESSAGES/hammer-cli.mo +0 -0
  42. data/locale/ja/hammer-cli.edit.po +9 -9
  43. data/locale/ja/hammer-cli.po +25 -5
  44. data/locale/ko/LC_MESSAGES/hammer-cli.mo +0 -0
  45. data/locale/ko/hammer-cli.edit.po +9 -9
  46. data/locale/ko/hammer-cli.po +25 -5
  47. data/locale/pt_BR/LC_MESSAGES/hammer-cli.mo +0 -0
  48. data/locale/pt_BR/hammer-cli.edit.po +6 -6
  49. data/locale/pt_BR/hammer-cli.po +25 -5
  50. data/locale/ru/LC_MESSAGES/hammer-cli.mo +0 -0
  51. data/locale/ru/hammer-cli.edit.po +31 -30
  52. data/locale/ru/hammer-cli.po +25 -5
  53. data/locale/zh_CN/LC_MESSAGES/hammer-cli.mo +0 -0
  54. data/locale/zh_CN/hammer-cli.edit.po +9 -9
  55. data/locale/zh_CN/hammer-cli.po +26 -6
  56. data/locale/zh_TW/LC_MESSAGES/hammer-cli.mo +0 -0
  57. data/locale/zh_TW/hammer-cli.edit.po +9 -9
  58. data/locale/zh_TW/hammer-cli.po +25 -5
  59. data/test/functional/defaults_test.rb +12 -0
  60. data/test/reports/TEST-Fields-ContainerField-display-.xml +1 -1
  61. data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +5 -5
  62. data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +5 -5
  63. data/test/reports/TEST-Fields-ContainerField.xml +1 -1
  64. data/test/reports/TEST-Fields-Field-display-.xml +1 -1
  65. data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +3 -3
  66. data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +3 -3
  67. data/test/reports/TEST-Fields-Field-hide-blank-.xml +3 -3
  68. data/test/reports/TEST-Fields-Field-parameters.xml +2 -2
  69. data/test/reports/TEST-Fields-Field.xml +4 -4
  70. data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +5 -5
  71. data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +4 -4
  72. data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +8 -10
  73. data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +3 -3
  74. data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +3 -3
  75. data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +7 -7
  76. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +3 -3
  77. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +4 -4
  78. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +3 -3
  79. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +1 -1
  80. data/test/reports/TEST-HammerCLI-AbstractCommand.xml +3 -3
  81. data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +3 -3
  82. data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +2 -2
  83. data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +7 -7
  84. data/test/reports/TEST-HammerCLI-Apipie-Command.xml +2 -2
  85. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +4 -4
  86. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +5 -5
  87. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +3 -3
  88. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +2 -8
  89. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +3 -3
  90. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +5 -5
  91. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +1 -1
  92. data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +12 -12
  93. data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +6 -6
  94. data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +7 -7
  95. data/test/reports/TEST-HammerCLI-Completer.xml +1 -1
  96. data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +10 -10
  97. data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +12 -12
  98. data/test/reports/TEST-HammerCLI-CompleterLine.xml +1 -1
  99. data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +9 -9
  100. data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +5 -5
  101. data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +4 -4
  102. data/test/reports/TEST-HammerCLI-CompleterWord.xml +1 -1
  103. data/test/reports/TEST-HammerCLI-Connection.xml +8 -8
  104. data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +8 -8
  105. data/test/reports/TEST-HammerCLI-I18n.xml +3 -3
  106. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +3 -3
  107. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +3 -3
  108. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +2 -2
  109. data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +1 -1
  110. data/test/reports/TEST-HammerCLI-MainCommand.xml +1 -1
  111. data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +4 -4
  112. data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +4 -4
  113. data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +4 -4
  114. data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +5 -5
  115. data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +1 -1
  116. data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +2 -4
  117. data/test/reports/TEST-HammerCLI-Modules-names.xml +4 -4
  118. data/test/reports/TEST-HammerCLI-Modules.xml +1 -1
  119. data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +1 -5
  120. data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +5 -1
  121. data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +2 -2
  122. data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +13 -13
  123. data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +6 -6
  124. data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +5 -5
  125. data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +8 -8
  126. data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +5 -5
  127. data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +6 -26
  128. data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +5 -5
  129. data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +1 -1
  130. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +2 -2
  131. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +3 -3
  132. data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +1 -1
  133. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +5 -5
  134. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +3 -3
  135. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +5 -5
  136. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +6 -6
  137. data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +2 -2
  138. data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +11 -11
  139. data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +1 -1
  140. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +3 -3
  141. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +4 -4
  142. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +3 -3
  143. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +3 -3
  144. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +3 -3
  145. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +3 -3
  146. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +1 -1
  147. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +5 -11
  148. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +3 -3
  149. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +3 -7
  150. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +2 -2
  151. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +3 -3
  152. data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +1 -1
  153. data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +3 -3
  154. data/test/reports/TEST-HammerCLI-Output-Definition.xml +3 -3
  155. data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +4 -4
  156. data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +3 -3
  157. data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +5 -5
  158. data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +4 -4
  159. data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +4 -4
  160. data/test/reports/TEST-HammerCLI-Output-Dsl.xml +2 -2
  161. data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +4 -4
  162. data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +3 -3
  163. data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +2 -2
  164. data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +3 -3
  165. data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +4 -4
  166. data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +4 -4
  167. data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +3 -3
  168. data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +4 -4
  169. data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +4 -4
  170. data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +4 -4
  171. data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +6 -6
  172. data/test/reports/TEST-HammerCLI-Output-Output-data.xml +5 -5
  173. data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +2 -2
  174. data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +7 -7
  175. data/test/reports/TEST-HammerCLI-Output-Output.xml +1 -1
  176. data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +4 -4
  177. data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +5 -5
  178. data/test/reports/TEST-HammerCLI-Settings.xml +10 -10
  179. data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +3 -3
  180. data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +5 -5
  181. data/test/reports/TEST-HammerCLI-ShellHistory.xml +1 -1
  182. data/test/reports/TEST-MiniTest-Spec.xml +1 -1
  183. data/test/reports/TEST-String-camelize.xml +3 -3
  184. data/test/reports/TEST-String-formatting.xml +6 -6
  185. data/test/reports/TEST-String-indent.xml +3 -3
  186. data/test/reports/{TEST-HammerCLI-interactive-.xml → TEST-String-interactive-.xml} +4 -4
  187. data/test/reports/TEST-String.xml +1 -1
  188. data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +4 -4
  189. data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +1 -1
  190. data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +4 -4
  191. data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +1 -1
  192. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +2 -2
  193. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +4 -4
  194. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +4 -4
  195. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +1 -1
  196. data/test/reports/TEST-constraints.xml +1 -1
  197. data/test/unit/apipie/option_definition_test.rb +9 -0
  198. data/test/unit/defaults_test.rb +84 -22
  199. data/test/unit/fixtures/defaults/defaults_dashed.yml +6 -0
  200. data/test/unit/options/normalizers_test.rb +46 -34
  201. data/test/unit/output/adapter/abstract_test.rb +4 -0
  202. data/test/unit/output/adapter/base_test.rb +4 -0
  203. data/test/unit/output/adapter/csv_test.rb +4 -0
  204. data/test/unit/output/adapter/json_test.rb +4 -0
  205. data/test/unit/output/adapter/table_test.rb +19 -3
  206. data/test/unit/output/adapter/yaml_test.rb +4 -0
  207. data/test/unit/output/record_collection_test.rb +26 -0
  208. data/test/unit/settings_test.rb +11 -1
  209. data/test/unit/validator_test.rb +111 -6
  210. metadata +192 -247
  211. data/test/reports/TEST-Fields-Label-display-.xml +0 -7
  212. data/test/reports/TEST-Fields-Label-display-blank-is-allowed.xml +0 -15
  213. data/test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml +0 -15
  214. data/test/reports/TEST-Fields-Label.xml +0 -7
  215. data/test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml +0 -11
  216. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml +0 -9
  217. data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml +0 -13
  218. data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml +0 -7
  219. data/test/reports/TEST-HammerCLI-Defaults.xml +0 -19
  220. data/test/reports/TEST-HammerCLI-Options-Matcher.xml +0 -17
  221. data/test/reports/TEST-HammerCLI-Options-Normalizers-number.xml +0 -11
  222. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml +0 -11
  223. data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml +0 -9
  224. data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml +0 -27
  225. data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml +0 -11
  226. data/test/reports/TEST-HammerCLI-Output-Adapter-Json.xml +0 -7
  227. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml +0 -9
  228. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml +0 -27
  229. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml +0 -11
  230. data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml +0 -7
  231. data/test/reports/TEST-HammerCLI-constant-path.xml +0 -15
  232. data/test/reports/TEST-HammerCLI.xml +0 -7
  233. data/test/reports/TEST-Logging-LogEvent-filtering.xml +0 -9
  234. data/test/reports/TEST-Logging-LogEvent.xml +0 -7
  235. data/test/reports/TEST-String-constantize.xml +0 -15
  236. data/test/reports/TEST-String-underscore.xml +0 -13
  237. data/test/reports/TEST-commands-defaults-add.xml +0 -21
  238. data/test/reports/TEST-commands-defaults-delete.xml +0 -11
  239. data/test/reports/TEST-commands-defaults-list.xml +0 -11
  240. data/test/reports/TEST-commands-defaults-providers.xml +0 -11
  241. data/test/reports/TEST-commands.xml +0 -7
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: 0.6.1
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Bačovský
@@ -9,118 +9,118 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-03-15 00:00:00.000000000 Z
12
+ date: 2016-06-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - '>='
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: 1.0.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - '>='
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
27
  version: 1.0.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: logging
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: awesome_print
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - '>='
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: table_print
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - '>='
60
+ - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - '>='
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: highline
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - '>='
74
+ - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - '>='
81
+ - - ">="
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: fast_gettext
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - '>='
88
+ - - ">="
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  type: :runtime
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - '>='
95
+ - - ">="
96
96
  - !ruby/object:Gem::Version
97
97
  version: '0'
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: locale
100
100
  requirement: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - '>='
102
+ - - ">="
103
103
  - !ruby/object:Gem::Version
104
104
  version: 2.0.6
105
105
  type: :runtime
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - '>='
109
+ - - ">="
110
110
  - !ruby/object:Gem::Version
111
111
  version: 2.0.6
112
112
  - !ruby/object:Gem::Dependency
113
113
  name: apipie-bindings
114
114
  requirement: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - ~>
116
+ - - "~>"
117
117
  - !ruby/object:Gem::Version
118
118
  version: 0.0.14
119
119
  type: :runtime
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
122
122
  requirements:
123
- - - ~>
123
+ - - "~>"
124
124
  - !ruby/object:Gem::Version
125
125
  version: 0.0.14
126
126
  description: |
@@ -130,21 +130,21 @@ executables:
130
130
  - hammer
131
131
  extensions: []
132
132
  extra_rdoc_files:
133
- - doc/creating_apipie_commands.md
134
- - doc/creating_commands.md
135
- - doc/design.png
133
+ - doc/option_builders.md
136
134
  - doc/design.uml
137
- - doc/development_tips.md
138
- - doc/i18n.md
139
- - doc/installation_deb.md
135
+ - doc/writing_a_plugin.md
140
136
  - doc/installation_gem.md
141
- - doc/installation_rpm.md
142
- - doc/installation_source.md
143
- - doc/option_builders.md
144
137
  - doc/option_normalizers.md
145
- - doc/writing_a_plugin.md
138
+ - doc/development_tips.md
139
+ - doc/i18n.md
140
+ - doc/creating_apipie_commands.md
146
141
  - doc/developer_docs.md
142
+ - doc/design.png
143
+ - doc/creating_commands.md
144
+ - doc/installation_source.md
145
+ - doc/installation_rpm.md
147
146
  - doc/installation.md
147
+ - doc/installation_deb.md
148
148
  - doc/release_notes.md
149
149
  - config/cli.modules.d/module_config_template.yml
150
150
  - config/cli_config.template.yml
@@ -228,6 +228,10 @@ files:
228
228
  - lib/hammer_cli/version.rb
229
229
  - locale/Makefile
230
230
  - locale/README.md
231
+ - locale/ca/LC_MESSAGES/hammer-cli.mo
232
+ - locale/ca/hammer-cli.edit.po
233
+ - locale/ca/hammer-cli.po
234
+ - locale/ca/hammer-cli.po.time_stamp
231
235
  - locale/de/LC_MESSAGES/hammer-cli.mo
232
236
  - locale/de/hammer-cli.edit.po
233
237
  - locale/de/hammer-cli.po
@@ -290,10 +294,6 @@ files:
290
294
  - test/reports/TEST-Fields-Field-hide-blank-.xml
291
295
  - test/reports/TEST-Fields-Field-parameters.xml
292
296
  - test/reports/TEST-Fields-Field.xml
293
- - test/reports/TEST-Fields-Label-display-.xml
294
- - test/reports/TEST-Fields-Label-display-blank-is-allowed.xml
295
- - test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml
296
- - test/reports/TEST-Fields-Label.xml
297
297
  - test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml
298
298
  - test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml
299
299
  - test/reports/TEST-HammerCLI-AbstractCommand-logging.xml
@@ -306,7 +306,6 @@ files:
306
306
  - test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml
307
307
  - test/reports/TEST-HammerCLI-AbstractCommand.xml
308
308
  - test/reports/TEST-HammerCLI-Apipie-Command-options.xml
309
- - test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml
310
309
  - test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml
311
310
  - test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml
312
311
  - test/reports/TEST-HammerCLI-Apipie-Command.xml
@@ -314,12 +313,9 @@ files:
314
313
  - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml
315
314
  - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml
316
315
  - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml
317
- - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml
318
316
  - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml
319
317
  - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml
320
318
  - test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml
321
- - test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml
322
- - test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml
323
319
  - test/reports/TEST-HammerCLI-Completer-command-completion.xml
324
320
  - test/reports/TEST-HammerCLI-Completer-option-value-completion.xml
325
321
  - test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml
@@ -332,7 +328,6 @@ files:
332
328
  - test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml
333
329
  - test/reports/TEST-HammerCLI-CompleterWord.xml
334
330
  - test/reports/TEST-HammerCLI-Connection.xml
335
- - test/reports/TEST-HammerCLI-Defaults.xml
336
331
  - test/reports/TEST-HammerCLI-ExceptionHandler.xml
337
332
  - test/reports/TEST-HammerCLI-I18n.xml
338
333
  - test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml
@@ -350,7 +345,6 @@ files:
350
345
  - test/reports/TEST-HammerCLI-Modules.xml
351
346
  - test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml
352
347
  - test/reports/TEST-HammerCLI-OptionBuilderContainer.xml
353
- - test/reports/TEST-HammerCLI-Options-Matcher.xml
354
348
  - test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml
355
349
  - test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml
356
350
  - test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml
@@ -359,10 +353,8 @@ files:
359
353
  - test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml
360
354
  - test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml
361
355
  - test/reports/TEST-HammerCLI-Options-Normalizers-list.xml
362
- - test/reports/TEST-HammerCLI-Options-Normalizers-number.xml
363
356
  - test/reports/TEST-HammerCLI-Options-Normalizers.xml
364
357
  - test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml
365
- - test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml
366
358
  - test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml
367
359
  - test/reports/TEST-HammerCLI-Options-OptionDefinition.xml
368
360
  - test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml
@@ -379,20 +371,12 @@ files:
379
371
  - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml
380
372
  - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml
381
373
  - test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml
382
- - test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml
383
- - test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml
384
- - test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml
385
- - test/reports/TEST-HammerCLI-Output-Adapter-Json.xml
386
374
  - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml
387
375
  - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml
388
376
  - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml
389
377
  - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml
390
378
  - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml
391
379
  - test/reports/TEST-HammerCLI-Output-Adapter-Table.xml
392
- - test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml
393
- - test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml
394
- - test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml
395
- - test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml
396
380
  - test/reports/TEST-HammerCLI-Output-Definition-empty-.xml
397
381
  - test/reports/TEST-HammerCLI-Output-Definition.xml
398
382
  - test/reports/TEST-HammerCLI-Output-Dsl-collection.xml
@@ -422,23 +406,12 @@ files:
422
406
  - test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml
423
407
  - test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml
424
408
  - test/reports/TEST-HammerCLI-ShellHistory.xml
425
- - test/reports/TEST-HammerCLI-constant-path.xml
426
- - test/reports/TEST-HammerCLI-interactive-.xml
427
- - test/reports/TEST-HammerCLI.xml
428
- - test/reports/TEST-Logging-LogEvent-filtering.xml
429
- - test/reports/TEST-Logging-LogEvent.xml
430
409
  - test/reports/TEST-MiniTest-Spec.xml
431
410
  - test/reports/TEST-String-camelize.xml
432
- - test/reports/TEST-String-constantize.xml
433
411
  - test/reports/TEST-String-formatting.xml
434
412
  - test/reports/TEST-String-indent.xml
435
- - test/reports/TEST-String-underscore.xml
413
+ - test/reports/TEST-String-interactive-.xml
436
414
  - test/reports/TEST-String.xml
437
- - test/reports/TEST-commands-defaults-add.xml
438
- - test/reports/TEST-commands-defaults-delete.xml
439
- - test/reports/TEST-commands-defaults-list.xml
440
- - test/reports/TEST-commands-defaults-providers.xml
441
- - test/reports/TEST-commands.xml
442
415
  - test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml
443
416
  - test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml
444
417
  - test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml
@@ -460,6 +433,7 @@ files:
460
433
  - test/unit/fixtures/apipie/architectures.json
461
434
  - test/unit/fixtures/apipie/documented.json
462
435
  - test/unit/fixtures/defaults/defaults.yml
436
+ - test/unit/fixtures/defaults/defaults_dashed.yml
463
437
  - test/unit/fixtures/json_input/invalid.json
464
438
  - test/unit/fixtures/json_input/valid.json
465
439
  - test/unit/history_test.rb
@@ -498,12 +472,12 @@ require_paths:
498
472
  - lib
499
473
  required_ruby_version: !ruby/object:Gem::Requirement
500
474
  requirements:
501
- - - '>='
475
+ - - ">="
502
476
  - !ruby/object:Gem::Version
503
477
  version: '0'
504
478
  required_rubygems_version: !ruby/object:Gem::Requirement
505
479
  requirements:
506
- - - '>='
480
+ - - ">="
507
481
  - !ruby/object:Gem::Version
508
482
  version: '0'
509
483
  requirements: []
@@ -513,213 +487,184 @@ signing_key:
513
487
  specification_version: 4
514
488
  summary: Universal command-line interface
515
489
  test_files:
516
- - test/unit/abstract_test.rb
517
- - test/unit/apipie/option_definition_test.rb
518
- - test/unit/apipie/command_test.rb
519
- - test/unit/apipie/option_builder_test.rb
520
- - test/unit/completer_test.rb
521
- - test/unit/connection_test.rb
522
- - test/unit/fixtures/apipie/architectures.json
523
- - test/unit/fixtures/apipie/documented.json
524
- - test/unit/fixtures/json_input/invalid.json
525
- - test/unit/fixtures/json_input/valid.json
526
- - test/unit/fixtures/defaults/defaults.yml
527
- - test/unit/history_test.rb
528
- - test/unit/i18n_test.rb
529
- - test/unit/logger_test.rb
530
- - test/unit/main_test.rb
531
- - test/unit/modules_test.rb
532
- - test/unit/option_builder_test.rb
533
- - test/unit/options/field_filter_test.rb
534
- - test/unit/options/matcher_test.rb
535
- - test/unit/options/option_definition_test.rb
536
- - test/unit/options/normalizers_test.rb
537
- - test/unit/output/adapter/abstract_test.rb
538
- - test/unit/output/adapter/base_test.rb
539
- - test/unit/output/adapter/csv_test.rb
540
- - test/unit/output/adapter/table_test.rb
541
- - test/unit/output/adapter/json_test.rb
542
- - test/unit/output/adapter/yaml_test.rb
543
- - test/unit/output/definition_test.rb
544
- - test/unit/output/dsl_test.rb
545
- - test/unit/output/fields_test.rb
546
- - test/unit/output/output_test.rb
547
- - test/unit/output/record_collection_test.rb
548
- - test/unit/output/formatters_test.rb
549
- - test/unit/settings_test.rb
550
- - test/unit/utils_test.rb
551
- - test/unit/validator_test.rb
552
- - test/unit/exception_handler_test.rb
553
- - test/unit/defaults_test.rb
554
- - test/unit/test_helper.rb
555
- - test/reports/TEST-Fields-ContainerField.xml
556
- - test/reports/TEST-Fields-ContainerField-display-.xml
557
- - test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml
558
- - test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml
559
- - test/reports/TEST-Fields-Field.xml
560
- - test/reports/TEST-Fields-Field-display-.xml
561
- - test/reports/TEST-Fields-Field-display-blank-is-allowed.xml
490
+ - test/reports/TEST-HammerCLI-MainCommand.xml
491
+ - test/reports/TEST-HammerCLI-ShellHistory.xml
562
492
  - test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml
563
- - test/reports/TEST-Fields-Field-hide-blank-.xml
564
- - test/reports/TEST-Fields-Field-parameters.xml
565
- - test/reports/TEST-Fields-Label.xml
566
- - test/reports/TEST-Fields-Label-display-.xml
567
- - test/reports/TEST-Fields-Label-display-blank-is-allowed.xml
568
- - test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml
569
- - test/reports/TEST-HammerCLI.xml
570
- - test/reports/TEST-HammerCLI-AbstractCommand.xml
571
- - test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml
572
- - test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml
573
- - test/reports/TEST-HammerCLI-AbstractCommand-logging.xml
574
- - test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml
575
- - test/reports/TEST-HammerCLI-AbstractCommand-options.xml
576
- - test/reports/TEST-HammerCLI-AbstractCommand-output.xml
577
- - test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml
578
- - test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml
579
- - test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml
580
- - test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml
581
- - test/reports/TEST-HammerCLI-Apipie-Command.xml
493
+ - test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml
494
+ - test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml
495
+ - test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml
496
+ - test/reports/TEST-HammerCLI-CompleterWord-complete-.xml
497
+ - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml
498
+ - test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml
499
+ - test/reports/TEST-HammerCLI-Output-Definition.xml
500
+ - test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml
501
+ - test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml
582
502
  - test/reports/TEST-HammerCLI-Apipie-Command-options.xml
583
- - test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml
584
503
  - test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml
585
- - test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml
586
- - test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml
587
- - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml
588
- - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml
589
- - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml
590
- - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml
591
- - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml
504
+ - test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml
505
+ - test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml
506
+ - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml
507
+ - test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml
508
+ - test/reports/TEST-constraints.xml
509
+ - test/reports/TEST-HammerCLI-Output-Adapter-Table.xml
510
+ - test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml
511
+ - test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml
512
+ - test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml
513
+ - test/reports/TEST-HammerCLI-Apipie-Command.xml
514
+ - test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml
592
515
  - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml
516
+ - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml
517
+ - test/reports/TEST-Fields-ContainerField.xml
518
+ - test/reports/TEST-HammerCLI-AbstractCommand-output.xml
519
+ - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml
520
+ - test/reports/TEST-HammerCLI-Modules.xml
521
+ - test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml
522
+ - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml
523
+ - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml
524
+ - test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml
525
+ - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml
526
+ - test/reports/TEST-HammerCLI-Modules-find-by-name.xml
527
+ - test/reports/TEST-HammerCLI-Output-Output-formatters.xml
528
+ - test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml
529
+ - test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml
530
+ - test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml
531
+ - test/reports/TEST-HammerCLI-Output-Output.xml
593
532
  - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml
594
- - test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml
595
- - test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml
596
- - test/reports/TEST-HammerCLI-Completer.xml
597
- - test/reports/TEST-HammerCLI-Completer-command-completion.xml
598
- - test/reports/TEST-HammerCLI-Completer-option-value-completion.xml
599
- - test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml
600
533
  - test/reports/TEST-HammerCLI-CompleterLine.xml
601
- - test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml
602
- - test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml
603
- - test/reports/TEST-HammerCLI-CompleterWord.xml
604
- - test/reports/TEST-HammerCLI-CompleterWord-complete-.xml
605
- - test/reports/TEST-HammerCLI-CompleterWord-quote.xml
606
- - test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml
534
+ - test/reports/TEST-HammerCLI-Modules-names.xml
535
+ - test/reports/TEST-Fields-Field-hide-blank-.xml
536
+ - test/reports/TEST-HammerCLI-AbstractCommand-logging.xml
607
537
  - test/reports/TEST-HammerCLI-Connection.xml
608
- - test/reports/TEST-HammerCLI-Defaults.xml
609
- - test/reports/TEST-HammerCLI-ExceptionHandler.xml
610
- - test/reports/TEST-HammerCLI-I18n.xml
611
- - test/reports/TEST-HammerCLI-MainCommand.xml
612
- - test/reports/TEST-HammerCLI-MainCommand-loading-context.xml
538
+ - test/reports/TEST-HammerCLI-CompleterWord-quote.xml
539
+ - test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml
540
+ - test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml
613
541
  - test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml
614
- - test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml
615
- - test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml
616
- - test/reports/TEST-HammerCLI-Modules.xml
617
- - test/reports/TEST-HammerCLI-Modules-find-by-name.xml
618
- - test/reports/TEST-HammerCLI-Modules-load-a-module.xml
619
- - test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml
620
- - test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml
621
- - test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml
622
- - test/reports/TEST-String.xml
623
- - test/reports/TEST-HammerCLI-Modules-load-all-modules.xml
624
- - test/reports/TEST-HammerCLI-Modules-names.xml
542
+ - test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml
543
+ - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml
625
544
  - test/reports/TEST-HammerCLI-OptionBuilderContainer.xml
626
- - test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml
627
- - test/reports/TEST-HammerCLI-Options-Matcher.xml
628
- - test/reports/TEST-HammerCLI-Options-Normalizers.xml
629
- - test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml
630
- - test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml
631
- - test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml
632
- - test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml
545
+ - test/reports/TEST-HammerCLI-Output-FieldFilter.xml
546
+ - test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml
547
+ - test/reports/TEST-HammerCLI-CompleterWord.xml
548
+ - test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml
549
+ - test/reports/TEST-HammerCLI-Modules-load-a-module.xml
550
+ - test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml
633
551
  - test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml
634
- - test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml
635
- - test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml
636
- - test/reports/TEST-HammerCLI-Options-Normalizers-list.xml
637
- - test/reports/TEST-HammerCLI-Options-Normalizers-number.xml
638
- - test/reports/TEST-HammerCLI-Options-OptionDefinition.xml
639
- - test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml
640
- - test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml
641
- - test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml
642
- - test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml
643
- - test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml
644
- - test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml
645
- - test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml
646
- - test/reports/TEST-HammerCLI-Output-Adapter-Base.xml
647
- - test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml
648
552
  - test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml
649
- - test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml
553
+ - test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml
554
+ - test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml
555
+ - test/reports/TEST-String.xml
556
+ - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml
557
+ - test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml
558
+ - test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml
559
+ - test/reports/TEST-Fields-ContainerField-display-.xml
560
+ - test/reports/TEST-HammerCLI-Settings-load-from-paths.xml
650
561
  - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml
651
- - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml
652
- - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml
653
- - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml
562
+ - test/reports/TEST-HammerCLI-Settings.xml
563
+ - test/reports/TEST-HammerCLI-Output-RecordCollection.xml
564
+ - test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml
565
+ - test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml
566
+ - test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml
567
+ - test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml
568
+ - test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml
569
+ - test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml
570
+ - test/reports/TEST-HammerCLI-Output-Output-messages.xml
571
+ - test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml
572
+ - test/reports/TEST-HammerCLI-Completer-option-value-completion.xml
573
+ - test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml
574
+ - test/reports/TEST-Fields-Field.xml
575
+ - test/reports/TEST-HammerCLI-AbstractCommand.xml
576
+ - test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml
577
+ - test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml
578
+ - test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml
579
+ - test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml
580
+ - test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml
654
581
  - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml
655
- - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml
656
- - test/reports/TEST-HammerCLI-Output-Adapter-Json.xml
657
- - test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml
658
- - test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml
659
- - test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml
660
- - test/reports/TEST-HammerCLI-Output-Adapter-Table.xml
661
- - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml
662
- - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml
663
- - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml
664
- - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml
665
- - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml
666
- - test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml
667
- - test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml
668
- - test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml
669
- - test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml
670
- - test/reports/TEST-HammerCLI-Output-Definition.xml
671
- - test/reports/TEST-HammerCLI-Output-Definition-empty-.xml
582
+ - test/reports/TEST-HammerCLI-Completer-command-completion.xml
583
+ - test/reports/TEST-HammerCLI-Options-OptionDefinition.xml
584
+ - test/reports/TEST-HammerCLI-Modules-load-all-modules.xml
585
+ - test/reports/TEST-HammerCLI-Output-Dsl-label.xml
586
+ - test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml
587
+ - test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml
588
+ - test/reports/TEST-HammerCLI-I18n.xml
589
+ - test/reports/TEST-MiniTest-Spec.xml
590
+ - test/reports/TEST-HammerCLI-Output-Output-adapters.xml
591
+ - test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml
592
+ - test/reports/TEST-HammerCLI-Options-Normalizers.xml
672
593
  - test/reports/TEST-HammerCLI-Output-Dsl.xml
594
+ - test/reports/TEST-HammerCLI-Output-Output-data.xml
595
+ - test/reports/TEST-Fields-Field-display-.xml
673
596
  - test/reports/TEST-HammerCLI-Output-Dsl-collection.xml
674
- - test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml
597
+ - test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml
675
598
  - test/reports/TEST-HammerCLI-Output-Dsl-fields.xml
676
- - test/reports/TEST-HammerCLI-Output-Dsl-label.xml
599
+ - test/reports/TEST-HammerCLI-MainCommand-loading-context.xml
600
+ - test/reports/TEST-HammerCLI-Completer.xml
601
+ - test/reports/TEST-String-interactive-.xml
602
+ - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml
603
+ - test/reports/TEST-String-formatting.xml
677
604
  - test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml
678
- - test/reports/TEST-HammerCLI-Output-FieldFilter.xml
679
- - test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml
605
+ - test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml
606
+ - test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml
680
607
  - test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml
681
- - test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml
682
- - test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml
683
- - test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml
684
- - test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml
685
- - test/reports/TEST-HammerCLI-Settings.xml
686
- - test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml
687
- - test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml
608
+ - test/reports/TEST-HammerCLI-ExceptionHandler.xml
609
+ - test/reports/TEST-HammerCLI-Output-Adapter-Base.xml
610
+ - test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml
611
+ - test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml
612
+ - test/reports/TEST-Fields-Field-parameters.xml
613
+ - test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml
614
+ - test/reports/TEST-Fields-Field-display-blank-is-allowed.xml
688
615
  - test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml
689
- - test/reports/TEST-HammerCLI-Output-Output.xml
690
- - test/reports/TEST-HammerCLI-Output-Output-adapters.xml
691
- - test/reports/TEST-HammerCLI-Output-Output-data.xml
692
- - test/reports/TEST-HammerCLI-Output-Output-formatters.xml
693
- - test/reports/TEST-HammerCLI-Output-Output-messages.xml
694
- - test/reports/TEST-HammerCLI-Output-RecordCollection.xml
695
- - test/reports/TEST-HammerCLI-Settings-load-from-paths.xml
696
- - test/reports/TEST-HammerCLI-ShellHistory.xml
697
- - test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml
698
- - test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml
699
- - test/reports/TEST-HammerCLI-constant-path.xml
700
- - test/reports/TEST-HammerCLI-interactive-.xml
701
- - test/reports/TEST-Logging-LogEvent.xml
702
- - test/reports/TEST-Logging-LogEvent-filtering.xml
703
- - test/reports/TEST-MiniTest-Spec.xml
616
+ - test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml
704
617
  - test/reports/TEST-String-camelize.xml
705
- - test/reports/TEST-String-constantize.xml
706
- - test/reports/TEST-String-formatting.xml
707
618
  - test/reports/TEST-String-indent.xml
708
- - test/reports/TEST-String-underscore.xml
709
- - test/reports/TEST-commands.xml
710
- - test/reports/TEST-commands-defaults-add.xml
711
- - test/reports/TEST-commands-defaults-delete.xml
712
- - test/reports/TEST-commands-defaults-list.xml
713
- - test/reports/TEST-commands-defaults-providers.xml
714
- - test/reports/TEST-constraints.xml
619
+ - test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml
620
+ - test/reports/TEST-HammerCLI-Options-Normalizers-list.xml
621
+ - test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml
715
622
  - test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml
716
- - test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml
717
- - test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml
718
- - test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml
719
- - test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml
720
- - test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml
721
- - test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml
722
- - test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml
623
+ - test/reports/TEST-HammerCLI-AbstractCommand-options.xml
624
+ - test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml
625
+ - test/reports/TEST-HammerCLI-Output-Definition-empty-.xml
626
+ - test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml
723
627
  - test/functional/defaults_test.rb
724
628
  - test/functional/test_helper.rb
629
+ - test/unit/logger_test.rb
630
+ - test/unit/abstract_test.rb
631
+ - test/unit/validator_test.rb
632
+ - test/unit/main_test.rb
633
+ - test/unit/options/field_filter_test.rb
634
+ - test/unit/options/option_definition_test.rb
635
+ - test/unit/options/normalizers_test.rb
636
+ - test/unit/options/matcher_test.rb
637
+ - test/unit/settings_test.rb
638
+ - test/unit/exception_handler_test.rb
639
+ - test/unit/defaults_test.rb
640
+ - test/unit/utils_test.rb
641
+ - test/unit/fixtures/json_input/valid.json
642
+ - test/unit/fixtures/json_input/invalid.json
643
+ - test/unit/fixtures/apipie/documented.json
644
+ - test/unit/fixtures/apipie/architectures.json
645
+ - test/unit/fixtures/defaults/defaults.yml
646
+ - test/unit/fixtures/defaults/defaults_dashed.yml
647
+ - test/unit/apipie/command_test.rb
648
+ - test/unit/apipie/option_definition_test.rb
649
+ - test/unit/apipie/option_builder_test.rb
650
+ - test/unit/i18n_test.rb
651
+ - test/unit/option_builder_test.rb
652
+ - test/unit/output/fields_test.rb
653
+ - test/unit/output/adapter/csv_test.rb
654
+ - test/unit/output/adapter/abstract_test.rb
655
+ - test/unit/output/adapter/json_test.rb
656
+ - test/unit/output/adapter/base_test.rb
657
+ - test/unit/output/adapter/table_test.rb
658
+ - test/unit/output/adapter/yaml_test.rb
659
+ - test/unit/output/dsl_test.rb
660
+ - test/unit/output/output_test.rb
661
+ - test/unit/output/formatters_test.rb
662
+ - test/unit/output/record_collection_test.rb
663
+ - test/unit/output/definition_test.rb
664
+ - test/unit/completer_test.rb
665
+ - test/unit/history_test.rb
666
+ - test/unit/modules_test.rb
667
+ - test/unit/test_helper.rb
668
+ - test/unit/connection_test.rb
725
669
  - test/test_helper.rb
670
+ has_rdoc: