tailwindcss-ruby 4.0.1-arm64-darwin → 4.0.3-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72f383fc0b4331af36c1890a57ec767a39abdf085e3a6397be12921c3677676f
4
- data.tar.gz: c488e5867732ad37ea4f9db5c5cdc8a5d0384293db460cebe8c02c07a5827253
3
+ metadata.gz: c9a0769b5b9511687c99d13f1e695be2763890ab275203fe9de21e891f2913cb
4
+ data.tar.gz: 3d1a85730157be4586f18739b41aca4e1c68a6ea61edb9f0e492f595871303d0
5
5
  SHA512:
6
- metadata.gz: 5d74fa87a6d82641c2921c39444cb548370a0612e21f796dfb90357a8653e0034dc377a58fd8389056ee752d29cb6fea901f5c3b771cb2b226c03133a699a56f
7
- data.tar.gz: 2ecc366fd6c398e319d9d9b554c25ab2dbb8782f46321d6809ba4147c3fbeb5eaad58e185de6d7c4ce1a6b1ba86e10a9d709bb034324043bbad1001835476d25
6
+ metadata.gz: 3f20b920889de35f251bf0ed5a1fb1fe54ea6aca9591262b04d77f40f27cb3c1dfe10957846dc58712117c41b40851fb911e0620ec38176fc9a16aa473fcfcc9
7
+ data.tar.gz: ceeb8605870c487ed691ea491730d01a9d3afa81fe269f74654cb12a85edabfc0b23b8e9a33038684a466f5a95953800becefb8f4a78ec3436639e876fcbff93
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.1"
4
+ VERSION = "v4.0.3"
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.1"
5
+ VERSION = "4.0.3"
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.1
4
+ version: 4.0.3
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-01-29 00:00:00.000000000 Z
12
+ date: 2025-02-01 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.