File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
def asplode lib
5
5
if RUBY_PLATFORM =~ /mingw|mswin/
6
- abort "-----\n #{ lib } is missing. please check your installation of mysql and try again.\n -----"
6
+ abort "-----\n #{ lib } is missing. Check your installation of MySQL or Connector/C, and try again.\n -----"
7
7
elsif RUBY_PLATFORM =~ /darwin/
8
- abort "-----\n #{ lib } is missing. Try 'brew install mysql', check your installation of mysql and try again.\n -----"
8
+ abort "-----\n #{ lib } is missing. You may need to 'brew install mysql' or 'port install mysql', and try again.\n -----"
9
9
else
10
- abort "-----\n #{ lib } is missing. Try 'apt-get install libmysqlclient-dev' or
11
- 'yum install mysql-devel', check your installation of mysql and try again.\n -----"
10
+ abort "-----\n #{ lib } is missing. You may need to 'apt-get install libmysqlclient-dev' or 'yum install mysql-devel', and try again.\n -----"
12
11
end
13
12
end
14
13
You can’t perform that action at this time.
0 commit comments