tailwindcss-ruby 4.0.0.beta.8-x64-mingw32 → 4.0.0.beta.9-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/x64-mingw32/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: 91e1fc53a12765e6fd62c88b5100f6d3c4e41bbd8a667aa689f26b0ca2d4bc6c
|
4
|
+
data.tar.gz: 87545eedd766a1e85145a20d726a2da607292f46d40d5e6d2cce3d6c06a13b1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eafc1bfc5424b3f56a69c214b0b746d1e58919bea9ea85d51d842a0417c06affb3a117b777fe2e510189527d4310c0ec53623062a17e8af764bd95200d728e8b
|
7
|
+
data.tar.gz: 1f342e6b7babaed097be4eb2de6597d70eb5ca0741f3f430d9b993df89604cc7b768bc025167254f269ddc61f9ab453d9f051f1591709b25368a87f50ec3111d
|
data/exe/x64-mingw32/tailwindcss
CHANGED
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-mingw32
|
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: []
|