foreman_setup 2.0.4 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.tx/config +8 -0
- data/CHANGES.md +3 -0
- data/lib/foreman_setup/engine.rb +6 -0
- data/lib/foreman_setup/version.rb +1 -1
- data/locale/Makefile +62 -0
- data/locale/de/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/de/foreman_setup.po +223 -0
- data/locale/en/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/en/foreman_setup.po +201 -0
- data/locale/en_GB/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/en_GB/foreman_setup.po +223 -0
- data/locale/es/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/es/foreman_setup.po +223 -0
- data/locale/foreman_setup.pot +201 -0
- data/locale/fr/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/fr/foreman_setup.po +224 -0
- data/locale/gemspec.rb +2 -0
- data/locale/it/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/it/foreman_setup.po +222 -0
- data/locale/ja/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/ja/foreman_setup.po +222 -0
- data/locale/ko/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/ko/foreman_setup.po +222 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/pt_BR/foreman_setup.po +222 -0
- data/locale/ru/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/ru/foreman_setup.po +222 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/sv_SE/foreman_setup.po +223 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/zh_CN/foreman_setup.po +222 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_setup.mo +0 -0
- data/locale/zh_TW/foreman_setup.po +222 -0
- metadata +32 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_setup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominic Cleal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: deface
|
@@ -33,6 +33,7 @@ extra_rdoc_files:
|
|
33
33
|
- LICENSE
|
34
34
|
- README.md
|
35
35
|
files:
|
36
|
+
- ".tx/config"
|
36
37
|
- CHANGES.md
|
37
38
|
- LICENSE
|
38
39
|
- README.md
|
@@ -61,6 +62,35 @@ files:
|
|
61
62
|
- lib/foreman_setup.rb
|
62
63
|
- lib/foreman_setup/engine.rb
|
63
64
|
- lib/foreman_setup/version.rb
|
65
|
+
- locale/Makefile
|
66
|
+
- locale/de/LC_MESSAGES/foreman_setup.mo
|
67
|
+
- locale/de/foreman_setup.po
|
68
|
+
- locale/en/LC_MESSAGES/foreman_setup.mo
|
69
|
+
- locale/en/foreman_setup.po
|
70
|
+
- locale/en_GB/LC_MESSAGES/foreman_setup.mo
|
71
|
+
- locale/en_GB/foreman_setup.po
|
72
|
+
- locale/es/LC_MESSAGES/foreman_setup.mo
|
73
|
+
- locale/es/foreman_setup.po
|
74
|
+
- locale/foreman_setup.pot
|
75
|
+
- locale/fr/LC_MESSAGES/foreman_setup.mo
|
76
|
+
- locale/fr/foreman_setup.po
|
77
|
+
- locale/gemspec.rb
|
78
|
+
- locale/it/LC_MESSAGES/foreman_setup.mo
|
79
|
+
- locale/it/foreman_setup.po
|
80
|
+
- locale/ja/LC_MESSAGES/foreman_setup.mo
|
81
|
+
- locale/ja/foreman_setup.po
|
82
|
+
- locale/ko/LC_MESSAGES/foreman_setup.mo
|
83
|
+
- locale/ko/foreman_setup.po
|
84
|
+
- locale/pt_BR/LC_MESSAGES/foreman_setup.mo
|
85
|
+
- locale/pt_BR/foreman_setup.po
|
86
|
+
- locale/ru/LC_MESSAGES/foreman_setup.mo
|
87
|
+
- locale/ru/foreman_setup.po
|
88
|
+
- locale/sv_SE/LC_MESSAGES/foreman_setup.mo
|
89
|
+
- locale/sv_SE/foreman_setup.po
|
90
|
+
- locale/zh_CN/LC_MESSAGES/foreman_setup.mo
|
91
|
+
- locale/zh_CN/foreman_setup.po
|
92
|
+
- locale/zh_TW/LC_MESSAGES/foreman_setup.mo
|
93
|
+
- locale/zh_TW/foreman_setup.po
|
64
94
|
homepage: http://github.com/theforeman/foreman_setup
|
65
95
|
licenses:
|
66
96
|
- GPL-3
|