tailwindcss-ruby 4.0.12-x64-mingw-ucrt → 4.0.14-x64-mingw-ucrt

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: a441c2794b9c0f4b7a4674a27b2fe5e53366320c2adcf01ff673f9b6bf6999c7
4
- data.tar.gz: a8ca9839db08a18b1ca283e734a1d671c178b7464bf6c504248cdba280121407
3
+ metadata.gz: a2f5ec20b7f9a0b8011d3bccd6e666820c86bacb0aadc4e0820cbaa69d68c7ab
4
+ data.tar.gz: c08055ee000e1f40d078de06fbceafb83bbae078c5668a7fa296a5ad8d45e8b5
5
5
  SHA512:
6
- metadata.gz: be6920cbacc39183c95c78ad08300cda8995f770c060346472567e2dd54912d21c2ccb01263d7d730bfd30a507350244ccc5813d8a13be64e92409f272806fad
7
- data.tar.gz: a2b274204e9757f14e9641117c82a932c5fe291682248c4280b0d5f2c3379f47cc9f19ac2528580f0b03cca55c37aaa5a2102f0b9dd307149ac66960179ec801
6
+ metadata.gz: 4e0aa8d3d41ee773183e04476521f4b4dca2de343a82b84d68e7c68288ade1ebaf7c57b4d6b350edd3a465fb3d6701616a2e4204f99354b90ae3622a5d16f878
7
+ data.tar.gz: 8e9adfd46d6bd78e05579a1234407de43d948c6f55ae50d0a2bd5ac7b95761b0bdd615d2eb7976a92a9d76f8bb08d055f36b188536be4400860fc3e2c8d42563
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.12"
4
+ VERSION = "v4.0.14"
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.12"
5
+ VERSION = "4.0.14"
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.12
4
+ version: 4.0.14
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-07 00:00:00.000000000 Z
11
+ date: 2025-03-14 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.