tailwindcss-ruby 4.0.0.beta.5-x64-mingw32 → 4.0.0.beta.6-x64-mingw32

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: 6ec647b707fcc163f9a7a9bbf3205443079bf287f9bdce759f016d2861303caa
4
- data.tar.gz: 64817d278bd820c82f3c91633c8f66fe8c367c74f501b90242c5f898d80c3369
3
+ metadata.gz: fb700162a3f28604ce5e249b21be781a72c95edef749cc8883cb4612f4ab287c
4
+ data.tar.gz: b20d0971726ee29454a08767ab745aa1117cafbdf55e41a8c811117e82aa7111
5
5
  SHA512:
6
- metadata.gz: fe8e3c3135b80fd989e1e3c2464fb14eba735868f20c7fdc2671fc47a5e1e8214a71bda4a2b523d2a0cd4a657941e54012d2b1f3b9f8b502ab6d190fd02bdd29
7
- data.tar.gz: acab15188f270b8d0d1f692339df76a6a9ed89782d135827413d4340c6cbb088010ba4e61d55a4928c82ccae460fd0747e131ab442ca42e2f99d28a68711364e
6
+ metadata.gz: 8ba7c47ab7ec1a438b9e00f94501a9234d3c30577a16bbfdd68a66249290f74960c59b35a101aa1fea8654f258661a8da8f3a1baee135f4b9701cd661e12f1bd
7
+ data.tar.gz: 06a93e707efc1504558e52fe404564028bf90e3556c5e133e104dbd0ef56cd277c81a475c05da53ae56737428a32f1e6e61a346c559b7d3e3630734a74627716
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.5"
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.5"
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.5
4
+ version: 4.0.0.beta.6
5
5
  platform: x64-mingw32
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-12-05 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.