plutonium 0.20.3 → 0.20.4

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: 545bfd12db25550638b5a2e1bd63f238490416df72cb799385561c28792684a4
4
- data.tar.gz: 8658bb44139a602f1b8adcd66a888ee4c98a708bcec45e6aafc4afea328438e8
3
+ metadata.gz: 16d522e8ad969f3ce1d6015ca5c8495dda56abc6dbf42bfd43787820b1510c6f
4
+ data.tar.gz: b4b8f2ebb39c92dfd5aff0f327ccfddec9203b7f3bac1ff3d502ef6dc9ca2f96
5
5
  SHA512:
6
- metadata.gz: d0e4767510da8df48a19ad7450c377afa7b138b32dc04bdbc5de076d0600555b5a811df2b9161b5cede2b2ffad03c8ffd5faf3512cbaabfafc537e5abf9691dd
7
- data.tar.gz: 48205cfc48b3ecac7b073ccd05629f839489ae9a923a1f79961a9cf1cf863b8c6e3b74344e6418ec9bd67b2dfed6a8673bf5768d755d3af28b1d287282e58440
6
+ metadata.gz: 9c96295bc04dee31351c18a2102d12001f80a7cfbe6f2496709de95f782f41c0073918f0ec0c5af8f75dc582bb81c5156839a0e173eedf24e7075bdda797ac39
7
+ data.tar.gz: 418c1ce17d2edb322b57c7abdba1f6b92723bab56efd35fa021f57ebb04d523f0128d7232ad1a44fac21ed500d9579bf86ec42747274770670b9e411037827bd
@@ -49,6 +49,11 @@ module Pu
49
49
  registerControllers(application)
50
50
  EOT
51
51
 
52
+ # For older versions tailwindcss, specifically v3
53
+ gsub_file "app/assets/stylesheets/application.tailwind.css", %r{@tailwind\s+base;\s*@tailwind\s+components;\s*@tailwind\s+utilities;\s*} do
54
+ "@import \"tailwindcss\";\n@config '../../../tailwind.config.js';\n"
55
+ end
56
+
52
57
  insert_into_file "app/assets/stylesheets/application.tailwind.css", <<~EOT, after: /@import "tailwindcss";\n/
53
58
  @config '../../../tailwind.config.js';
54
59
  EOT
@@ -1,5 +1,5 @@
1
1
  module Plutonium
2
- VERSION = "0.20.3"
2
+ VERSION = "0.20.4"
3
3
  NEXT_MAJOR_VERSION = VERSION.split(".").tap { |v|
4
4
  v[1] = v[1].to_i + 1
5
5
  v[2] = 0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plutonium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.3
4
+ version: 0.20.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-08 00:00:00.000000000 Z
11
+ date: 2025-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: zeitwerk