tailwindcss-ruby 4.0.15-aarch64-linux-gnu → 4.0.17-aarch64-linux-gnu

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: 199bab48f25e06df55bddd13ef26e4d3152a13567abb88c3ddd91c459dbe159a
4
- data.tar.gz: '006929ea127b01d2e2c963d86b8473ce5d75674d9027030595bdb038ac183cec'
3
+ metadata.gz: 290d7bf7807592d4f53f91d55bf8c763afea7aad783b0835a19b303dd234366e
4
+ data.tar.gz: 75fe0b3e7c8370eb8f96cd340ae4828c871f4b0a26f06d0de5999412f639a177
5
5
  SHA512:
6
- metadata.gz: 79fb2ca34421e4d86335e920a7f8b3d5fb445dcd5e17d1f5c4afef60bb4956eb62761c2ea889cfab9e74d22372d1f334160ac0ab98a27eb65c7c1b8ed7be6d40
7
- data.tar.gz: 1da6493fe497947567c3d3e805588fbb6c1330981df7d9cbf0d981f068fca60e2b9b4a8a9c365da148b1ea90dbc63b4130dd90d72572e896ee77c7295a22e35f
6
+ metadata.gz: 4bef58c117f83838bc1291a626638b42ffb8726bada2bd1317b2c5e8125dfd78995038444293a8783b2a44f6155bc2bc500acf8e980a18ce0a36068bae25a457
7
+ data.tar.gz: 68fc748d528384c9c5fffb9e7fd0b6a96241a2f6750a4d32691fe59030dae387e856d05de531c6e0fca015ce546d72ff32ed40a3c27173da226cff64f0f0a7af
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: aarch64-linux-gnu
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.