tailwindcss-ruby 4.0.6-x86_64-darwin → 4.0.8-x86_64-darwin

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: '030844ee8240d7bb199563bf1c2a8ef35b8982c423ed3ac47de418dd1f1eb616'
4
- data.tar.gz: 6257bbb6e4065cc68cf1f858f5303d24bca7859a0cf17ec88adec6a1bfa32feb
3
+ metadata.gz: c8617bf0de8c94757c2c5549b9fafdafa3c6eac3f5e197646e2292743b729b85
4
+ data.tar.gz: 3febdabde90a5b00d1427448f8d9c6652a12ab95318a7567ad9d86bbce2fc53e
5
5
  SHA512:
6
- metadata.gz: e0eea46973bd30df6cefa74a404fe668918a77ae094926f3bec44533d5783bb1d4c3832ec8e753c130e13a357cc8561c76c33eb6e38858d3968e2c0c2e313f66
7
- data.tar.gz: 9ea1b589c900649d258e0c4544c514835023123ec1b5a9c748c7a6379198b01884a8bc3675559d33bef28dc5ec9ebbad528149f0580a5139fb4f2f7a7d2325a6
6
+ metadata.gz: e03b85d90f8d9cd66e5b7c28cd45c3a6cdc4787ebba1f1944a2c286a0a3f3af9b54f23978695bf594a4b03a504515a786d214ca490a8e4db1d52d1624a8c4532
7
+ data.tar.gz: 67b250646dbb5d849c3aa17bbe6c2fca6a94c8f886d93039497522f104983fa5f37f3a55982ef1cd53f71042d7a43915e5dae463c408125df838622e00b43ac3
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: x86_64-darwin
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.