File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11module Tailwindcss
22 # constants describing the upstream tailwindcss project
33 module Upstream
4- VERSION = "v3.0.7 "
4+ VERSION = "v3.0.8 "
55
66 # rubygems platform name => upstream release filename
77 NATIVE_PLATFORMS = {
88 "arm64-darwin" => "tailwindcss-macos-arm64" ,
99 "x64-mingw32" => "tailwindcss-windows-x64.exe" ,
1010 "x86_64-darwin" => "tailwindcss-macos-x64" ,
1111 "x86_64-linux" => "tailwindcss-linux-x64" ,
12+ "aarch64-linux" => "tailwindcss-linux-arm64" ,
1213 }
1314 end
1415end
Original file line number Diff line number Diff line change 2727# So the full set of gem files created will be:
2828#
2929# - pkg/tailwindcss-rails-1.0.0.gem
30+ # - pkg/tailwindcss-rails-1.0.0-aarch64-linux.gem
3031# - pkg/tailwindcss-rails-1.0.0-arm64-darwin.gem
3132# - pkg/tailwindcss-rails-1.0.0-x64-mingw32.gem
3233# - pkg/tailwindcss-rails-1.0.0-x86_64-darwin.gem
3940# New rake tasks created:
4041#
4142# - rake gem:ruby # Build the ruby gem
43+ # - rake gem:aarch64-linux # Build the aarch64-linux gem
4244# - rake gem:arm64-darwin # Build the arm64-darwin gem
4345# - rake gem:x64-mingw32 # Build the x64-mingw32 gem
4446# - rake gem:x86_64-darwin # Build the x86_64-darwin gem
You can’t perform that action at this time.
0 commit comments