tailwindcss-ruby 4.0.0.alpha.36-x64-mingw-ucrt → 4.0.0.beta.1-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: 4b6d5e703fc889648ceea538766e01b62d88f2acb25dd7f68b756f73a6d39ac2
4
- data.tar.gz: 361451254b2ea53fbe7080f92aaee9d9a3f760a73753c9c5e2ba9510b6111476
3
+ metadata.gz: 4bcc7d11a070348ebf0d32afe29fb39d823f10b6e5354d6ff953732e98b03528
4
+ data.tar.gz: ba2715ec3f001b01e03f4fdb9287cffd12f06d46ea4c45e1cc4bb5861d032da0
5
5
  SHA512:
6
- metadata.gz: 5d3f6ad522bc6944bc5a08fa61d98ce8d05e4a0b7f2986f51174b818d5a1b5343e9841a732c4607d6e4de7feb5987591f35ce15b84fe60c80e70bf3c3181f8d8
7
- data.tar.gz: b20db11750ad2f2dd900103809b60ac0afa9f8a43070417b7f05ef4ed2481563a59b3fc8a46164300cf5b27817546df7e643a55c1f5fa020ba1b0b76e342355b
6
+ metadata.gz: c8e34d05b439f3b0a04d26c61861676457a33c90aaf9ae1092e02d0f0a726c4e77c1818376da83e3cb805123abd006c8f1154d1483e1f2079ca819fbf531ddef
7
+ data.tar.gz: 28952f024e6b219768bbed126c097c7f3b13c0fad87968474221bab9b060a9f58d8b3c4cef3c6e9b95abf478717cae73e1498fd8e23ff09fea0978769a38970c
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.1"
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.1"
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.1
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.