tailwindcss-ruby 4.0.0.beta.5-x64-mingw-ucrt → 4.0.0.beta.6-x64-mingw-ucrt

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: ac8af7a2d8ba4a7214a65250c36083b5e4c253016ffa3cdf4056cef40e776b84
4
- data.tar.gz: 3c9c7d6696617cdf9a6bd1f3790f68cab97f21bb6abac57828b88065d0c74a20
3
+ metadata.gz: be77e4df766bc8cab74ed209fce9f7480951e0ea21c0df7176441d9f6656a3ab
4
+ data.tar.gz: f22a5b2ce6c071c4ff1decdeca43756c98c33f9ffb6a8375f33bad23b135d0d8
5
5
  SHA512:
6
- metadata.gz: c95e74670686573115206503a0b9d166957249f09817e46411f945f0c91c8df7df0a690c69f8bf8a52218a43b427c8a575534cb978ef923c8e6ae9b8f2cc8e97
7
- data.tar.gz: b650b58dca5838deaa6251e993b3207e5da8161eb896d26a6bb44083b5518a3aaa3980b633853d05d56268efc9b79f4c873c9098c37ada44b024fc75a821821e
6
+ metadata.gz: 8514b1ffc32ab496562a8778e10e57bfe46e71b93866b3601bc2ebda0bffcce3c554562a8fcf0156c2f0a61ddee789cb6f5e41e6dd5f635fdd2acfbc90d2c7ae
7
+ data.tar.gz: bbcf55d7e751e738f97e66fb5959f173c082f3f9d566268fa3b261893e48cf2862384f441da6cc9eed4c56933a2d66cb6d0500292dfebcafb7d1d6640e63eb27
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.5"
4
+ VERSION = "v4.0.0-beta.6"
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.0.beta.5"
5
+ VERSION = "4.0.0.beta.6"
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.0.beta.5
4
+ version: 4.0.0.beta.6
5
5
  platform: x64-mingw-ucrt
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: 2024-12-05 00:00:00.000000000 Z
12
+ date: 2024-12-07 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.