File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
module Tailwindcss
2
2
# constants describing the upstream tailwindcss project
3
3
module Upstream
4
- VERSION = "v3.0.7 "
4
+ VERSION = "v3.0.8 "
5
5
6
6
# rubygems platform name => upstream release filename
7
7
NATIVE_PLATFORMS = {
8
8
"arm64-darwin" => "tailwindcss-macos-arm64" ,
9
9
"x64-mingw32" => "tailwindcss-windows-x64.exe" ,
10
10
"x86_64-darwin" => "tailwindcss-macos-x64" ,
11
11
"x86_64-linux" => "tailwindcss-linux-x64" ,
12
+ "aarch64-linux" => "tailwindcss-linux-arm64" ,
12
13
}
13
14
end
14
15
end
Original file line number Diff line number Diff line change 27
27
# So the full set of gem files created will be:
28
28
#
29
29
# - pkg/tailwindcss-rails-1.0.0.gem
30
+ # - pkg/tailwindcss-rails-1.0.0-aarch64-linux.gem
30
31
# - pkg/tailwindcss-rails-1.0.0-arm64-darwin.gem
31
32
# - pkg/tailwindcss-rails-1.0.0-x64-mingw32.gem
32
33
# - pkg/tailwindcss-rails-1.0.0-x86_64-darwin.gem
39
40
# New rake tasks created:
40
41
#
41
42
# - rake gem:ruby # Build the ruby gem
43
+ # - rake gem:aarch64-linux # Build the aarch64-linux gem
42
44
# - rake gem:arm64-darwin # Build the arm64-darwin gem
43
45
# - rake gem:x64-mingw32 # Build the x64-mingw32 gem
44
46
# - rake gem:x86_64-darwin # Build the x86_64-darwin gem
You can’t perform that action at this time.
0 commit comments