tailwindcss-ruby 4.0.0.beta.3-aarch64-linux → 4.0.0.beta.4-aarch64-linux

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: f60514f899cd1deeb9e562bd94526e972212ea46c9bcf6af8eb82d1acc72e8ed
4
- data.tar.gz: e9aba96ae76fd23eaa626c67fae505f215a5b4ed0270801182007d4ce8f53162
3
+ metadata.gz: 15c53d3379b447feaf22ec783da4e5b0b14dd70a0319fce30e1e8f90a83622bb
4
+ data.tar.gz: 87c8d2392c15344f6f2d6df5e94deec4ffa4045fc2ed66f102182b91694f3cf6
5
5
  SHA512:
6
- metadata.gz: 0f7c3c30cfd5250982d1bb37cd4af55413dedc64a1c9cc5d008f9e30678b46a082ab5e74aeb2c49cdbbf36223bdfa5462f42044dbfa4d71d7782df65710cbc53
7
- data.tar.gz: 644f06a2e051f4ac12b5416beb25825cfbfa0403d7eed9599089256b31cb236dcefda413adb8de33c118a3d9961ec852b463b806c447bc40d4876a17847f7eb8
6
+ metadata.gz: c3b1f0ff4cdaf8574d9780d3d264481116837303fe9b6aee14bcc45ff6220fbfc20d91957b3d6b914e84ccb57ed99ceb9a864b4f28f584c1933885f103e336bc
7
+ data.tar.gz: cf55e01db01fc9ea270aee51cde38a50754f28eecf95f9717671f73b948f063c09604e7c8319ed958182910e3865818649bc98ad5d253d6beff22144f03ac9ad
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.3"
4
+ VERSION = "v4.0.0-beta.4"
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.3"
5
+ VERSION = "4.0.0.beta.4"
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.3
4
+ version: 4.0.0.beta.4
5
5
  platform: aarch64-linux
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-27 00:00:00.000000000 Z
12
+ date: 2024-11-29 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.