activeadmin_assets 1.0.2 → 1.2.0

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: a4e49048e3874322418919af21daaf6a53baa64ef650df29dcfc9d66d873d3af
4
- data.tar.gz: 579a0e37a947478697775d3560d2c32713370c54a08faa448ffb064a632e0ea3
3
+ metadata.gz: b1ad6cca57187e26a7316c2b27e45ac3a34ac305a1b76c01f4afa38464db23d2
4
+ data.tar.gz: d047334a7a073177f9288ee2542c2db4c9eb82cb2bfe18341dd9d37d2a0d4fc3
5
5
  SHA512:
6
- metadata.gz: 4c09d0440b6dd013e38d79a84dd0cfac8229db7d00d80f2f8ae8b5c19ceae4b094fc2e2c01bb034c828a7040512c7863561e4aa6a347f8e59cdf6e335b01583d
7
- data.tar.gz: b480d676088f6518d9718ac38a5ca0cfcba30d545c5e74411ba1ce811c48ee9c4fea60383fe7db451be0cea6babe1ac4432b9f3536d9a13f95c74a1c86acddb2
6
+ metadata.gz: a4a1a872d09a631a6544ac74f64e98e8d7351594a8357f78cdbb8deb080bd3cd92ad2f9691bd18798b47b6da00339cb5996caf185637edc143190070a148d79b
7
+ data.tar.gz: 2e2310b34da8dbd622d7b97df3917638e1f0db18de15e78fa2f05f3f93307e81c00b6333f80bc7bac3c939d437ac3c969aa4dd2b6d8f9ddc44e709491fb8b120
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.2.0] - 2025-11-28
4
+
5
+ - Support ActiveAdmin 4.0.0.beta19
6
+
7
+ ## [1.1.0] - 2025-08-09
8
+
9
+ - Support ActiveAdmin 4.0.0.beta16
10
+
3
11
  ## [1.0.2] - 2024-09-17
4
12
 
5
13
  - Don't raise if inexistent asset is accessed, just log a warning
data/README.md CHANGED
@@ -16,7 +16,6 @@ Like the asset gems of old, it includes static copies of all required assets and
16
16
 
17
17
  - This will prevent you from customizing ActiveAdmin's tailwind config, making theming more hacky.
18
18
  - This will prevent you from using tailwind classes that are not used by ActiveAdmin itself.
19
- - This might break with ActiveAdmin updates, though I don't consider it likely so its not version-locked yet.
20
19
 
21
20
  ## Installation
22
21
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveAdminAssets
4
- VERSION = '1.0.2'
4
+ VERSION = '1.2.0'
5
5
  end
data/package.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "activeadmin_assets",
3
+ "dependencies": {
4
+ "@activeadmin/activeadmin": "4.0.0-beta19",
5
+ "tailwindcss": "^4.1.17"
6
+ }
7
+ }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janosch Müller
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2024-09-17 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activeadmin
@@ -15,7 +15,7 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: 4.0.0.beta7
18
+ version: 4.0.0.beta19
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
21
  version: 5.0.0
@@ -25,7 +25,7 @@ dependencies:
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: 4.0.0.beta7
28
+ version: 4.0.0.beta19
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
31
  version: 5.0.0
@@ -72,6 +72,7 @@ files:
72
72
  - lib/activeadmin_assets/railtie.rb
73
73
  - lib/activeadmin_assets/url_patch.rb
74
74
  - lib/activeadmin_assets/version.rb
75
+ - package.json
75
76
  homepage: https://github.com/jaynetics/activeadmin_assets
76
77
  licenses:
77
78
  - MIT
@@ -93,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
94
  - !ruby/object:Gem::Version
94
95
  version: '0'
95
96
  requirements: []
96
- rubygems_version: 3.6.0.dev
97
+ rubygems_version: 3.6.7
97
98
  specification_version: 4
98
99
  summary: Run ActiveAdmin v4 without asset setup.
99
100
  test_files: []