[Groonga-mysql-commit] mroonga/homebrew-mroonga at 44bf8a7 [master] Use double quote(") instead of single quote(')

Back to archive index

cosmo0920 null+****@clear*****
Sat May 2 14:58:21 JST 2015


cosmo0920	2015-05-02 14:58:21 +0900 (Sat, 02 May 2015)

  New Revision: 44bf8a7af2c9c0b02b3d60a177807cdf13b3f4d2
  https://github.com/mroonga/homebrew-mroonga/commit/44bf8a7af2c9c0b02b3d60a177807cdf13b3f4d2

  Message:
    Use double quote(") instead of single quote(')
    
    Because Homebrew/Homebrew formulas start to avoid using single quote.

  Modified files:
    mroonga.rb

  Modified: mroonga.rb (+9 -9)
===================================================================
--- mroonga.rb    2015-05-02 14:53:15 +0900 (b77338f)
+++ mroonga.rb    2015-05-02 14:58:21 +0900 (aa6ea5c)
@@ -1,22 +1,22 @@
 # -*- coding: utf-8 -*-
 class Mroonga < Formula
-  homepage 'http://mroonga.org/'
-  url 'http://packages.groonga.org/source/mroonga/mroonga-5.02.tar.gz'
-  sha256 '8e468589eefe6dcff91f7da272cc59ef512beb990ce971b4a1981b6bf3917911'
+  homepage "http://mroonga.org/"
+  url "http://packages.groonga.org/source/mroonga/mroonga-5.02.tar.gz"
+  sha256 "8e468589eefe6dcff91f7da272cc59ef512beb990ce971b4a1981b6bf3917911"
 
-  depends_on 'pkg-config' => :build
-  depends_on 'groonga-normalizer-mysql'
+  depends_on "pkg-config" => :build
+  depends_on "groonga-normalizer-mysql"
 
   if build.with?("mecab")
-    depends_on 'groonga' => '--with-mecab'
+    depends_on "groonga" => "--with-mecab"
   else
-    depends_on 'groonga'
+    depends_on "groonga"
   end
 
   if ARGV.include?("--use-homebrew-mysql")
-    depends_on 'mysql'
+    depends_on "mysql"
   elsif ARGV.include?("--use-homebrew-mariadb")
-    depends_on 'mariadb'
+    depends_on "mariadb"
   end
 
   def options
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-mysql-commit mailing list
Back to archive index