tailwindcss-ruby 4.0.15-arm64-darwin → 4.0.17-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: c2f343511e4d5aa6c818873129a56cea040f3e0ed2daee098e189075eddd459f
4
- data.tar.gz: cb463234a9fbec494658c4a2177ca738989f6892e2f1dd704f071250cada031a
3
+ metadata.gz: 06576052fd733b6e7c78bf04264ae29c1da0e82cd5e47262121a85972938fd71
4
+ data.tar.gz: a699841ac4694e14113ed1290cdacd829d979d494a794b3ec2a8802baa7d7531
5
5
  SHA512:
6
- metadata.gz: 111f51e3a7a320517ca47786dae9eeba468adf253f58d60391c8431f13341083eb6a594e13a3b141e98c1aafa136c0663c10f1a0771fad4213bdf73a117eb523
7
- data.tar.gz: b0f37e17e921e5af2102a9eaf8633c25b0912bdf8357dfd7c7ab58cc098b5c6d3375bb526838b65932b7c16f9cfd96db2579d98ac2e7ef7346b3240ae7f3c508
6
+ metadata.gz: 6686507f229072227ac646965b057248fe7882d60d0436592e9b2a008bc9e0a52e913080f4dbc5aedebc3627969a1762a8f4f91a3ee081d0972c53d4bee33388
7
+ data.tar.gz: 9e94fb8f32b7bdc9af50688f3edd9b68129f65446981f3072453a442f55617d10eb4eb323ea274c0dc53939e70df901d81ec1bbf240a8db92d9d8f77679852d7
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.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.15"
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.15
4
+ version: 4.0.17
5
5
  platform: arm64-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-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.