tailwindcss-ruby 4.0.9-x64-mingw32 → 4.0.12-x64-mingw32

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: 03cb476edbeb5620bca47ef8c6815525efbcd6b6dccea2657a735b8c993ec973
4
- data.tar.gz: dd98adba3899e23b1f1277d687c3852c77fdb86b33a7ffdc06679f3a2b98d35c
3
+ metadata.gz: 312c6a4828f707d8d0a35351a0a449cf72e8071d0be3a4cbefdcea45a7c1f3e5
4
+ data.tar.gz: 00601c21e765fd1b3eb6988a117fe6afd0709f62dcb08c0d38cf87ccb54d8bc3
5
5
  SHA512:
6
- metadata.gz: e1d1e9a608c4a7d5459bfb2bd27cf45cac9fad8e056328b4c1568baf4194281dceb779145e30910950e22d7ae6dc84759ccfa21b1f59487a3d1016b602d02962
7
- data.tar.gz: fe3b45b9f9401dd6c942203e5f841c6a72a1d3c3a556877ce7d19a72ed5909722c8aecb8bf14e2cce25ed6337dc7832c209b787f76ca7afda13cd8fce827fe85
6
+ metadata.gz: b3d7d505c98cf516c6039a8817250161906a6d52aadc3b04e40602550b28492775c2a4f01135289fa6de39515a6c67461e64f871b47c8bddaa2d74653f05b13c
7
+ data.tar.gz: 99967a139bb8479b6397f6355959cf7acec51d9370063e70dfeabf0fb8ab12aa2fe1d831692324e573c3bfd15ea2623109d1b7e1cad517e4376aeeb56e7a20f2
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.9"
4
+ VERSION = "v4.0.12"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tailwindcss
4
4
  module Ruby
5
- VERSION = "4.0.9"
5
+ VERSION = "4.0.12"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.9
4
+ version: 4.0.12
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-25 00:00:00.000000000 Z
11
+ date: 2025-03-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
14
14
  That's it. Nothing else.