tailwindcss-ruby 4.0.6-x64-mingw-ucrt → 4.0.8-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: 63ee9e498da07ad5069349f40341a71dce171480e821fe880d9f4cfa52a859b0
4
- data.tar.gz: a4568da4acf17fc4a070768e795615a5c04b93a6a32cb208105e1da59d317df5
3
+ metadata.gz: 5b3c706addc2152c0645f2c963a9fe6a6994764d8bf7e51f1fa3842d416ab1a3
4
+ data.tar.gz: 2a5daa20f7c2bd8a86333f669847a274bff5d4a5ca49bc81158e1b5a6e8295b9
5
5
  SHA512:
6
- metadata.gz: 1e526b3336e4d36ee9a1e7e4d5406e1696d86268b4673a0f9168542823fdb8363fd6d4d964e0475325e264699916f609ea6863e82afb5483ac9cdf9423e9183a
7
- data.tar.gz: e5c407f85fa1caf28f544ef0c9743ae7560417c474474a170a7c982c1bc10828bde01b7539511f87df5b5be8ab2ec3fb3b3adabe0f7e3323bb0db29b12246802
6
+ metadata.gz: d66c338beb0a19f38769f5411ec175ea03d9b728e7a4ddf3f3d20c2349a99497090ccb5142fbcd75b1676611df504f57551e99f4ca368a2594cb308ad9b000bf
7
+ data.tar.gz: 63c0825ea44003bb6674aae0117214ed6c1a49595fc8d2f2da512ea74a7cc8c93978f2ce1ac54230eb39b388ba5dc34cf0049af3550c36937a2f28a3ceea29a0
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.6"
4
+ VERSION = "v4.0.8"
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.6"
5
+ VERSION = "4.0.8"
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.6
4
+ version: 4.0.8
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-10 00:00:00.000000000 Z
11
+ date: 2025-02-21 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.