tailwindcss-ruby 4.0.1-x86_64-linux-musl → 4.0.2-x86_64-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: c56698b8c15c60e62d4ca6ecf163255fc75f5f6eb06f282c89bd6546addc0bdb
4
- data.tar.gz: 135f0a296f1bde0935f46d66b4234553f3e8da92c3d923917fdc3d5ed40ab486
3
+ metadata.gz: 7d47d3277a3b815c7f1f37a3846adba2d6adea920e2a210f2200c18a7bec35b6
4
+ data.tar.gz: 2f8da09d3778a163cea66bbbdab6636efcb8d2cca130a9a33a220886b15af8c1
5
5
  SHA512:
6
- metadata.gz: 07e19a0e0318454d1a38da512bcdf7983001dc4b8a5558658f76b93d3a83cffd5a1b3fa016ed20e523f31eff73de2ef2b8a504db8036c5f69a9ed4b1b92e1fa8
7
- data.tar.gz: cb8c44d65f006bc2d7648957825db9ee4ab3e5db38dc3987cd464ba04a9fa879249fe1e1ae06198bc167a237df2fd95c5e1fd20168adeb22735765bb56c07ca6
6
+ metadata.gz: 4907b066c67c4c78c465a49ce28fcb3d888e714bb17e91ee1bd6fa258672db857a8f0ea03eed5f8e77fae89fc73211fbdf55847e1e0a8d6ee7183c11a8320855
7
+ data.tar.gz: ee8ad02533fba6c7f6c43c997c06bc7236d38e5533770d937983bd480a9afdc70cfaa2358db0b90459efc37a54052e1ee4c54b40b2b0b102ea734e464ce5a7f5
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: x86_64-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-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.