tailwindcss-ruby 4.0.6-aarch64-linux-musl → 4.0.7-aarch64-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: a79879da9405b9b0a9e095dd80702f26b9969446be16eec11da2ffb8a1af51ed
4
- data.tar.gz: dc7bea98c75cf694398e580d2f5613f2b29408872c791fb44799ee3ac4dfcadc
3
+ metadata.gz: e5639f9eb3a7bacb1cd8bd4c1146d83ed1c9554f635db9121d2337b2b534f572
4
+ data.tar.gz: 8e1b71483dd7695d8db1404296dc57b340aab3d74bfd4d93592678a87b9d9f54
5
5
  SHA512:
6
- metadata.gz: 8c713a2f80d4a2235cb24aa8925f2734e27453e83c4fc4a74fdc086c2ffcb8f3ac4003558e3d422806cd80cde16aa4a60f4e78af5336183e4764655e338ac526
7
- data.tar.gz: 5f92504f60c57fb016010a90af9c451362c0bdd6ecb31ff01dc4a15adf89cec2d0a605c02f94656da77edca71cebffe2dfcd6d321a481c65be5f3e3499fbb964
6
+ metadata.gz: 2b34f9d01832d954c84cb440d2838159ff2176bb671cfb3dbf122cf57c70c2d9fc74a75ec8092a5307a819f182aedc4825191eca93d25c7367c2c68a9ebc9ff4
7
+ data.tar.gz: 633ca0353cc2ddd92e822f4fe601b13177b33f59217b4de20b356d65a00b1742ca8e8920bec9e729730f8812e1b70809cb11f01017b6095fdbb8019d6345e8d6
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.6"
4
+ VERSION = "v4.0.7"
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.6"
5
+ VERSION = "4.0.7"
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.6
4
+ version: 4.0.7
5
5
  platform: aarch64-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-10 00:00:00.000000000 Z
11
+ date: 2025-02-19 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.