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

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: 6d1e6a110db8aa09125de24888716b8eabe3831ea635ede676e50f4b7bab8869
4
- data.tar.gz: d2a5472e14e45a94bf312de85d613abad60f72b9925dfe2643863ca6c37651cd
3
+ metadata.gz: 4c80d9a89ed802a023c638cdadd7a5c168b3204c23b5e89857d9d9b90d5b88d4
4
+ data.tar.gz: c52795b36d4118b529d288b01b4366e6651f32e142ed0b3dc3b852e50d5e78cc
5
5
  SHA512:
6
- metadata.gz: 3830ef9c0a275383e8be46c397cf66760cb5fbd7657dde63020f585ec65c3543317d68b9f8ba6465dd240b4b0de8594250d1a48880665d060c97ab1ea06a072c
7
- data.tar.gz: b62f7545c8bc6a48c1c1c7981e366dffb0af8176c837797e069fd1f53fb8567fd2faf73eaff652d68f34b512482546ab3d6de548734eb69f72d0e76a9601d368
6
+ metadata.gz: f62cd9d1d79a8033c4fb5fb61db154826642f24fe72670a4aeadf28dc9253a8eabbd5736535116d955eb6dda353e6278b40fb1d5dcd3ed265f5ce2d53dbb0480
7
+ data.tar.gz: 9f638808a014918df679d1961bbddbb917e84591d24e76aec759075812655504bcd81e8cb7805d6f062a0880500ca8e89572d5d7dec1418fadd7d5ea5afed089
@@ -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: ruby
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.