tailwindcss-ruby 4.0.15-arm64-darwin → 4.0.16-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: 51e77948d12116cf9a7b2501a6111484021b06a73b9599a2178e7fd9d57cc4b9
4
+ data.tar.gz: 7826774880f601138daa2b36eeabf1813d21ed8144aec0f994104077f419a6c1
5
5
  SHA512:
6
- metadata.gz: 111f51e3a7a320517ca47786dae9eeba468adf253f58d60391c8431f13341083eb6a594e13a3b141e98c1aafa136c0663c10f1a0771fad4213bdf73a117eb523
7
- data.tar.gz: b0f37e17e921e5af2102a9eaf8633c25b0912bdf8357dfd7c7ab58cc098b5c6d3375bb526838b65932b7c16f9cfd96db2579d98ac2e7ef7346b3240ae7f3c508
6
+ metadata.gz: f26b131d1e64969b4cfb108fb2f8a088ec686921336398fda2bc455641f307ff771ddf6404868b3587d04f0cc37bcf2db6a5272b6273dae98a00e0adbb937a65
7
+ data.tar.gz: 5b150e15faa1ac41cd064d49a8258ba35666ee249bb448c3e0771d862e57960cea3f00f83881b020d114332d52f77ed240b136bc950b25ac0d6a73e70adfd69f
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: 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-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.