tailwindcss-ruby 4.2.4-x64-mingw-ucrt → 4.3.0-x64-mingw-ucrt

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: 7dcd2a15b71faac9dc59324fe3fe51751f146fa4924b95ca0938219763a94318
4
- data.tar.gz: 4449a66ae6f39ba7409e0efa83a5b0e66828a7f985d43b3af0c389a8a615fffe
3
+ metadata.gz: b8884a122dff1bc4b18568ca04e494bd31b75cd03fc09e05f008e994bacdb23f
4
+ data.tar.gz: ea130dd75e495e44a867bfca58f72ce2fc0b287daa011e2e44f4e17806caecbe
5
5
  SHA512:
6
- metadata.gz: 4949bacf77903d7de2b28673d1f8c4dbc17252ddd1dc0d017d8cfb9590f03e5120df92efaf710183cc21f89505c82eb4a6060eeab7f0b182d00cc9d4b5606100
7
- data.tar.gz: d0e9eb916914a44edf641816f3acc515a7b883464f9868916f40c3465dc0b07221ca4380db6f2a6a6ebeda1c79b305a4eaae0914bbac0244668ea096d14a2e41
6
+ metadata.gz: ea22bef5fe917dcdded853ebf01e165b37cbeae54635217aa4b5a306ef88cbf4ea4d35749f0f0b72a2684fa8910e0b6529e21b74be6985d30843cf05288b78f2
7
+ data.tar.gz: 450a68bf55709bcaf4a5ec7bc639d679572358b7ba223bb0429eaf79bc9a8abd2a5dd75df9e4d74c7fc45ca80a0fef37a7fc257d6f44c017e2fac66bc9b6a13a
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.0"
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.0"
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.0
5
5
  platform: x64-mingw-ucrt
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.6
53
53
  specification_version: 4
54
54
  summary: A self-contained `tailwindcss` executable.
55
55
  test_files: []