tailwindcss-ruby 4.0.9-x64-mingw-ucrt → 4.0.12-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: 49f4d7a89b917e9148f95a755d34b89b4c1671d04f7118332b367ec421fc8de1
4
- data.tar.gz: 3012a3475305ee20269e7c322190806a6117463f0f991bd205098ef9cc014414
3
+ metadata.gz: a441c2794b9c0f4b7a4674a27b2fe5e53366320c2adcf01ff673f9b6bf6999c7
4
+ data.tar.gz: a8ca9839db08a18b1ca283e734a1d671c178b7464bf6c504248cdba280121407
5
5
  SHA512:
6
- metadata.gz: f31973567226f42289db638d5bbb4d3832e40483429ce0a50dd26303b25d56fbd4fb797b6499cd6ce577009365037021dad59b85fa8778567d3550bc43220199
7
- data.tar.gz: b580c43a03607086f955d29eeb38f2c63f26f70778b8375d1789888d8a6410bdc433ad72b88be6bd64cde43aa41b3a7b5556ca5ac48f11f013001cfd1e08dda2
6
+ metadata.gz: be6920cbacc39183c95c78ad08300cda8995f770c060346472567e2dd54912d21c2ccb01263d7d730bfd30a507350244ccc5813d8a13be64e92409f272806fad
7
+ data.tar.gz: a2b274204e9757f14e9641117c82a932c5fe291682248c4280b0d5f2c3379f47cc9f19ac2528580f0b03cca55c37aaa5a2102f0b9dd307149ac66960179ec801
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.9"
4
+ VERSION = "v4.0.12"
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.9"
5
+ VERSION = "4.0.12"
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.9
4
+ version: 4.0.12
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-02-25 00:00:00.000000000 Z
11
+ date: 2025-03-07 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.