hammer_cli_foreman_remote_execution 0.3.0 → 0.3.2

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 (67) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb +2 -0
  3. data/lib/hammer_cli_foreman_remote_execution/i18n.rb +5 -7
  4. data/lib/hammer_cli_foreman_remote_execution/interface_extensions.rb +2 -2
  5. data/lib/hammer_cli_foreman_remote_execution/job_invocation.rb +6 -4
  6. data/lib/hammer_cli_foreman_remote_execution/job_template.rb +8 -6
  7. data/lib/hammer_cli_foreman_remote_execution/options/normalizers.rb +5 -3
  8. data/lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb +4 -1
  9. data/lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb +3 -1
  10. data/lib/hammer_cli_foreman_remote_execution/template_input.rb +2 -0
  11. data/lib/hammer_cli_foreman_remote_execution/version.rb +3 -1
  12. data/lib/hammer_cli_foreman_remote_execution.rb +2 -0
  13. data/locale/ca/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  14. data/locale/ca/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  15. data/locale/cs_CZ/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  16. data/locale/cs_CZ/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  17. data/locale/de/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  18. data/locale/de/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  19. data/locale/en/LC_MESSAGES/{hammer-cli-foreman-remote-execution.mo → hammer_cli_foreman_remote_execution.mo} +0 -0
  20. data/locale/en/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +1 -1
  21. data/locale/es/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  22. data/locale/es/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +42 -48
  23. data/locale/fr/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  24. data/locale/fr/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +48 -52
  25. data/locale/it/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  26. data/locale/it/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  27. data/locale/ja/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  28. data/locale/ja/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +50 -56
  29. data/locale/ka/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  30. data/locale/ka/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  31. data/locale/ko/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  32. data/locale/ko/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +64 -70
  33. data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  34. data/locale/pt_BR/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  35. data/locale/ru/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  36. data/locale/ru/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +44 -50
  37. data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  38. data/locale/zh_CN/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +50 -56
  39. data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
  40. data/locale/zh_TW/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
  41. data/test/unit/foreign_input_set_test.rb +2 -0
  42. data/test/unit/job_invocation_test.rb +10 -6
  43. data/test/unit/job_template_test.rb +9 -4
  44. data/test/unit/remote_execution_feature_test.rb +2 -1
  45. data/test/unit/template_input_test.rb +2 -0
  46. metadata +39 -43
  47. data/.gitignore +0 -24
  48. data/.rubocop.yml +0 -8
  49. data/.travis.yml +0 -9
  50. data/.tx/config +0 -9
  51. data/Gemfile +0 -24
  52. data/Rakefile +0 -21
  53. data/hammer_cli_foreman_remote_execution.gemspec +0 -21
  54. data/locale/ca/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  55. data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  56. data/locale/de/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  57. data/locale/es/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  58. data/locale/fr/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  59. data/locale/it/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  60. data/locale/ja/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  61. data/locale/ka/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  62. data/locale/ko/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  63. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  64. data/locale/ru/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  65. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  66. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  67. /data/locale/{hammer-cli-foreman-remote-execution.pot → hammer_cli_foreman_remote_execution.pot} +0 -0
data/Rakefile DELETED
@@ -1,21 +0,0 @@
1
- require 'bundler/gem_tasks'
2
- require 'rake/testtask'
3
- require 'ci/reporter/rake/minitest'
4
-
5
- Rake::TestTask.new :test do |t|
6
- t.libs.push "lib"
7
- t.test_files = Dir.glob('test/**/*_test.rb')
8
- t.verbose = true
9
- end
10
-
11
- namespace :pkg do
12
- desc 'Generate package source gem'
13
- task :generate_source => :build
14
- end
15
-
16
- task :default => :test
17
-
18
- require "hammer_cli_foreman_remote_execution/version"
19
- require "hammer_cli_foreman_remote_execution/i18n"
20
- require "hammer_cli/i18n/find_task"
21
- HammerCLI::I18n::FindTask.define(HammerCLIForemanRemoteExecution::I18n::LocaleDomain.new, HammerCLIForemanRemoteExecution.version.to_s)
@@ -1,21 +0,0 @@
1
- require File.expand_path('../lib/hammer_cli_foreman_remote_execution/version', __FILE__)
2
-
3
- Gem::Specification.new do |s|
4
- s.name = 'hammer_cli_foreman_remote_execution'
5
- s.version = HammerCLIForemanRemoteExecution.version.dup
6
- s.platform = Gem::Platform::RUBY
7
- s.authors = ['Foreman Remote Execution team']
8
- s.email = ['foreman-dev@googlegroups.com']
9
- s.homepage = 'https://github.com/theforeman/hammer_cli_foreman_remote_execution'
10
- s.license = 'GPL-3.0-or-later'
11
-
12
- s.summary = 'CLI for the Foreman remote execution plugin'
13
- s.description = 'CLI for the Foreman remote execution plugin'
14
-
15
- s.files = `git ls-files`.split("\n")
16
- s.test_files = `git ls-files test`.split("\n")
17
- s.extra_rdoc_files = `git ls-files doc`.split("\n") + Dir['README*', 'LICENSE']
18
-
19
- s.add_dependency 'hammer_cli_foreman', '>= 0.1.3', '< 4.0.0'
20
- s.add_dependency 'hammer_cli_foreman_tasks', '~> 0.0.3'
21
- end