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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 913196672c01e879266587f4c0b21abb29ce1941aa87623d7917817c4ba1123a
4
- data.tar.gz: f0ffe43ac0da7414a4fc4d90763f6cd00d4a51db5d7c996c2bf8190671080aea
3
+ metadata.gz: 892a5d575d0171e6881144b95338d4066c0d6dca3fc41eb188cb36ae5ef719a1
4
+ data.tar.gz: 42a6438268820de28674afcfa3ff05cd8d85d76315b98d490ddfe10253c523e3
5
5
  SHA512:
6
- metadata.gz: b4a85e286d2fea0e6dc2159a66e9100a900c22e2a87966f2eff2610896a291d0a0abf0900cca22610bf60122e5ec110b6b8f9e867463628155f62b6e6e2b6450
7
- data.tar.gz: 2b3a49b8baacb4f822ab7d340cc26580c489c53ed8ee06bc891a2df7243938523761deeeb8d26babbd1aaed8d2d2f5cf30ac7a2099523801cd7ad69cb11a0d44
6
+ metadata.gz: d3815b325a979a01a89101929d93178ed7edc8c9ab65d4a79c2cef10967b5e66d0ff8a45dea6f86415ddeae40ccd78b291a01ea4222101f51c1a08c05834dd18
7
+ data.tar.gz: 5558132194aecb42b4daca83f34337683d8b6cb6a1c745f17905c8da1d15dcd3449bc1616bc1cc700b076709a0926de691659bfddb784f7d4451b38aa36bfdfe
data/config/routes.rb ADDED
@@ -0,0 +1,5 @@
1
+ Rails.application.routes.draw do
2
+ scope ENV.fetch("RAILS_RELATIVE_URL_ROOT", "/") do
3
+ mount RailsAdmin::Engine => '/app', as: 'rails_admin'
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = "3.2.9".freeze
2
+ VERSION = "3.2.10".freeze
3
3
  end
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.9
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: 2024-09-23 00:00:00.000000000 Z
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.5.16
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: []