Skip to content

Commit 8fad2c4

Browse files
committed
remove references for tailwindcss-rails
1 parent bd43725 commit 8fad2c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/tailwindcss/ruby.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module Tailwindcss
77
module Ruby
88
DEFAULT_DIR = File.expand_path(File.join(__dir__, "..", "..", "exe"))
9-
GEM_NAME = "tailwindcss-rails"
9+
GEM_NAME = "tailwindcss-ruby"
1010

1111
# raised when the host platform is not supported by upstream tailwindcss's binary releases
1212
class UnsupportedPlatformException < StandardError
@@ -40,7 +40,7 @@ def executable(exe_path: DEFAULT_DIR)
4040
else
4141
if Tailwindcss::Ruby::Upstream::NATIVE_PLATFORMS.keys.none? { |p| Gem::Platform.match_gem?(Gem::Platform.new(p), GEM_NAME) }
4242
raise UnsupportedPlatformException, <<~MESSAGE
43-
tailwindcss-rails does not support the #{platform} platform
43+
#{GEM_NAME} does not support the #{platform} platform
4444
Please install tailwindcss following instructions at https://tailwindcss.com/docs/installation
4545
MESSAGE
4646
end
@@ -68,7 +68,7 @@ def executable(exe_path: DEFAULT_DIR)
6868
6969
If you're still seeing this message after taking those steps, try running
7070
`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
7272
for more details.
7373
MESSAGE
7474
end

0 commit comments

Comments
 (0)