foreman_remote_execution 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/job_invocations_controller.rb +7 -3
- data/app/views/templates/ssh/puppet_run_once.erb +1 -1
- data/foreman_remote_execution.gemspec +1 -1
- data/lib/foreman_remote_execution/engine.rb +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +211 -214
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +3 -6
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +6 -9
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +820 -0
- data/locale/foreman_remote_execution.pot +91 -95
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +42 -45
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +820 -0
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +819 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +820 -0
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +827 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +820 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +820 -0
- metadata +18 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_remote_execution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Foreman Remote Execution team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: deface
|
@@ -42,14 +42,14 @@ dependencies:
|
|
42
42
|
name: foreman-tasks
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: 0.8.0
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 0.8.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
@@ -351,10 +351,24 @@ files:
|
|
351
351
|
- locale/en/foreman_remote_execution.po
|
352
352
|
- locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo
|
353
353
|
- locale/en_GB/foreman_remote_execution.po
|
354
|
+
- locale/es/LC_MESSAGES/foreman_remote_execution.mo
|
355
|
+
- locale/es/foreman_remote_execution.po
|
354
356
|
- locale/foreman_remote_execution.pot
|
355
357
|
- locale/fr/LC_MESSAGES/foreman_remote_execution.mo
|
356
358
|
- locale/fr/foreman_remote_execution.po
|
357
359
|
- locale/gemspec.rb
|
360
|
+
- locale/ja/LC_MESSAGES/foreman_remote_execution.mo
|
361
|
+
- locale/ja/foreman_remote_execution.po
|
362
|
+
- locale/ko/LC_MESSAGES/foreman_remote_execution.mo
|
363
|
+
- locale/ko/foreman_remote_execution.po
|
364
|
+
- locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo
|
365
|
+
- locale/pt_BR/foreman_remote_execution.po
|
366
|
+
- locale/ru/LC_MESSAGES/foreman_remote_execution.mo
|
367
|
+
- locale/ru/foreman_remote_execution.po
|
368
|
+
- locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo
|
369
|
+
- locale/zh_CN/foreman_remote_execution.po
|
370
|
+
- locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo
|
371
|
+
- locale/zh_TW/foreman_remote_execution.po
|
358
372
|
- test/factories/foreman_remote_execution_factories.rb
|
359
373
|
- test/functional/api/v2/foreign_input_sets_controller_test.rb
|
360
374
|
- test/functional/api/v2/job_invocations_controller_test.rb
|