fixes #16558 - update hammer_cli_katello requirement (#31)
refs #9848 - move config files to gem
Update hammer_cli_import.gemspec
Change the way of obtaining @api
So it reflects all possible ways of getting credentialsthat other submodules/subcommands use
Repository-discovery, first draft
fix path to version
corrects:gem build hammer_cli_import.gemspecInvalid gemspec in [hammer_cli_import.gemspec]: cannot load such file -- lib/hammer_cli_import/versionERROR: Error loading gemspec. Aborting.
Follow recommendation (rubocop) to use $LOAD_PATH instead of $:
Rubocop: StringLiterals
Add require to know the symbol
Update version to 0.2.0 - we're in Sprint-2Also teach gemspec about version.rb instead of hardcoding
Initial attempt for example hammer plugin
Fails to load module (when added to config), but without `lib` directory it seemed to work.