tailwindcss-rails 2.0.16-x86_64-darwin → 2.0.18-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/x86_64-darwin/tailwindcss +0 -0
- data/lib/tailwindcss/upstream.rb +2 -1
- data/lib/tailwindcss/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: d908c4ac4c5e727a0bf9cc15e77227542035b2b1c2fe918465a43c3f2a0c8410
|
4
|
+
data.tar.gz: 9a4699f13033699ef33eb998bbad2bb500734656fbe85d4e34237774fbf5a52a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6263a8601c71066ba0b57e5d5bdb19aa4cb545ad9b7db9f0d1ae7e1bc1379d500c6265a4c1b17d642b1f3d0252f101192862a8e52714386b547340926e163474
|
7
|
+
data.tar.gz: e7c48ede0d04603928687b7a5891c78700f161472eb7caf69fe33e34ff2eb4fa76b7464a8a507e8c4445ef0092ada72381fee773e0cc48c25c2d8232f7418b61
|
Binary file
|
data/lib/tailwindcss/upstream.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
module Tailwindcss
|
2
2
|
# constants describing the upstream tailwindcss project
|
3
3
|
module Upstream
|
4
|
-
VERSION = "v3.2.
|
4
|
+
VERSION = "v3.2.2"
|
5
5
|
|
6
6
|
# rubygems platform name => upstream release filename
|
7
7
|
NATIVE_PLATFORMS = {
|
@@ -11,6 +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
15
|
}
|
15
16
|
end
|
16
17
|
end
|
data/lib/tailwindcss/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tailwindcss-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.18
|
5
5
|
platform: x86_64-darwin
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|