tailwindcss-ruby 4.0.7-x86_64-linux-musl → 4.0.8-x86_64-linux-musl

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: faeba6a762fc28c855571e2ddbca67d255fc0a1cab6dcadbd4d7c35c2638cbc5
4
- data.tar.gz: 7a4d8a9f37ad8b1f87dc66cedfcd52007e943f56ff610734cf5e264b34eb11d8
3
+ metadata.gz: 3d0ebec445bbf265b6851685cd2b4cd329f3462f590457ce3cbb6319a8420f31
4
+ data.tar.gz: 6065457eb95a3345de61f31916ce707ad107807cc446823fb4e53f945fe1bd57
5
5
  SHA512:
6
- metadata.gz: 18dfff8aa519146731f15487c595d4d807d4518d4970bd271ddc00dc7cf9a0664533ce2b37783c15f6210dbab59f6a6670fd1c11a97962718b68dab34895c633
7
- data.tar.gz: 8fac9e0db812ae0edca31b2ef64ee0aae0894d832d4a9af657d311b7479791f09671b1298bd00faf7548c7a60d9d5c25455dbd4ca7d1f8bfd1e396df763a6950
6
+ metadata.gz: 59aa066feefd4136d8da1a2b1b25e9d6f42d7cf2741aa0f4e214d43c42d80c84fc1be3747a1504b74a6535b2b07f7edc76376c819abfc5737f3ca7b3670ddf03
7
+ data.tar.gz: db7b77081b2c5792872ebffd636eef02be99c7649c8105bc31a34a3ee575ce391f722e57de7231df9d59326a311490ec80d103beeb535bfb40b4a4d25cdedcf9
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.7"
4
+ VERSION = "v4.0.8"
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.7"
5
+ VERSION = "4.0.8"
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.7
4
+ version: 4.0.8
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-19 00:00:00.000000000 Z
11
+ date: 2025-02-21 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.