tailwindcss-ruby 4.0.7-x86_64-darwin → 4.0.8-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82cdcbcaa8d1bf0748599d8b534948d712fd280330da6cdebbb0df1951f9f677
4
- data.tar.gz: a259babf12bfcf427b9f50152eb674b3e5a36d5bd42e29a3188f2a1f1fb54081
3
+ metadata.gz: c8617bf0de8c94757c2c5549b9fafdafa3c6eac3f5e197646e2292743b729b85
4
+ data.tar.gz: 3febdabde90a5b00d1427448f8d9c6652a12ab95318a7567ad9d86bbce2fc53e
5
5
  SHA512:
6
- metadata.gz: 0ae5978cb4a1d9b8f2a76ab43cca8fbcfc8080ec9a282da881af91d3e6034612dadb9fee5e90474621ea83bcd681664b9800d5193868cd8b293204e8c912b180
7
- data.tar.gz: 259159a52f3f684d6f16224908bf46a5723a8d02e42073f0b8974de3850043fb27e4fc517348ed8f0e56cb9061a175f321215403684fd20c2363942c0fc43375
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.7"
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.7"
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.7
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-19 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.