File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
module Tailwindcss
7
7
module Ruby
8
8
DEFAULT_DIR = File . expand_path ( File . join ( __dir__ , ".." , ".." , "exe" ) )
9
- GEM_NAME = "tailwindcss-rails "
9
+ GEM_NAME = "tailwindcss-ruby "
10
10
11
11
# raised when the host platform is not supported by upstream tailwindcss's binary releases
12
12
class UnsupportedPlatformException < StandardError
@@ -40,7 +40,7 @@ def executable(exe_path: DEFAULT_DIR)
40
40
else
41
41
if Tailwindcss ::Ruby ::Upstream ::NATIVE_PLATFORMS . keys . none? { |p | Gem ::Platform . match_gem? ( Gem ::Platform . new ( p ) , GEM_NAME ) }
42
42
raise UnsupportedPlatformException , <<~MESSAGE
43
- tailwindcss-rails does not support the #{ platform } platform
43
+ #{ GEM_NAME } does not support the #{ platform } platform
44
44
Please install tailwindcss following instructions at https://tailwindcss.com/docs/installation
45
45
MESSAGE
46
46
end
@@ -68,7 +68,7 @@ def executable(exe_path: DEFAULT_DIR)
68
68
69
69
If you're still seeing this message after taking those steps, try running
70
70
`bundle config` and ensure `force_ruby_platform` isn't set to `true`. See
71
- https://github.com/rails /tailwindcss-rails #check-bundle_force_ruby_platform
71
+ https://github.com/flavorjones /tailwindcss-ruby #check-bundle_force_ruby_platform
72
72
for more details.
73
73
MESSAGE
74
74
end
You can’t perform that action at this time.
0 commit comments