thecore_ui_commons 3.2.18 → 3.3.0
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/after_initialize.rb +0 -1
- data/config/routes.rb +1 -1
- data/lib/thecore_ui_commons/version.rb +1 -1
- metadata +3 -4
- data/config/initializers/concern_user.rb +0 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19752343d81d42f8c2ebdb8c71079f385e467476686b46c43cd25fc087b9c584
|
4
|
+
data.tar.gz: a99132193a01f73cee8535406ed5d687466ebe7ba0cc3e225f6da41e27c05711
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1a098a251d40d2dc360a1a97fbd8d73f1b15be4b183317d140da6e724458877db8d996825c2f5875ce071cf5d165d4ebfa4bb7685af895ad6d024a43ab56b72
|
7
|
+
data.tar.gz: b427171a2c150699b158a42ef6b30f08ae357c0852a98bdef9c944a4e3caf57bcc54a0148dbad892ea5ce0d12ed84197e96c8deeba83deae56d77e18c19b32d2
|
data/config/routes.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: thecore_backend_commons
|
@@ -127,7 +127,6 @@ files:
|
|
127
127
|
- config/initializers/application_config.rb
|
128
128
|
- config/initializers/assets.rb
|
129
129
|
- config/initializers/concern_common_application_controller.rb
|
130
|
-
- config/initializers/concern_user.rb
|
131
130
|
- config/initializers/helper_charts.rb
|
132
131
|
- config/locales/en.ra_settings.yml
|
133
132
|
- config/locales/en.simple_form.yml
|
@@ -168,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
167
|
- !ruby/object:Gem::Version
|
169
168
|
version: '0'
|
170
169
|
requirements: []
|
171
|
-
rubygems_version: 3.6.
|
170
|
+
rubygems_version: 3.6.7
|
172
171
|
specification_version: 4
|
173
172
|
summary: Common artifacts for the UIs.
|
174
173
|
test_files: []
|