thecore_ui_commons 3.1.4 → 3.1.5
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: c7c120eedf4dca232e5d22b6b87d71f7eddad81af8e1611dd5f190f6339be78d
|
4
|
+
data.tar.gz: d567304745fff1ad9f6387104b0d74693eb6364ed55dd54d65085ecc49e835eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1c795e77b22556c32f79aba53590601a0863ec37006c3f1e96ae82a57585f078bd26980c033ed93252005824cdc885044ebba44882dbd1ae9e679d2ac58bcff
|
7
|
+
data.tar.gz: 8b5ea7538e46a1103157149e6f48c62e7c58cae08e8ff230da8f575dbcaf8b0c4499c57e74037bb29520163421de0cbdb363c4f93bdeee56fa8b9652083efd16
|
@@ -3,7 +3,6 @@
|
|
3
3
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
4
4
|
<title><%= Settings.app_name rescue "Thecore" %></title>
|
5
5
|
<link rel="icon" type="image/x-icon" href="<%= image_path 'favicon.ico' %>">
|
6
|
-
<%= tag("link", rel: "manifest", href: asset_path("manifest.json", skip_pipeline: true)) %>
|
7
6
|
<meta name="turbo-cache-control" content="no-cache">
|
8
7
|
<meta name="theme-color" content="#3b4e59">
|
9
8
|
<%= csrf_meta_tags %>
|
@@ -2,10 +2,6 @@ Rails.application.config.filter_parameters += [:password]
|
|
2
2
|
|
3
3
|
Rails.application.config.active_record.raise_in_transactional_callbacks = true
|
4
4
|
|
5
|
-
# Rails.application.config.serviceworker.routes.draw do
|
6
|
-
# match "/manifest.json"
|
7
|
-
# end
|
8
|
-
|
9
5
|
Rails.application.config.assets.configure do |env|
|
10
6
|
env.export_concurrent = false
|
11
7
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_backend_commons
|
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
168
|
- !ruby/object:Gem::Version
|
169
169
|
version: '0'
|
170
170
|
requirements: []
|
171
|
-
rubygems_version: 3.5.
|
171
|
+
rubygems_version: 3.5.11
|
172
172
|
signing_key:
|
173
173
|
specification_version: 4
|
174
174
|
summary: Common artifacts for the UIs.
|