tailwindcss-ruby 4.2.4-arm64-darwin → 4.3.1-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: 82ab88a234072c94f8c117ffe751d0bff3c502d6e2beddd2ae162771c96e66d4
4
- data.tar.gz: a497b00dc2cc9b60ab2045b93a7459b920348eadf1846c42ca16e833e62dc2fe
3
+ metadata.gz: c78ca9ce56785c1f275527d155ce0979a86d838602c63f7a8aa053f1fce3c583
4
+ data.tar.gz: e43a4acdbb87bc90e94fb3eda2b3a348c1156f24120992a0b99804bf88dd6e3c
5
5
  SHA512:
6
- metadata.gz: 54c1b7f26937a3c404ec8f89f5203a2227c1f88edfecc07163cf2caf3e8b16bf73452230a3a003dd9ba3b6598c12f8558b9b3bbc291b17b7903082ca73da4027
7
- data.tar.gz: 0b9fbb41d9805954900f543bf4d47a4723c3e1b52f5b51af591777b65ea7c31eca8dd7e4395d2f61423ec91227d71f5dc8e6d45558043309d02e902a9d13b845
6
+ metadata.gz: 7a913ab4507dfe07f50a008db5d69ebcb4d84f801b18d9f6fd4efe9da81464b795904b90c2a7df555bb3fc951082e928a05be7baeab18e42a114a13f23b3bade
7
+ data.tar.gz: 47aac75eb45acf8f0231b5d05135e728da12e46f8e34bf3f0324a10252d12dae97036f970e937560073681de98d436a73fdd0b3f18757cd5e129407c941c4273
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.2.4"
4
+ VERSION = "v4.3.1"
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.2.4"
5
+ VERSION = "4.3.1"
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.2.4
4
+ version: 4.3.1
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Mike Dalessio
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 4.0.3
52
+ rubygems_version: 4.0.10
53
53
  specification_version: 4
54
54
  summary: A self-contained `tailwindcss` executable.
55
55
  test_files: []