thecore_ui_commons 3.1.3 → 3.1.4
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 +4 -4
- data/config/initializers/application_config.rb +3 -3
- data/lib/thecore_ui_commons/version.rb +1 -1
- data/lib/thecore_ui_commons.rb +1 -1
- metadata +3 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 067fb6a224e4460e351abc0435eab985badbab56d2314e431863792253be04ee
|
|
4
|
+
data.tar.gz: 8b4bbe4df0ee8767944cf53e901753c311e8a39629718066b2951de9560570f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e18cf5170e584d87629102d523148a91dde2a6db42e9802d3fe533eb53000658fc61cf8f064282e9fad4df8a0090d554458e5c1dd7ba0a1269ce6ef063bfce1b
|
|
7
|
+
data.tar.gz: 371c2f9f354b31d320e82c9902f5ebc55e22a1c132051e2907eb26062b5a89d565aa2b1d5de2ea68708b0fd5ede94d781b58cf2dbb52d51def82397aced6754c
|
|
@@ -2,9 +2,9 @@ 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
|
-
|
|
7
|
-
end
|
|
5
|
+
# Rails.application.config.serviceworker.routes.draw do
|
|
6
|
+
# match "/manifest.json"
|
|
7
|
+
# end
|
|
8
8
|
|
|
9
9
|
Rails.application.config.assets.configure do |env|
|
|
10
10
|
env.export_concurrent = false
|
data/lib/thecore_ui_commons.rb
CHANGED
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.4
|
|
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-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore_backend_commons
|
|
@@ -52,20 +52,6 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '2.1'
|
|
55
|
-
- !ruby/object:Gem::Dependency
|
|
56
|
-
name: serviceworker-rails
|
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
|
58
|
-
requirements:
|
|
59
|
-
- - "~>"
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
61
|
-
version: '0.6'
|
|
62
|
-
type: :runtime
|
|
63
|
-
prerelease: false
|
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
-
requirements:
|
|
66
|
-
- - "~>"
|
|
67
|
-
- !ruby/object:Gem::Version
|
|
68
|
-
version: '0.6'
|
|
69
55
|
- !ruby/object:Gem::Dependency
|
|
70
56
|
name: groupdate
|
|
71
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -182,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
182
168
|
- !ruby/object:Gem::Version
|
|
183
169
|
version: '0'
|
|
184
170
|
requirements: []
|
|
185
|
-
rubygems_version: 3.5.
|
|
171
|
+
rubygems_version: 3.5.9
|
|
186
172
|
signing_key:
|
|
187
173
|
specification_version: 4
|
|
188
174
|
summary: Common artifacts for the UIs.
|