tailwindcss-ruby 4.0.15-x86_64-darwin → 4.0.16-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: 16db00da1cf9ce08f5d4efdc33a97d6ce93cf727f1bdfc844754fdd8b5771d58
4
- data.tar.gz: 938a1069acfb9f74b0c736bef4be4d8a13d9e20440c6bbf105b343c451dc477c
3
+ metadata.gz: cdaab1d24a703cfbf248b2daeb53d1ca132de1d968b483b554328a29e896a2b0
4
+ data.tar.gz: d82695175b1e3484296a209c3f5f0b32914c27fb3c9e4d07a6350658d7a1c4ab
5
5
  SHA512:
6
- metadata.gz: 4424e5518f0f1c96a7a757b84f3ea50bf14fad2417b33595533f85a28d7c814acbf8762bf23ef52685519557f0e91eb0da24573cb7cbb78dca8a8b24c89a7ae1
7
- data.tar.gz: 14a23f693934524ace7e9e4e4ace797bf3a34dec5d722b534e2c755a36abeeb555f490cc4003b8a9cab9fd75a728c16a78979d340dda7bf8666d929193f87124
6
+ metadata.gz: 66a35d68ee76263423b5b675693bf18557e49fd8ffd0e4a0ec7b6de2978cf36f203f1d12c0ab8f754570559b397d62eb36a939e4c664a73f866eb5b6e2a9fb35
7
+ data.tar.gz: 799dbd877788f42e7f58b198d7e6401903b8a71d2920fe216db1783831dcd4153025087a504619935321113e6dbbafe3e9a8be4857295dd22a122cc1cc308501
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.15"
4
+ VERSION = "v4.0.16"
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.15"
5
+ VERSION = "4.0.16"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.15
4
+ version: 4.0.16
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-23 00:00:00.000000000 Z
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
14
14
  That's it. Nothing else.