activeadmin 4.0.0.beta11 → 4.0.0.beta12
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/UPGRADING.md +2 -2
- data/lib/active_admin/version.rb +1 -1
- data/vendor/bundle/offense.rb +1 -0
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f813aff0e1f46af219b2a140e89d47c49d0a1789469a7de1696fb51a9a3f9bfa
|
|
4
|
+
data.tar.gz: 4a89afdb369f20b03fb313db3171ad186b2aed66968271e840bd8da9fdf4f127
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d81333a08a10871b0f1fca78836bccca4011de36153e8da14935a23dece664a3fee5f3ebba0e6f8070c0a014948ff41a8bfe5c162a40296e40013d95322f5ed
|
|
7
|
+
data.tar.gz: 4d98685077e1ac9fb02aff03e13f987595bf2b5d8a950a8b21e615f6057000e8a812f050849397f2edad46b1602dd0ff658f54fe1013b5740e94c63a09a78c20
|
data/UPGRADING.md
CHANGED
|
@@ -8,14 +8,14 @@ ActiveAdmin v4 uses TailwindCSS. It has **mobile web, dark mode and RTL support*
|
|
|
8
8
|
|
|
9
9
|
These instructions assume the `cssbundling-rails` and `importmap-rails` gems are already installed and you have run their install commands in your app. If you haven't done so, please do before continuing.
|
|
10
10
|
|
|
11
|
-
Update your `Gemfile` with `gem "activeadmin", "4.0.0.
|
|
11
|
+
Update your `Gemfile` with `gem "activeadmin", "4.0.0.beta12"` and then run `gem install activeadmin --pre`.
|
|
12
12
|
|
|
13
13
|
Now, run `rails generate active_admin:assets` to replace the old assets with the new files.
|
|
14
14
|
|
|
15
15
|
Then add the npm package and update the `build:css` script.
|
|
16
16
|
|
|
17
17
|
```
|
|
18
|
-
yarn add @activeadmin/activeadmin@4.0.0-
|
|
18
|
+
yarn add @activeadmin/activeadmin@4.0.0-beta12
|
|
19
19
|
npm pkg set scripts.build:css="tailwindcss -i ./app/assets/stylesheets/active_admin.css -o ./app/assets/builds/active_admin.css --minify -c tailwind-active_admin.config.js"
|
|
20
20
|
```
|
|
21
21
|
|
data/lib/active_admin/version.rb
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
puts "Ciao"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeadmin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.0.
|
|
4
|
+
version: 4.0.0.beta12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Charles Maresh
|
|
@@ -15,7 +15,7 @@ authors:
|
|
|
15
15
|
autorequire:
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
|
-
date: 2024-
|
|
18
|
+
date: 2024-09-15 00:00:00.000000000 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: arbre
|
|
@@ -79,14 +79,14 @@ dependencies:
|
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '
|
|
82
|
+
version: '2.0'
|
|
83
83
|
type: :runtime
|
|
84
84
|
prerelease: false
|
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '
|
|
89
|
+
version: '2.0'
|
|
90
90
|
- !ruby/object:Gem::Dependency
|
|
91
91
|
name: kaminari
|
|
92
92
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -377,6 +377,7 @@ files:
|
|
|
377
377
|
- lib/generators/active_admin/resource/templates/resource.rb.erb
|
|
378
378
|
- lib/generators/active_admin/views_generator.rb
|
|
379
379
|
- plugin.js
|
|
380
|
+
- vendor/bundle/offense.rb
|
|
380
381
|
- vendor/javascript/flowbite.js
|
|
381
382
|
- vendor/javascript/rails_ujs_esm.js
|
|
382
383
|
homepage: https://activeadmin.info
|
|
@@ -406,7 +407,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
406
407
|
- !ruby/object:Gem::Version
|
|
407
408
|
version: '0'
|
|
408
409
|
requirements: []
|
|
409
|
-
rubygems_version: 3.5.
|
|
410
|
+
rubygems_version: 3.5.18
|
|
410
411
|
signing_key:
|
|
411
412
|
specification_version: 4
|
|
412
413
|
summary: Active Admin is a Ruby on Rails plugin for generating administration style
|