tailwindcss-ruby 4.0.9-x86_64-linux-musl → 4.0.12-x86_64-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: 66ed63915b1c81e65e1dc88d50fcd2a103f0bd7f214785881b4ac82c219be51d
4
- data.tar.gz: fb0a7d359c622870eb649560290ec81b8f925e9c854319a9c30f566bbca66c27
3
+ metadata.gz: 84f683cefff44beef323c69a4a8f2a73aed01960234fbcfdee649f37b3c40a7d
4
+ data.tar.gz: 32126b25cd465bca5e8173eacaa1884350e0511550ac33bc408c1d458d9bb07f
5
5
  SHA512:
6
- metadata.gz: c319ed7111e851e07723799ab6d4c321a50ba4e93274f2c8bdb9a6985cd1f5ee19e83b6b6d15f0e8c0da0dbd3d270e4af323c1e4064b936d83584fed5e048d79
7
- data.tar.gz: f9efd0efa98840e78d50566e6f607a07c73483b78aff9e05ddad4785bda45d3c45d44117ee9ee331f4de516325ab098bc5bdb51a5246b99480a77535bfe16331
6
+ metadata.gz: b23709a072788d24cb229de98f501db459f5d7ed6e00afa0a06a88e7b5be7ee94d6f34fd83b937793126f4bc8db3bb23df9e40a6943643cf67b71ee89711d808
7
+ data.tar.gz: a2454a2945f2b0faa85159f75ca3c6caacb11fee628ec7a22b545298f3038aa5c65840a60d916efd639dad1b3e2e68a0bfdb9ccfb0f267d60374884aa087ef5e
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: x86_64-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-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.