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

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: 864f8093ac9d39aa5c9e1eb413863e2a4a9e9e16a3ec7dbb6ae2bf62f3696b7c
4
- data.tar.gz: f80008fc090f87bf117b6edf0db4bf06fd81805bb82a1ff5d2d884d166be7411
3
+ metadata.gz: ac8af7a2d8ba4a7214a65250c36083b5e4c253016ffa3cdf4056cef40e776b84
4
+ data.tar.gz: 3c9c7d6696617cdf9a6bd1f3790f68cab97f21bb6abac57828b88065d0c74a20
5
5
  SHA512:
6
- metadata.gz: 1eec0af803e5080f8d9533c8df94eb45ddd62bd0e971514a5c2f029b6f625efb17a8f4231b7e42bd14f6e1d306e21abbbb33afc06091ab095b76c29ff273dbd3
7
- data.tar.gz: 95dd5cc04be9bfab2de4b205fdb51380cdddf75d66ed368e1247e16941eda47d25d566a2fc9c82857d8470dc4164a937ec58df3fe4e2481d1d085d89c57392ce
6
+ metadata.gz: c95e74670686573115206503a0b9d166957249f09817e46411f945f0c91c8df7df0a690c69f8bf8a52218a43b427c8a575534cb978ef923c8e6ae9b8f2cc8e97
7
+ data.tar.gz: b650b58dca5838deaa6251e993b3207e5da8161eb896d26a6bb44083b5518a3aaa3980b633853d05d56268efc9b79f4c873c9098c37ada44b024fc75a821821e
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.4"
4
+ VERSION = "v4.0.0-beta.5"
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.4"
5
+ VERSION = "4.0.0.beta.5"
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.4
4
+ version: 4.0.0.beta.5
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-11-29 00:00:00.000000000 Z
12
+ date: 2024-12-05 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.