tailwindcss-ruby 4.1.3-x86_64-linux-musl → 4.1.4-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: ca4e9330377aab22f6fa419ef0f1418bcd49f7bb142b4046c3b327f4dcb1504a
4
- data.tar.gz: c82e9160f9e5e20f742d3447ac01358024441da1034749f42611762381032ee4
3
+ metadata.gz: 320931396a43015dc16abe6e4e32fdb147bffd9f79437e9e7fbf092719e85139
4
+ data.tar.gz: 4f9d307214cd2bb5d4024bb36c048495fd8cdc0b78b2c785431b2ab2ad101e07
5
5
  SHA512:
6
- metadata.gz: b00fe13f3633ba3376ff93a979f5449e15d8daacc9afff8f8c342e884fb0ea867b095289a97f1a099ec129e77a18186da4cb34cdc51b0b93e4f0a11793f6589a
7
- data.tar.gz: c14069a5d01d3203e77c64b7a65490b752a8dd169e02d15ed7f75a8c1df898288ea7a61e806f4c29d3fd244109d967b8492bb0acff3c1bafa5a79cd0ddde47ac
6
+ metadata.gz: e53215909d41ed9eb24116b3aa80dae1c871700d07a5dc90fd93ddf8fb9af20113a8ba31e49f37e10716489efebd3ed590e244942fb23e7138069b7572945fe6
7
+ data.tar.gz: 55b54d99401c7bb351cbe63cdd457e36fbb35984562176f7060dab1001147c7696c979fd30982170956279388b052bbdf05ae168e5e11e335e54fa95b3c4c9a3
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.1.3"
4
+ VERSION = "v4.1.4"
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.1.3"
5
+ VERSION = "4.1.4"
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.1.3
4
+ version: 4.1.4
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-04-05 00:00:00.000000000 Z
11
+ date: 2025-04-20 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.