tailwindcss-ruby 4.0.2-aarch64-linux-gnu → 4.0.4-aarch64-linux-gnu

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: 0ed64071ac935d42d0bd2d7fa731505842643bd48b7c4fbf229f69cadd39ef2a
4
- data.tar.gz: 872772149d378fce66f2f5a2f7aac7013cdd87c043f93806cb24dad479dd6307
3
+ metadata.gz: b0bf19df2a029299df6dc8a56d617077f1ad8aaace19894cc11960694324f24d
4
+ data.tar.gz: 0045c88d4e6d17833040c2a31935695b7daaff604aa23b34e7581dfe79ded011
5
5
  SHA512:
6
- metadata.gz: 71eb7019abe56d2e75e14ea52a2da19c0f821183afc1702852be3e9f7dbe9aa9aca39b64599a249c2fe304d834a0c2bd7a5113c6af0a14c18afc6e50936baedb
7
- data.tar.gz: e148324f7aab1d28c764b8a2cf21e11785aeb315dcd11d1cc54722483b44e97a5beb1b583a4d10d7f5b3da072e8ff3da12a7500b404be32628848ec24e157cb3
6
+ metadata.gz: fe7f591f7c7325a3ef0655edd54189684cc4104ae103cdf89dc9783a53386d29e44c2f33e07bc8ffa8f430e39b66977cc2579a582f9fe29e5f938c9861822460
7
+ data.tar.gz: 375010920ee1dfbd5f131baefe719017d1fecf1391fac2df2346a5e617c7b3ce3c349fbd984ace985cabcf360c16744838ecb480238a9d945ec3859cad162516
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.2"
4
+ VERSION = "v4.0.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.0.2"
5
+ VERSION = "4.0.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.4
5
5
  platform: aarch64-linux-gnu
6
6
  authors:
7
7
  - Mike Dalessio
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-01-31 00:00:00.000000000 Z
12
+ date: 2025-02-06 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
15
15
  That's it. Nothing else.