thecore_ui_rails_admin 2.7.2.pre.test → 2.7.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28c8617277c00b03d5ad15a9823a02c1ff753b0eb9761fb76fc7f69bfc16dc9f
|
|
4
|
+
data.tar.gz: d803f8a83c1b2b32f7599b93a5431cb9722f7d51ba16b0e97448c3c4dde0b58a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29278d8dd9e6a91fc0a1eb7ce5c48da58d299c1a704efade6deeb0cb62dd8ab0f8ff94d92930e2294e868ce0bfc9b54c0c8c7b5bb0d54c8dbaab99b5251f1a4e
|
|
7
|
+
data.tar.gz: 845a2af77808789fd8334c3d0499c07c653d1b8af263bff62f2b03f9cb3ae723362bb8ea882af6c583d991487b2776f61de9023699c053c7ae9a71abdebd3c72
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_ui_rails_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.7.
|
|
4
|
+
version: 2.7.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore_ui_commons
|
|
@@ -169,11 +169,9 @@ files:
|
|
|
169
169
|
- config/initializers/thecore_concern.rb
|
|
170
170
|
- config/initializers/thecore_ui_rails_admin_app_configs.rb
|
|
171
171
|
- config/initializers/thecore_ui_rails_admin_load_root_actions_for.rb
|
|
172
|
-
- config/locales/en.index_cards.custom.yml
|
|
173
172
|
- config/locales/en.main.yml
|
|
174
173
|
- config/locales/en.rails_admin.yml
|
|
175
174
|
- config/locales/en.rollincode.yml
|
|
176
|
-
- config/locales/it.index_cards.custom.yml
|
|
177
175
|
- config/locales/it.main.yml
|
|
178
176
|
- config/locales/it.rails_admin.yml
|
|
179
177
|
- config/locales/it.rollincode.yml
|
|
@@ -210,9 +208,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
210
208
|
version: '0'
|
|
211
209
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
212
210
|
requirements:
|
|
213
|
-
- - "
|
|
211
|
+
- - ">="
|
|
214
212
|
- !ruby/object:Gem::Version
|
|
215
|
-
version:
|
|
213
|
+
version: '0'
|
|
216
214
|
requirements: []
|
|
217
215
|
rubygems_version: 3.0.3.1
|
|
218
216
|
signing_key:
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
it:
|
|
2
|
-
admin:
|
|
3
|
-
actions:
|
|
4
|
-
new:
|
|
5
|
-
menu: ""
|
|
6
|
-
index:
|
|
7
|
-
menu: ""
|
|
8
|
-
export:
|
|
9
|
-
menu: ""
|
|
10
|
-
export:
|
|
11
|
-
found: ➦
|
|
12
|
-
misc:
|
|
13
|
-
order_by: ⇅
|
|
14
|
-
scopes: ⋔
|
|
15
|
-
add_filter: ⋔
|
|
16
|
-
add_new: ⋔
|
|
17
|
-
refresh: Apply Filters
|
|
18
|
-
bulk_menu_title: ☑
|
|
19
|
-
select:
|
|
20
|
-
toggle: ☒
|