tailwindcss-ruby 4.0.12-arm64-darwin → 4.0.14-arm64-darwin

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: be572f043a1aeaef4e127a5a4a1e2cf9971d7f750cb067ca685e31e824cbd64c
4
- data.tar.gz: 6201e9ea2e99d5453a1cc19f8854ddbbe3672432a65d28cc4acf9463c7ecf9ae
3
+ metadata.gz: 86b3957ec80a1807d00ea74258511ff403ebb341343467bca7d49dc961c95200
4
+ data.tar.gz: b62fb0372cfefc88458e201e119f1458c06c1f3a8d0fd9b78fa4e5ec08dd44bd
5
5
  SHA512:
6
- metadata.gz: 046da0ab8055133092e00af7b55e2a7d517373b9a5717d33753939c8c760a91e446c8d0b8135deba33c3d29344af72f18054a52ce8f8d39153217afff54b09e9
7
- data.tar.gz: 73b82381ac5c0dae1d4da0312f66fc2f1634c96d2cb523d56e6d99df96f09dfb0e0460e472dd8b61bf64243f52ce80e19daa3b814cfc590df8547e7c1e459856
6
+ metadata.gz: 4801394a861cabc12fe3732881693af4587824d685be7dfeca25c52eed74648fabab5e1d00620ca9c1a9ad8c9baf066b69935fab90a7d34743258b7b45414b63
7
+ data.tar.gz: 16f424b86cd20d0582b9a7dbce1c789de203d49055eb9a5464a5a31cdd0b57552ec4aba5cea93e06d44e669ad7bfc8bb63c3cae31761a6796f06a9cdf06c7ca5
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.12"
4
+ VERSION = "v4.0.14"
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.12"
5
+ VERSION = "4.0.14"
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.12
4
+ version: 4.0.14
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-07 00:00:00.000000000 Z
11
+ date: 2025-03-14 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.