thecore_ui_commons 3.0.5 → 3.0.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dd27a645b94418f783b2d33af6efb502eee82c7726113360cdc1866e233631d
|
4
|
+
data.tar.gz: ab0658ba5482e95e28475ea802a4965c32516594d0caa7ad7849df38cff065dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45cb398b8d6831adff38a42d1d08720170f1baeac8bc393e35f02db5d4cffb57e651fcc70614e4b20f46fa8c0c796d747a6d9c417f4628289160c7866a3ebc9f
|
7
|
+
data.tar.gz: ccc7f6e528f7d2879453add2ecad869b3bde7357e36ae2b8351b79ab961fe170b4da56c5379efe88cba0ef7ef63caca90b50614e6c14a600d56eaea424db13a5
|
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"short_name": "
|
2
|
+
"short_name": "Thecore",
|
3
3
|
"icons": [
|
4
4
|
{
|
5
5
|
"src": "<%= image_path 'android-chrome-192x192.png' %>",
|
@@ -12,9 +12,9 @@
|
|
12
12
|
"type": "image/png"
|
13
13
|
}
|
14
14
|
],
|
15
|
-
"name": "
|
16
|
-
"theme_color": "
|
17
|
-
"background_color": "
|
15
|
+
"name": "Thecore",
|
16
|
+
"theme_color": "#37505C",
|
17
|
+
"background_color": "#96616B",
|
18
18
|
"orientation": "portrait",
|
19
19
|
"display": "standalone",
|
20
20
|
"optional_permissions": ["clipboardWrite", "clipboardRead"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
@@ -126,7 +126,7 @@ files:
|
|
126
126
|
- app/assets/images/logo.png
|
127
127
|
- app/assets/javascripts/browserconfig.xml
|
128
128
|
- app/assets/javascripts/devise/sessions.js.erb
|
129
|
-
- app/assets/javascripts/manifest.json
|
129
|
+
- app/assets/javascripts/manifest.json
|
130
130
|
- app/assets/stylesheets/devise/sessions.css
|
131
131
|
- app/controllers/application_controller.rb
|
132
132
|
- app/views/active_storage/blobs/_blob.html.erb
|