tailwindcss-ruby 4.0.1-aarch64-linux-gnu → 4.0.2-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: 5062ecc13ed7cdf1147bc4a081780587f7f4532221734b7569f922646891c2af
4
- data.tar.gz: a1b007f7e5d3fa808127716dcc61cdfbe4f3d68ca798f6349247d621a2e9bd4d
3
+ metadata.gz: 0ed64071ac935d42d0bd2d7fa731505842643bd48b7c4fbf229f69cadd39ef2a
4
+ data.tar.gz: 872772149d378fce66f2f5a2f7aac7013cdd87c043f93806cb24dad479dd6307
5
5
  SHA512:
6
- metadata.gz: 75fe7145e24fdf0eef253f1c7618e5b88602479f3b2e2f656d9820d86bb78c8255bde19d169f506a9720c74367d8573d4bb0d3a2bd63a0bf0b9616f4000aa44a
7
- data.tar.gz: e30298bf23a4ae4474a64eed5746802d899443913ef29ce4c0601ffa337b12cc16c3cfb7810fa7a223728eeee13984d2b3928862cdd794a0c97285182afff325
6
+ metadata.gz: 71eb7019abe56d2e75e14ea52a2da19c0f821183afc1702852be3e9f7dbe9aa9aca39b64599a249c2fe304d834a0c2bd7a5113c6af0a14c18afc6e50936baedb
7
+ data.tar.gz: e148324f7aab1d28c764b8a2cf21e11785aeb315dcd11d1cc54722483b44e97a5beb1b583a4d10d7f5b3da072e8ff3da12a7500b404be32628848ec24e157cb3
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.1"
4
+ VERSION = "v4.0.2"
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.1"
5
+ VERSION = "4.0.2"
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.1
4
+ version: 4.0.2
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-29 00:00:00.000000000 Z
12
+ date: 2025-01-31 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.