foreman_theme_satellite 13.2.5 → 13.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/assets/javascripts/foreman_theme_satellite/locale/es/foreman_theme_satellite.js +124 -0
- data/app/assets/javascripts/foreman_theme_satellite/locale/fr/foreman_theme_satellite.js +124 -0
- data/app/assets/javascripts/foreman_theme_satellite/locale/ja/foreman_theme_satellite.js +124 -0
- data/app/assets/javascripts/foreman_theme_satellite/locale/ka/foreman_theme_satellite.js +62 -62
- data/app/assets/javascripts/foreman_theme_satellite/locale/pt_BR/foreman_theme_satellite.js +124 -0
- data/app/assets/javascripts/foreman_theme_satellite/locale/zh_CN/foreman_theme_satellite.js +124 -0
- data/app/controllers/concerns/documentation_controller_branding.rb +5 -7
- data/app/helpers/theme_application_helper.rb +1 -1
- data/app/overrides/satellite_name_override.rb +1 -1
- data/app/views/foreman_theme_satellite/_theme_client_side_branding.js.erb +37 -27
- data/db/migrate/20180605150932_deprecate_satellite_templates.rb +4 -0
- data/lib/foreman_theme_satellite/branded_words.rb +2 -1
- data/lib/foreman_theme_satellite/documentation.rb +21 -21
- data/lib/foreman_theme_satellite/engine.rb +1 -1
- data/lib/foreman_theme_satellite/version.rb +1 -1
- data/lib/tasks/foreman_theme_satellite_tasks.rake +0 -21
- data/locale/Makefile +12 -2
- data/locale/es/LC_MESSAGES/foreman_theme_satellite.mo +0 -0
- data/locale/es/foreman_theme_satellite.po +126 -0
- data/locale/fr/LC_MESSAGES/foreman_theme_satellite.mo +0 -0
- data/locale/fr/foreman_theme_satellite.po +127 -0
- data/locale/ja/LC_MESSAGES/foreman_theme_satellite.mo +0 -0
- data/locale/ja/foreman_theme_satellite.po +123 -0
- data/locale/ka/LC_MESSAGES/foreman_theme_satellite.mo +0 -0
- data/locale/ka/foreman_theme_satellite.po +1 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_theme_satellite.mo +0 -0
- data/locale/pt_BR/foreman_theme_satellite.po +128 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_theme_satellite.mo +0 -0
- data/locale/zh_CN/foreman_theme_satellite.po +126 -0
- data/package.json +1 -1
- metadata +23 -50
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_theme_satellite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.
|
4
|
+
version: 13.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shimon Stein
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -54,61 +54,19 @@ dependencies:
|
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '0'
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
|
-
name: rubocop
|
57
|
+
name: theforeman-rubocop
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
|
-
- - "
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '0'
|
63
|
-
type: :development
|
64
|
-
prerelease: false
|
65
|
-
version_requirements: !ruby/object:Gem::Requirement
|
66
|
-
requirements:
|
67
|
-
- - ">="
|
68
|
-
- !ruby/object:Gem::Version
|
69
|
-
version: '0'
|
70
|
-
- !ruby/object:Gem::Dependency
|
71
|
-
name: rubocop-minitest
|
72
|
-
requirement: !ruby/object:Gem::Requirement
|
73
|
-
requirements:
|
74
|
-
- - ">="
|
60
|
+
- - "~>"
|
75
61
|
- !ruby/object:Gem::Version
|
76
|
-
version:
|
62
|
+
version: 0.1.0
|
77
63
|
type: :development
|
78
64
|
prerelease: false
|
79
65
|
version_requirements: !ruby/object:Gem::Requirement
|
80
66
|
requirements:
|
81
|
-
- - "
|
82
|
-
- !ruby/object:Gem::Version
|
83
|
-
version: '0'
|
84
|
-
- !ruby/object:Gem::Dependency
|
85
|
-
name: rubocop-performance
|
86
|
-
requirement: !ruby/object:Gem::Requirement
|
87
|
-
requirements:
|
88
|
-
- - ">="
|
67
|
+
- - "~>"
|
89
68
|
- !ruby/object:Gem::Version
|
90
|
-
version:
|
91
|
-
type: :development
|
92
|
-
prerelease: false
|
93
|
-
version_requirements: !ruby/object:Gem::Requirement
|
94
|
-
requirements:
|
95
|
-
- - ">="
|
96
|
-
- !ruby/object:Gem::Version
|
97
|
-
version: '0'
|
98
|
-
- !ruby/object:Gem::Dependency
|
99
|
-
name: rubocop-rails
|
100
|
-
requirement: !ruby/object:Gem::Requirement
|
101
|
-
requirements:
|
102
|
-
- - ">="
|
103
|
-
- !ruby/object:Gem::Version
|
104
|
-
version: '0'
|
105
|
-
type: :development
|
106
|
-
prerelease: false
|
107
|
-
version_requirements: !ruby/object:Gem::Requirement
|
108
|
-
requirements:
|
109
|
-
- - ">="
|
110
|
-
- !ruby/object:Gem::Version
|
111
|
-
version: '0'
|
69
|
+
version: 0.1.0
|
112
70
|
description: Theme changes for Satellite 6.
|
113
71
|
email:
|
114
72
|
- sshtein@redhat.com
|
@@ -125,7 +83,12 @@ files:
|
|
125
83
|
- app/assets/images/foreman_theme_satellite/login_bg.svg
|
126
84
|
- app/assets/images/foreman_theme_satellite/login_logo.svg
|
127
85
|
- app/assets/images/foreman_theme_satellite/supported_icon.png
|
86
|
+
- app/assets/javascripts/foreman_theme_satellite/locale/es/foreman_theme_satellite.js
|
87
|
+
- app/assets/javascripts/foreman_theme_satellite/locale/fr/foreman_theme_satellite.js
|
88
|
+
- app/assets/javascripts/foreman_theme_satellite/locale/ja/foreman_theme_satellite.js
|
128
89
|
- app/assets/javascripts/foreman_theme_satellite/locale/ka/foreman_theme_satellite.js
|
90
|
+
- app/assets/javascripts/foreman_theme_satellite/locale/pt_BR/foreman_theme_satellite.js
|
91
|
+
- app/assets/javascripts/foreman_theme_satellite/locale/zh_CN/foreman_theme_satellite.js
|
129
92
|
- app/assets/javascripts/foreman_theme_satellite/theme_dashboard.js
|
130
93
|
- app/assets/javascripts/foreman_theme_satellite/theme_ng_page_title.js
|
131
94
|
- app/assets/stylesheets/foreman_theme_satellite/application_colors.css
|
@@ -195,10 +158,20 @@ files:
|
|
195
158
|
- lib/generators/foreman_theme_satellite/lib/css_compare.rb
|
196
159
|
- lib/tasks/foreman_theme_satellite_tasks.rake
|
197
160
|
- locale/Makefile
|
161
|
+
- locale/es/LC_MESSAGES/foreman_theme_satellite.mo
|
162
|
+
- locale/es/foreman_theme_satellite.po
|
198
163
|
- locale/foreman_theme_satellite.pot
|
164
|
+
- locale/fr/LC_MESSAGES/foreman_theme_satellite.mo
|
165
|
+
- locale/fr/foreman_theme_satellite.po
|
199
166
|
- locale/gemspec.rb
|
167
|
+
- locale/ja/LC_MESSAGES/foreman_theme_satellite.mo
|
168
|
+
- locale/ja/foreman_theme_satellite.po
|
200
169
|
- locale/ka/LC_MESSAGES/foreman_theme_satellite.mo
|
201
170
|
- locale/ka/foreman_theme_satellite.po
|
171
|
+
- locale/pt_BR/LC_MESSAGES/foreman_theme_satellite.mo
|
172
|
+
- locale/pt_BR/foreman_theme_satellite.po
|
173
|
+
- locale/zh_CN/LC_MESSAGES/foreman_theme_satellite.mo
|
174
|
+
- locale/zh_CN/foreman_theme_satellite.po
|
202
175
|
- package.json
|
203
176
|
- webpack/index.js
|
204
177
|
homepage: https://github.com/RedHatSatellite/foreman_theme_satellite
|
@@ -221,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
194
|
- !ruby/object:Gem::Version
|
222
195
|
version: '0'
|
223
196
|
requirements: []
|
224
|
-
rubygems_version: 3.5.
|
197
|
+
rubygems_version: 3.5.16
|
225
198
|
signing_key:
|
226
199
|
specification_version: 4
|
227
200
|
summary: This is a plugin that enables building a theme for Foreman.
|