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

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: 322510026c69b965a39d48254229547e24b4bbc8bd9481ece6c9391b0271dfac
4
- data.tar.gz: eb69b496434c0a3bfa0c33f451f6f4c1a45d099a28eaea463f491817965a5107
3
+ metadata.gz: 9d758ecd0a20445e125ba2e00313ec916223e7624a18926207bb6c20c3d66a1f
4
+ data.tar.gz: 7acc5a2764b1cb3732b6697fe722ac8de026c8bb3dce5ff82328a67474730674
5
5
  SHA512:
6
- metadata.gz: 6477931fe3529346005056886666ef704a100d167337154200c606989413a8b711be497b8f330a1c7ec140e1ab8d03ed240724bbb16b2999d567df2dedd4ce75
7
- data.tar.gz: ae970bb4261ce7f1479633bdfc28c4325733b7b2992e9f0f1dc0ccfa790015793c97a517ed32c566af93283a77d9f2e640c06c6aa553dba9d161cb0a301944cc
6
+ metadata.gz: 7d8063b478d0db690b870878eeff5e53a1fbcd88d992f0450935a3efd723a3da450755b4dc063c6d191ffca9027d89af95b2e358e89b121c428da92155426870
7
+ data.tar.gz: f8e6ad26b0396564afb516ff1c44b2bbdb8866c419b391bc3d828c7db6ff99873a8160cabebb8d87e53be749685f589e5ff0759ad2ec3b5be7c44a8dca1bd31b
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: x86_64-darwin
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.