thecore_ui_rails_admin 3.2.9 → 3.2.10
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/routes.rb +5 -0
- data/lib/thecore_ui_rails_admin/version.rb +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 892a5d575d0171e6881144b95338d4066c0d6dca3fc41eb188cb36ae5ef719a1
|
|
4
|
+
data.tar.gz: 42a6438268820de28674afcfa3ff05cd8d85d76315b98d490ddfe10253c523e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3815b325a979a01a89101929d93178ed7edc8c9ab65d4a79c2cef10967b5e66d0ff8a45dea6f86415ddeae40ccd78b291a01ea4222101f51c1a08c05834dd18
|
|
7
|
+
data.tar.gz: 5558132194aecb42b4daca83f34337683d8b6cb6a1c745f17905c8da1d15dcd3449bc1616bc1cc700b076709a0926de691659bfddb784f7d4451b38aa36bfdfe
|
data/config/routes.rb
ADDED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_ui_rails_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-16 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: thecore_ui_commons
|
|
@@ -107,6 +106,7 @@ files:
|
|
|
107
106
|
- config/locales/it.main.yml
|
|
108
107
|
- config/locales/it.rails_admin.yml
|
|
109
108
|
- config/locales/it.rollincode.yml
|
|
109
|
+
- config/routes.rb
|
|
110
110
|
- db/seeds.rb
|
|
111
111
|
- lib/member_actions/change_password.rb
|
|
112
112
|
- lib/root_actions/active_job_monitor.rb
|
|
@@ -121,7 +121,6 @@ metadata:
|
|
|
121
121
|
homepage_uri: https://github.com/gabrieletassoni/thecore_ui_rails_admin
|
|
122
122
|
source_code_uri: https://github.com/gabrieletassoni/thecore_ui_rails_admin
|
|
123
123
|
changelog_uri: https://github.com/gabrieletassoni/thecore_ui_rails_admin/blob/master/CHANGELOG.md
|
|
124
|
-
post_install_message:
|
|
125
124
|
rdoc_options: []
|
|
126
125
|
require_paths:
|
|
127
126
|
- lib
|
|
@@ -136,8 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
135
|
- !ruby/object:Gem::Version
|
|
137
136
|
version: '0'
|
|
138
137
|
requirements: []
|
|
139
|
-
rubygems_version: 3.
|
|
140
|
-
signing_key:
|
|
138
|
+
rubygems_version: 3.6.2
|
|
141
139
|
specification_version: 4
|
|
142
140
|
summary: Thecore Backend UI based on Rails Admin.
|
|
143
141
|
test_files: []
|