tailwindcss-ruby 4.0.15-x86_64-linux-musl → 4.0.16-x86_64-linux-musl

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: 98e068d493e1a3511eefd068b343c929f87fbe3b5171fc9bbc0396de75d260e3
4
- data.tar.gz: 4d703e84bb816e851aa028c1a2d917897aab42c280c1dde95f814970727537c0
3
+ metadata.gz: cd26575351ca0381d4e2c68894344097fa0f3011f409db822c4f9539838e3bd3
4
+ data.tar.gz: 563dd61bc418d2f0de1f5aa6b621f507024af0d3d9d3569e62826b305701c6fd
5
5
  SHA512:
6
- metadata.gz: 96fac18b62dac383180a423bc906427f3822e93d1a6e15da2d7f8bfd77a8e28871693e2f65e169e3d058ef43151385f242e699e2efd081fc3c67acafe47831c8
7
- data.tar.gz: 439193f53826eb72c56cfb3045d5e5e84bfc8227856b8cb7a8ff1c7eef55eb7dd6a726aa0c89e82f884ad9afda4eeea049a971ce6372347d2956778339ba76cd
6
+ metadata.gz: 434ae3dfb46b18bc8e6e23e524a55f5f3bd1c4dd0da9e53e80353f8041ebf9e54b02e375a0b77107a773645fb90a05193582d05d872dad0c5ccbabdb787ebe19
7
+ data.tar.gz: 7dd93061476e3acdfbe5b7debb13a550214cda82f43f2bad4e5efd1de9cbb1099ad721fd9006a28605bbe69c04194f18c9311b8a2d8ae2a452ff099167809237
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-linux-musl
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.