tailwindcss-ruby 4.3.1-x86_64-darwin → 4.3.2-x86_64-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: '0238de4208c21f4ab92140eeb84861023b6ab35f2bf705e4047d3863d778181b'
4
- data.tar.gz: 17226c5bd53c60ac6674946eafbe58cebb2ee075265010555a1ab5702a5a194b
3
+ metadata.gz: 01ad342e5fa6be339a546ab04fb6c75d9082ce4ed1349b28b37e74c698a2d5a7
4
+ data.tar.gz: 905bf749f91bae76ba73c7d3097dd26927a795bdca74a03d3d4406de498d6a48
5
5
  SHA512:
6
- metadata.gz: cc5ec0b11baaec24e4f3ec47f12c22ac450ad5ee41b75a41d68b7e5c37e476b5390b4616f71a365735525f6be47e164a9a7ab92f5b0e2cdfe11e61fd2d7ed05f
7
- data.tar.gz: a68bfd2dff0a3cb5e8f3a2a9d67866bcc5b95a01bb3c09d48b60e7b543a6ef1ff621adb6fcf35bbe4012fd971921235b9d76fedb7862b2ca815c2e69ca0a2268
6
+ metadata.gz: 3983c93e61ec30450b0cf235d19e514dc23510d981ea77022f0025785559e06e122e4e06d025f5464e10ab2945885285759bd35850caa89f4efab3d1b1d427aa
7
+ data.tar.gz: 298eab290cc904f2b97f95eda5b0e0f49839bd1382cfede64620838e36be220c6e17246372d15098523b82bac16e35cf69812ab74d70e3b823be78608754bbbd
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.3.1"
4
+ VERSION = "v4.3.2"
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.3.1"
5
+ VERSION = "4.3.2"
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.3.1
4
+ version: 4.3.2
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Mike Dalessio