tailwindcss-ruby 3.4.14 → 4.0.0.alpha.25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/tailwindcss +1 -1
- data/lib/tailwindcss/ruby/upstream.rb +2 -2
- data/lib/tailwindcss/ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4ec44144e12567a2cf507533098cc45cf7501378c986439e8d199cdf1831d9d
|
4
|
+
data.tar.gz: ce1d6e4013cb708493be798ca3816c473aa4a62a39df0a369268ef77310120ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ecdbd1c77e5ae962166ccf1a9f916795fd98ffe99c22b37caa478822c8d9db291a1e970d53120bd84b5506a2515e87bfc32189f391e1ecd2c0274ecfff25a2e
|
7
|
+
data.tar.gz: fc75fe450fa6344136f4867b696aeb27cc7d2da8a390d3ab71734a5a6c3f559f5bad18fbbc2ce4c3bb17c88b65367037c2ee61a763a20a574adbbb72e50db9b1
|
data/exe/tailwindcss
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
module Tailwindcss
|
2
2
|
module Ruby
|
3
3
|
module Upstream
|
4
|
-
VERSION = "
|
4
|
+
VERSION = "v4.0.0-alpha.25"
|
5
5
|
|
6
6
|
# rubygems platform name => upstream release filename
|
7
7
|
NATIVE_PLATFORMS = {
|
@@ -11,7 +11,7 @@ module Tailwindcss
|
|
11
11
|
"x86_64-darwin" => "tailwindcss-macos-x64",
|
12
12
|
"x86_64-linux" => "tailwindcss-linux-x64",
|
13
13
|
"aarch64-linux" => "tailwindcss-linux-arm64",
|
14
|
-
"arm-linux" => "tailwindcss-linux-armv7"
|
14
|
+
# "arm-linux" => "tailwindcss-linux-armv7",
|
15
15
|
}
|
16
16
|
end
|
17
17
|
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
|
+
version: 4.0.0.alpha.25
|
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: 2024-
|
12
|
+
date: 2024-09-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.
|