thecore_ui_commons 3.1.4 → 3.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 067fb6a224e4460e351abc0435eab985badbab56d2314e431863792253be04ee
4
- data.tar.gz: 8b4bbe4df0ee8767944cf53e901753c311e8a39629718066b2951de9560570f4
3
+ metadata.gz: c7c120eedf4dca232e5d22b6b87d71f7eddad81af8e1611dd5f190f6339be78d
4
+ data.tar.gz: d567304745fff1ad9f6387104b0d74693eb6364ed55dd54d65085ecc49e835eb
5
5
  SHA512:
6
- metadata.gz: e18cf5170e584d87629102d523148a91dde2a6db42e9802d3fe533eb53000658fc61cf8f064282e9fad4df8a0090d554458e5c1dd7ba0a1269ce6ef063bfce1b
7
- data.tar.gz: 371c2f9f354b31d320e82c9902f5ebc55e22a1c132051e2907eb26062b5a89d565aa2b1d5de2ea68708b0fd5ede94d781b58cf2dbb52d51def82397aced6754c
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
@@ -5,7 +5,6 @@ Rails.application.config.assets.precompile += %w(
5
5
  favicon.ico
6
6
  customer_logo.png
7
7
  logo.png
8
- manifest.json
9
8
  devise/sessions.css
10
9
  devise/sessions.js
11
10
  thecore_ui_commons.js
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiCommons
2
- VERSION = "3.1.4".freeze
2
+ VERSION = "3.1.5".freeze
3
3
  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
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-06-11 00:00:00.000000000 Z
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.9
171
+ rubygems_version: 3.5.11
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Common artifacts for the UIs.