tailwindcss-ruby 4.0.8-aarch64-linux-musl → 4.0.9-aarch64-linux-musl

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: d772f5cd716d8f67b351363ad616db3a1366ffd21bb30800b64ad7c5d4131609
4
- data.tar.gz: eff7cbc120539c251783e13d2a274431c5c9f482bf62b856194b42895fc4a375
3
+ metadata.gz: c30e15e8ae145803a31761e0cbdd9149170c02b28f438fd6973b61ac3cac9210
4
+ data.tar.gz: 3a41764cf81811abb957f7ee2acbd1c5f32a38dcf6cfc5c0b3035791ad12e331
5
5
  SHA512:
6
- metadata.gz: 37f00cfe6e7bf415e31ced6bc256c45201a204748cc0fec1266bfc2f46a4ceaab37bd740648e52ddf0b0afb9e580ce59e35b3bbc2af17917afc9b40fb87919dc
7
- data.tar.gz: b02a9f9a19489805c19640b2c3ed0bb76a42e9c5a7034197303313c052e0210b14bdf4e9530857f9daa21c4188d8e5e077132061e0db7e4710f5cb6b9300477a
6
+ metadata.gz: 17728f867787ec5aeaa3341ae8d542183e7359f8e8f81b2483fa29f17d57aa5daf05dd9e22e3a7b1207149bb96ac05655d2634ad11a5036d4808c376b57cc113
7
+ data.tar.gz: 46483c93477c1c2d52693a0cf9e2209e27edc93031e32dad11c0bab0d7643b401cb19258d95bc7e925dcf8726273eb63c5c68127cd8e87847c05af1f51aff626
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.8"
4
+ VERSION = "v4.0.9"
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.8"
5
+ VERSION = "4.0.9"
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.8
4
+ version: 4.0.9
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-21 00:00:00.000000000 Z
11
+ date: 2025-02-25 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.