tailwindcss-ruby 4.0.0.beta.4-aarch64-linux → 4.0.0.beta.6-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: 15c53d3379b447feaf22ec783da4e5b0b14dd70a0319fce30e1e8f90a83622bb
4
- data.tar.gz: 87c8d2392c15344f6f2d6df5e94deec4ffa4045fc2ed66f102182b91694f3cf6
3
+ metadata.gz: 618a1ab02102a4a855ec81cfb9efa45f7a6cb4e858b389882d0602ecbef7a6f1
4
+ data.tar.gz: 1990f12bfe6450a3bf1aabe5cb17ff7a5ac7c40fdabd18d1a01adaa4566dbaf2
5
5
  SHA512:
6
- metadata.gz: c3b1f0ff4cdaf8574d9780d3d264481116837303fe9b6aee14bcc45ff6220fbfc20d91957b3d6b914e84ccb57ed99ceb9a864b4f28f584c1933885f103e336bc
7
- data.tar.gz: cf55e01db01fc9ea270aee51cde38a50754f28eecf95f9717671f73b948f063c09604e7c8319ed958182910e3865818649bc98ad5d253d6beff22144f03ac9ad
6
+ metadata.gz: 9322b8508cbd7174739dec4972879cac8ca8809299e7feaf898318925f3b2222025a03da58a65df4c88e36e9191610fd7e3a047a3ef09cb14d2544f70d0312c5
7
+ data.tar.gz: 1bcbdf7a65e94a9a25c71307ad8dceae7051ac5c1a56f11df60ba6bac99a8f2864e86f23d345efcd80f8d970f3808ba44e14e79b5796d9fc88882ceafa698648
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.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.4"
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.4
4
+ version: 4.0.0.beta.6
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-29 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.