Kaoru Shoji
null+****@clear*****
Thu Aug 28 17:12:33 JST 2014
Kaoru Shoji 2014-08-28 17:12:33 +0900 (Thu, 28 Aug 2014) New Revision: 6948913ab12c4f8156a256dd6d9a97736e6b88f7 https://github.com/long-long-float/droonga-engine/commit/6948913ab12c4f8156a256dd6d9a97736e6b88f7 Merged 0c35c17: Merge pull request #16 from kshoji/patch-1 Message: Update serf_downloader.rb Fixed: fails installation if the architecture is i386 Modified files: lib/droonga/serf_downloader.rb Modified: lib/droonga/serf_downloader.rb (+1 -1) =================================================================== --- lib/droonga/serf_downloader.rb 2014-08-28 16:43:57 +0900 (0bb4e99) +++ lib/droonga/serf_downloader.rb 2014-08-28 17:12:33 +0900 (d0e488f) @@ -77,7 +77,7 @@ module Droonga when /x86_64|x64/ @architecture = "amd64" when /i\d86/ - @architecture = "i386" + @architecture = "386" else raise "Unsupported architecture: #{RUBY_PLATFORM}" end -------------- next part -------------- HTML����������������������������...다운로드