tailwindcss-ruby 4.0.8-arm64-darwin → 4.0.9-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: 8f21d8d07fe81fcacf17323dd1b45fcf206da6ecdf2ba450cf9e4c4328923a89
4
- data.tar.gz: ae4b44858e83a87b44c49e616d73ec9162e6e3851e03ac60903998d9ecfb5c9c
3
+ metadata.gz: 9b11eab9f4954d347a01ea1b47740a416bfaa5da76ee2358b57f400d59dea6c3
4
+ data.tar.gz: d42dcbb06b32ca99346d4a46fce62bdbce0a3ed37c6a29f29ee6488ba43b5c8b
5
5
  SHA512:
6
- metadata.gz: 1b631a94fecc97c40566d97ada17ab8180a1806fdc61487bfa3c21b2a59f175eabce68e043b5e746f9c8077c0f0aa3756bc36acd3c4971aabaac5f7973290327
7
- data.tar.gz: 1a420cbd599cdeca63c0996746a485cffa2e9da8ad4f5745199c44a6b0edc6530c1fce2bf660014010d62dbf60597bf3f457935d9a87102f998b93a970d3c34d
6
+ metadata.gz: c04b840d09bcbec5a9389d3ec1569e0799492e2b2cd4ce8bbe69f5eb7833827de8807d4d480ae181e11fac394c9a948c9f838c568627ccdcfdf4069671141f0b
7
+ data.tar.gz: 604bf0da7614ffcf6c295823fae80d953659444f7e5b90e3c3241102d00b993d0d6d8b32524a0fcae2194ae3b4422ba9e85b3febac84a9cee361d1fda4da9d59
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.8"
4
+ VERSION = "v4.0.9"
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.8"
5
+ VERSION = "4.0.9"
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.8
4
+ version: 4.0.9
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-02-21 00:00:00.000000000 Z
11
+ date: 2025-02-25 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.