tailwindcss-ruby 4.0.2-aarch64-linux-musl → 4.0.3-aarch64-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: 974385184cf389c53afcc338180e5996015f471c5ea49c025f168dc73d62e956
4
- data.tar.gz: 15b877303bfd12ae06a7d4520b6bcea89bbfb9b1b578d8d246c2ee820f7ad676
3
+ metadata.gz: 5014e4ffa5696a52a56761a523a4dc50a06dc09e9a47076b180db9e4676ae8b9
4
+ data.tar.gz: 975196333927d08eb640ca2baccb17027e302afc1f37401d7071f1844d8f5ac8
5
5
  SHA512:
6
- metadata.gz: 138cfac6d04f87ac6969c339e20050e402c3a3a0a2fef6348f6fc0ef2155684c18238d0a8b9f68f2f70dd423c278a4756b6e78f1362ff99092ef17456b5fd3a2
7
- data.tar.gz: f7e2e131182f230305e4c3aa3b363400e47cfabda81e9c7228dac1cf06fb642c9c8bba452609ac706c156add25a0999138db4dfe7022b64ddbd78a3e87195033
6
+ metadata.gz: 4ae4ad7d61282d66151954e65eccb560e6aded4dd466b1498880c31d87a0ba6616edc7a30dde536d883c37a959bf13e57492fb3f8cbba33fce1376a76f90b641
7
+ data.tar.gz: fdfd51c85c086e4c6c7629de8262f56231708ab23444dee4f597148c0c2cf7db3c4fd3f00ed9d53452145f8c2d1933ca15d338e5454024d13f50ac5a25031cf3
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-musl
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.