tailwindcss-ruby 4.0.0.beta.1-x64-mingw-ucrt → 4.0.0.beta.3-x64-mingw-ucrt

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: 4bcc7d11a070348ebf0d32afe29fb39d823f10b6e5354d6ff953732e98b03528
4
- data.tar.gz: ba2715ec3f001b01e03f4fdb9287cffd12f06d46ea4c45e1cc4bb5861d032da0
3
+ metadata.gz: 50fa2472eb56b513fae79540f87c2b3b305d7375a217eb5ebcf34fc9409176ae
4
+ data.tar.gz: dd374f00f50cdaa3b3a1250fda30858bc25d84a989e77137e9cc1edcb1753ede
5
5
  SHA512:
6
- metadata.gz: c8e34d05b439f3b0a04d26c61861676457a33c90aaf9ae1092e02d0f0a726c4e77c1818376da83e3cb805123abd006c8f1154d1483e1f2079ca819fbf531ddef
7
- data.tar.gz: 28952f024e6b219768bbed126c097c7f3b13c0fad87968474221bab9b060a9f58d8b3c4cef3c6e9b95abf478717cae73e1498fd8e23ff09fea0978769a38970c
6
+ metadata.gz: 667839c6f7e45c5b5993191a956b79a40b3386e5c2285bf6789c0396873a63a9fde5601a0103118c3f60d0c5b805e2ac6b0440d7bf703be4e388f1fb17c660d7
7
+ data.tar.gz: b8ea5423a331d26f693871c57d0c95e4d88e0b42d6a0da93f65293d6c141dd7c9aa03f0e50c22583c804c28c74248006d436a68ab6102e9b50f6fdae6b40a371
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.1"
4
+ VERSION = "v4.0.0-beta.3"
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.1"
5
+ VERSION = "4.0.0.beta.3"
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.1
4
+ version: 4.0.0.beta.3
5
5
  platform: x64-mingw-ucrt
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-22 00:00:00.000000000 Z
12
+ date: 2024-11-27 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.