tailwindcss-ruby 4.0.0.beta.8-x64-mingw-ucrt → 4.0.0.beta.9-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/x64-mingw-ucrt/tailwindcss +0 -0
- data/lib/tailwindcss/ruby/upstream.rb +5 -4
- data/lib/tailwindcss/ruby/version.rb +1 -1
- metadata +5 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10111821ae0ed778cf5fa8c4ea463b86556b87c96ee8624f0800eae242668a6f
|
4
|
+
data.tar.gz: 738cbafdff813abf33dda8ca488688171179f411893fdd0d164624905e15aa8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5444eaf526cb96a37a31a31507507f15f6482563503312dec4767643187e11283065ffeab378d106fc111f9accd2f3dad7ed80885b5138079216cb1f1045e8e5
|
7
|
+
data.tar.gz: 6e6924e33f1895d04f61a8a142290f1d482946c1f50ba8ab04144880b90547a06c3b75ec27a80913f3b8243bc418493ba123546f7c33a28532d5963c6aad123c
|
Binary file
|
@@ -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: x64-mingw-ucrt
|
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.
|
@@ -36,7 +35,6 @@ metadata:
|
|
36
35
|
source_code_uri: https://github.com/flavorjones/tailwindcss-ruby
|
37
36
|
changelog_uri: https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md
|
38
37
|
rubygems_mfa_required: 'true'
|
39
|
-
post_install_message:
|
40
38
|
rdoc_options: []
|
41
39
|
require_paths:
|
42
40
|
- lib
|
@@ -47,12 +45,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
47
45
|
version: 3.0.0
|
48
46
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
49
47
|
requirements:
|
50
|
-
- - "
|
48
|
+
- - ">="
|
51
49
|
- !ruby/object:Gem::Version
|
52
|
-
version:
|
50
|
+
version: '0'
|
53
51
|
requirements: []
|
54
|
-
rubygems_version: 3.
|
55
|
-
signing_key:
|
52
|
+
rubygems_version: 3.6.2
|
56
53
|
specification_version: 4
|
57
54
|
summary: A self-contained `tailwindcss` executable.
|
58
55
|
test_files: []
|