tailwindcss-ruby 4.0.3-arm64-darwin → 4.0.4-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: c9a0769b5b9511687c99d13f1e695be2763890ab275203fe9de21e891f2913cb
4
- data.tar.gz: 3d1a85730157be4586f18739b41aca4e1c68a6ea61edb9f0e492f595871303d0
3
+ metadata.gz: f4d34dcdcd123eecdde6c9adec09cf765ef406e7d11a8ed4c95a17e310a9315d
4
+ data.tar.gz: 3befe09163e8a4abcd26327944b55ead997a831aef68d3856ec86da15bb31246
5
5
  SHA512:
6
- metadata.gz: 3f20b920889de35f251bf0ed5a1fb1fe54ea6aca9591262b04d77f40f27cb3c1dfe10957846dc58712117c41b40851fb911e0620ec38176fc9a16aa473fcfcc9
7
- data.tar.gz: ceeb8605870c487ed691ea491730d01a9d3afa81fe269f74654cb12a85edabfc0b23b8e9a33038684a466f5a95953800becefb8f4a78ec3436639e876fcbff93
6
+ metadata.gz: 5d191ac4cedae6355bb5ef7a449d8dca9d43c6dac864101f768f27d96417f39207675b5d1d477e50a08f7c99ee356f94b00b01e2d655225b240ac058d3287c80
7
+ data.tar.gz: 700e304f1e8da4ce9a29cb2ff1f36cd5d0be9f2bd6c219652a0899dc188823b10fa732620092faf1226b459e9e4f65cb1a1d7aa4f00296c33f83621e61f952eb
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.3"
4
+ VERSION = "v4.0.4"
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.3"
5
+ VERSION = "4.0.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.4
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Mike Dalessio
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-02-01 00:00:00.000000000 Z
12
+ date: 2025-02-06 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
15
15
  That's it. Nothing else.