tailwindcss-ruby 4.0.0.alpha.36-x64-mingw-ucrt → 4.0.0.beta.2-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: 4b6d5e703fc889648ceea538766e01b62d88f2acb25dd7f68b756f73a6d39ac2
4
- data.tar.gz: 361451254b2ea53fbe7080f92aaee9d9a3f760a73753c9c5e2ba9510b6111476
3
+ metadata.gz: 4e23165593e02dba7d4626ae25fd23aae77ed6748b28a6196802c962c4faf447
4
+ data.tar.gz: d1dd90f918263752beb8b5364fafe0b66f5f93c51efc054af1e7dcf6488f1244
5
5
  SHA512:
6
- metadata.gz: 5d3f6ad522bc6944bc5a08fa61d98ce8d05e4a0b7f2986f51174b818d5a1b5343e9841a732c4607d6e4de7feb5987591f35ce15b84fe60c80e70bf3c3181f8d8
7
- data.tar.gz: b20db11750ad2f2dd900103809b60ac0afa9f8a43070417b7f05ef4ed2481563a59b3fc8a46164300cf5b27817546df7e643a55c1f5fa020ba1b0b76e342355b
6
+ metadata.gz: 39aa7e4db7cd6717b00491c204a275a8bda9d8bd7bf479d50dccaeff08a5b98f05197ab43e8023af689037f963726ff173bbf2ad741865427c52fedc818c9428
7
+ data.tar.gz: 14a4dd063d084d7488415d805ae2137e507a42815e686d5f6d1abbcbc5cb791edffba8f834efb4425bfd997de92a02cf616cd308b36d4fd6d3b9d1d4f62c8eb9
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-alpha.36"
4
+ VERSION = "v4.0.0-beta.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.0.alpha.36"
5
+ VERSION = "4.0.0.beta.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.0.alpha.36
4
+ version: 4.0.0.beta.2
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-21 00:00:00.000000000 Z
12
+ date: 2024-11-22 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.