tailwindcss-ruby 4.0.0.beta.8 → 4.0.0.beta.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tailwindcss/ruby/upstream.rb +5 -4
- data/lib/tailwindcss/ruby/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 616d43dfe7fbc214f9fc8176973971b8b86e9c9f1fb8c506cd9eeceb713d4732
|
4
|
+
data.tar.gz: 4cd0faf0fb7e5e0bd54f930bfe624293fd7e447751b9e27361d0ce0ed812b3af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '07955936e6f41d0857424cca335c9b4b17cfb05b72c78d09e7109320aece329577989f8f9c50cffc790cc9ba42bb7a5a01e80881bf608be97becb652531ceb4b'
|
7
|
+
data.tar.gz: b2a8795f43745421cd821830cd830c40ba2c1d2dcb656547d0eff36e3dac32e399b9af06f5b994c866901c84ded45c75f9bc4b65f561fbd1bd24e36ea299904b
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module Tailwindcss
|
2
2
|
module Ruby
|
3
3
|
module Upstream
|
4
|
-
VERSION = "v4.0.0-beta.
|
4
|
+
VERSION = "v4.0.0-beta.10"
|
5
5
|
|
6
6
|
# rubygems platform name => upstream release filename
|
7
7
|
NATIVE_PLATFORMS = {
|
@@ -9,9 +9,10 @@ module Tailwindcss
|
|
9
9
|
"x64-mingw32" => "tailwindcss-windows-x64.exe",
|
10
10
|
"x64-mingw-ucrt" => "tailwindcss-windows-x64.exe",
|
11
11
|
"x86_64-darwin" => "tailwindcss-macos-x64",
|
12
|
-
"x86_64-linux" => "tailwindcss-linux-x64",
|
13
|
-
"
|
14
|
-
|
12
|
+
"x86_64-linux-gnu" => "tailwindcss-linux-x64",
|
13
|
+
"x86_64-linux-musl" => "tailwindcss-linux-x64-musl",
|
14
|
+
"aarch64-linux-gnu" => "tailwindcss-linux-arm64",
|
15
|
+
"aarch64-linux-musl" => "tailwindcss-linux-arm64-musl",
|
15
16
|
}
|
16
17
|
end
|
17
18
|
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.
|
4
|
+
version: 4.0.0.beta.10
|
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:
|
12
|
+
date: 2025-01-21 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.
|
@@ -46,11 +46,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
46
|
version: 3.0.0
|
47
47
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
48
48
|
requirements:
|
49
|
-
- - "
|
49
|
+
- - ">="
|
50
50
|
- !ruby/object:Gem::Version
|
51
|
-
version:
|
51
|
+
version: '0'
|
52
52
|
requirements: []
|
53
|
-
rubygems_version: 3.
|
53
|
+
rubygems_version: 3.5.22
|
54
54
|
signing_key:
|
55
55
|
specification_version: 4
|
56
56
|
summary: A self-contained `tailwindcss` executable.
|