tailwindcss-ruby 4.0.3-aarch64-linux-musl → 4.0.4-aarch64-linux-musl

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5014e4ffa5696a52a56761a523a4dc50a06dc09e9a47076b180db9e4676ae8b9
4
- data.tar.gz: 975196333927d08eb640ca2baccb17027e302afc1f37401d7071f1844d8f5ac8
3
+ metadata.gz: 8e4af9beba04413611e070f874163e2e366efe1b9f7b02230e7cfc43121d1d26
4
+ data.tar.gz: 2055ca918a2c89480586ef7a483afa5bb8f4501f3f7e12562407eb0797e1aaf8
5
5
  SHA512:
6
- metadata.gz: 4ae4ad7d61282d66151954e65eccb560e6aded4dd466b1498880c31d87a0ba6616edc7a30dde536d883c37a959bf13e57492fb3f8cbba33fce1376a76f90b641
7
- data.tar.gz: fdfd51c85c086e4c6c7629de8262f56231708ab23444dee4f597148c0c2cf7db3c4fd3f00ed9d53452145f8c2d1933ca15d338e5454024d13f50ac5a25031cf3
6
+ metadata.gz: 6e9be72168476bc5de10611e79d9e032c74ab7d90274924c08f09eba8a77857c6ad7a49001a2d093c57555aab175f7470fb4930d7562df64700a9db80337b029
7
+ data.tar.gz: 95732bfc22797880c0a985034c6e70a697356d1627255998cca556135f4abdd69fad08009dcc2e57adc0107fd23cb288124062c480e4b24115718a0d82162ea5
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.3"
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.3"
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.3
4
+ version: 4.0.4
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-02-01 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.