tailwindcss-ruby 4.0.16-x86_64-linux-musl → 4.0.17-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: cd26575351ca0381d4e2c68894344097fa0f3011f409db822c4f9539838e3bd3
4
- data.tar.gz: 563dd61bc418d2f0de1f5aa6b621f507024af0d3d9d3569e62826b305701c6fd
3
+ metadata.gz: 8d7035be1da0ec46c57ca72f97cfe21b266038b959da54023cb772847bfb9406
4
+ data.tar.gz: e7ca34d9ebac96447c4bd1ae5b41e8f650c65e4413095980a6792afa0f4c4750
5
5
  SHA512:
6
- metadata.gz: 434ae3dfb46b18bc8e6e23e524a55f5f3bd1c4dd0da9e53e80353f8041ebf9e54b02e375a0b77107a773645fb90a05193582d05d872dad0c5ccbabdb787ebe19
7
- data.tar.gz: 7dd93061476e3acdfbe5b7debb13a550214cda82f43f2bad4e5efd1de9cbb1099ad721fd9006a28605bbe69c04194f18c9311b8a2d8ae2a452ff099167809237
6
+ metadata.gz: 9250a8365a0052a005af5294f048ebd48dc9e80f2f43fe7564ee6d7268ccbf5f4b0338378d85d3669b0a24f774bc1b0e3386b69f184241f2f347b8aff7316d69
7
+ data.tar.gz: 607375d81bc6a587941fa0ef3ccc3952de93dbf50843aeb5e00339470d49eef56a23a8c46719da47687d7ba8d958fd7bd8d81c9c00ae0e682c2a43d17d6bdcb5
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-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-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.