rails_admin_nested_list 0.0.4 → 0.0.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 +4 -4
- data/lib/rails_admin_nested_list/engine.rb +2 -2
- data/lib/rails_admin_nested_list/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd8f3747d7241b9cc6a22e9fb719268136967535c7f3057f6f1eeb4364a74acd
|
4
|
+
data.tar.gz: 340732ef44a535131f9fd34c314cfe430f4a3852bef40e436341a2a6357e8202
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69e9887e1d39062cb48e0cc659a6cca5e96f5751f2740989e502671482bb59879ea40a2d836152a71fd8584c5bc6141198e424debdab77511c839b5ec5caab9a
|
7
|
+
data.tar.gz: 35531623ccbbddb2c70041762831fe0fa1f13bce25dadc2019f6d80ee133902b8f47f4b8cd8a7771593e58c9f3f24dc65127fa7aa65997e9c17942a30aab1a9b
|
@@ -2,9 +2,9 @@ require 'rails'
|
|
2
2
|
require 'rails_admin_nested_list'
|
3
3
|
|
4
4
|
module RailsAdminNestedList
|
5
|
-
class Engine < Rails::Engine
|
5
|
+
class Engine < ::Rails::Engine
|
6
6
|
initializer "RailsAdminNestedList precompile hook", group: :all do |app|
|
7
|
-
app.config.assets.precompile += %w(rails_admin/
|
7
|
+
app.config.assets.precompile += %w(rails_admin/rails_admin_nested_list.css)
|
8
8
|
end
|
9
9
|
end
|
10
10
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_admin_nested_list
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Milot
|
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
- !ruby/object:Gem::Version
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
|
-
rubygems_version: 3.
|
116
|
+
rubygems_version: 3.3.7
|
117
117
|
signing_key:
|
118
118
|
specification_version: 4
|
119
119
|
summary: Rails admin Nested List
|