thecore_ui_commons 3.0.15 → 3.0.16

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: 646f9e150f18ef935b6f175c6ba70c829d9ced9d9887234273055555b47fae16
4
- data.tar.gz: 53066f2f4a92fadd08601c721f51d477c7faf6edc24472edfbde66e6aafc0866
3
+ metadata.gz: e6f8afab0deca3a883a68376140f09ccfb40fbf4a34f2d8da722e0a225f88f30
4
+ data.tar.gz: fcd75e03841c25cf721df91a5161f341a071b38cfbb6569ed5c4c280f75dcb8f
5
5
  SHA512:
6
- metadata.gz: 862137076c0b53474b9a3059c69a1e9e776de2926638cdf56c9e99c12e5726880e99449f8dd0049a1cf08490fb33d9999e5b0da2a2cdab622887a1ac9318b89a
7
- data.tar.gz: f10bc6898772f4f8203a0f1f29115997cb52f5e12fbe038fcf952aa6ba303cf5c0df772dc8f27e6bb2a50df5debdf2b7026b1cf8d45c67264afaba88f826adae
6
+ metadata.gz: 7db0ddab55c33f7c83da467bf3d8e31756f98b6f8781d1e10bf79dd2dd35a1e062c7dbd3e339a8b3cefbc98c4d6d5d3ecd21ae1ca750f26bfba55edd35cc862c
7
+ data.tar.gz: 64b2be96ae451bfcb116b746c9df27cef69d884b40ecf447f828c46645fd0aee71489d7e78e51b7fbd10b3e0b081bdbad0a983b4ca1ce2eca2f9a6243897c058
@@ -1,3 +1,4 @@
1
+ puts "ApplicationController Concern from ThecoreUiCommons"
1
2
  require 'active_support/concern'
2
3
 
3
4
  module ConcernApplicationController
@@ -1,3 +1,4 @@
1
+ puts "User Concern from ThecoreUiCommons"
1
2
  require 'active_support/concern'
2
3
 
3
4
  module ThecoreUiCommonsUserConcern
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.0.15
4
+ version: 3.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-14 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_backend_commons