tailwindcss-ruby 4.0.0.beta.6 → 4.0.0.beta.9
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 +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47505512a93da797a81266f8028fc5b74bd022f029a539498198c07737e3bc04
|
4
|
+
data.tar.gz: d399a19eba3d3c1055439481c399d122ef25f2db2cf5a245cce9d8ea076f26f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccf011970007edb3364279f0141eb98251b60f83dc0e7d4025bbb8e830476e7ed3bf8be0078c34d4e219a95b5bd980b904875c6599054a7e6e3c19d569331bed
|
7
|
+
data.tar.gz: 909744f4660bda037aaf2b43add2b004e697d7791e7d3b138126a0386fc780fc88189e390793c78f960f130d2bc35fc35f08dd57473a943eb93ab3093f4abde8
|
@@ -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.9"
|
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,15 +1,14 @@
|
|
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.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Dalessio
|
8
8
|
- David Heinemeier Hansson
|
9
|
-
autorequire:
|
10
9
|
bindir: exe
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2025-01-10 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
|
15
14
|
That's it. Nothing else.
|
@@ -35,7 +34,6 @@ metadata:
|
|
35
34
|
source_code_uri: https://github.com/flavorjones/tailwindcss-ruby
|
36
35
|
changelog_uri: https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md
|
37
36
|
rubygems_mfa_required: 'true'
|
38
|
-
post_install_message:
|
39
37
|
rdoc_options: []
|
40
38
|
require_paths:
|
41
39
|
- lib
|
@@ -50,8 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
48
|
- !ruby/object:Gem::Version
|
51
49
|
version: '0'
|
52
50
|
requirements: []
|
53
|
-
rubygems_version: 3.
|
54
|
-
signing_key:
|
51
|
+
rubygems_version: 3.6.2
|
55
52
|
specification_version: 4
|
56
53
|
summary: A self-contained `tailwindcss` executable.
|
57
54
|
test_files: []
|