tailwindcss-ruby 4.0.2-aarch64-linux-gnu → 4.0.3-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: eefbfba5c74565c77ab2ec2c2e69e83265e8d9e0e3f1c97e0911df6a26a25ba1
4
+ data.tar.gz: a11cba20f7d63b77494818b1a40322123044ae1298cc0439c9a520e87bd459f1
5
5
  SHA512:
6
- metadata.gz: 71eb7019abe56d2e75e14ea52a2da19c0f821183afc1702852be3e9f7dbe9aa9aca39b64599a249c2fe304d834a0c2bd7a5113c6af0a14c18afc6e50936baedb
7
- data.tar.gz: e148324f7aab1d28c764b8a2cf21e11785aeb315dcd11d1cc54722483b44e97a5beb1b583a4d10d7f5b3da072e8ff3da12a7500b404be32628848ec24e157cb3
6
+ metadata.gz: 5eb2a8f6f197cb7d740daf008cf6137bd64f815e35cfa094edc76fd279908cba2b956a04954404f5a8e8afe91026ea4802b6286441bb4697c0bd5efd7472990d
7
+ data.tar.gz: 5679d36d28cc95e3a0287f62f3087799e78721dc8ba89ee144c12406a7c81a1908e919030535b2ad1d32e1b96423f97052999b266cfd2526efac2570c2c98b4f
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.3"
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.3"
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.3
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-01 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.