Kouhei Sutou
null+****@clear*****
Sat May 24 21:42:21 JST 2014
Kouhei Sutou 2014-05-24 21:42:21 +0900 (Sat, 24 May 2014) New Revision: 3ff9906c24b88be1a4ca50d7f959460254f1d82f https://github.com/groonga/heroku-buildpack-groonga/commit/3ff9906c24b88be1a4ca50d7f959460254f1d82f Message: Make detect check more strict Modified files: bin/detect Modified: bin/detect (+1 -1) =================================================================== --- bin/detect 2014-05-24 21:41:51 +0900 (9498eb6) +++ bin/detect 2014-05-24 21:42:21 +0900 (28b7619) @@ -2,7 +2,7 @@ build_dir = ARGV[0] -if File.exist?(File.join(build_dir, "groonga")) +if File.directory?(File.join(build_dir, "groonga")) puts("Groonga") exit(true) else -------------- next part -------------- HTML����������������������������... Download