tailwindcss-ruby 4.0.16-x86_64-darwin → 4.0.17-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: cdaab1d24a703cfbf248b2daeb53d1ca132de1d968b483b554328a29e896a2b0
4
- data.tar.gz: d82695175b1e3484296a209c3f5f0b32914c27fb3c9e4d07a6350658d7a1c4ab
3
+ metadata.gz: a5576ade92214633b004dbfb0dc47baca017fff2c20e9ea00a918d1f8fe72af8
4
+ data.tar.gz: 3839cbdfab7fc70efa73666f41946d1339ee033c389308b98e887d8c1ec4eb68
5
5
  SHA512:
6
- metadata.gz: 66a35d68ee76263423b5b675693bf18557e49fd8ffd0e4a0ec7b6de2978cf36f203f1d12c0ab8f754570559b397d62eb36a939e4c664a73f866eb5b6e2a9fb35
7
- data.tar.gz: 799dbd877788f42e7f58b198d7e6401903b8a71d2920fe216db1783831dcd4153025087a504619935321113e6dbbafe3e9a8be4857295dd22a122cc1cc308501
6
+ metadata.gz: 48bace84588970ae21e2340e363099848ab5cdf6b5096293b96ebccd0722c5d3b0b9591f51cded3cace225c4f26c9e5b0df436468bde974fe14535cefc344605
7
+ data.tar.gz: 5dd4ba365a967b148c951242e2296abff1bd27ff35528c6ec71872bdefffb19a3100ff73eb4766772fcdd8cebbd6272142ad3c65954831035956311e2b6fcbe2
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.16"
4
+ VERSION = "v4.0.17"
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.16"
5
+ VERSION = "4.0.17"
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.16
4
+ version: 4.0.17
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-25 00:00:00.000000000 Z
11
+ date: 2025-03-26 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.