tailwindcss-ruby 4.0.0.beta.5-x86_64-darwin → 4.0.0.beta.6-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: 4873d76c4cbfebefb78bbe1a076391d532c58eb35b967f6387e941af1520c266
4
- data.tar.gz: cde19fb772c74293892e62ab411981acb2fa3f3fb28bcaf8530d762764b7e625
3
+ metadata.gz: 4669ee3eaa03f99095569ac787d6b9e244d71af9fd144b547dd602cd88223e12
4
+ data.tar.gz: 40e8634d0f1c507147aa93323b25d641429f7c0b1c8121a4fc3a521761cb671f
5
5
  SHA512:
6
- metadata.gz: 8b5e4118ea1ca653a96d3ac299973d764a214b5ea4d0c4bc0a9acd34b36dbd3a46cbbd95135092062d2ab697711edb0553b9ae512f9b9b729c3a77351414190e
7
- data.tar.gz: 6f87870a8b856263719b32461cd71867f6eb94bfb878e613324dd73487d4c87445eced86bf3fe2c225bee6732a65b4e0e7bec8ab9bd08206c80b31e46e90868d
6
+ metadata.gz: e71959e899f0f59ee853dbdd2467ccb627fa431db7602ed951dd03d8d34463d5783275af5702322e3d5fc1e833def08adb5bae9c2f2c537b2602d371ea03f93b
7
+ data.tar.gz: b72e787753343883bd4bff272bfa3f099202c007897c7c17fe6c4f66a8f942f59881648b65f26ed84181aa41cbee6aa12c2fcb595664eb97311ec05b5c09ff11
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: 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-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.