[Groonga-mysql-commit] mroonga/homebrew-mroonga at b897fa1 [master] Use new style specifying factory

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri Jun 26 22:46:29 JST 2015


Hiroshi Hatake	2015-06-26 22:46:29 +0900 (Fri, 26 Jun 2015)

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

  Merged 135e0a6: Merge pull request #3 from mroonga/modernize-formula

  Message:
    Use new style specifying factory

  Modified files:
    mroonga.rb

  Modified: mroonga.rb (+1 -1)
===================================================================
--- mroonga.rb    2015-05-29 22:32:31 +0900 (d4c0b37)
+++ mroonga.rb    2015-06-26 22:46:29 +0900 (4b22f19)
@@ -103,7 +103,7 @@ class Mroonga < Formula
   end
 
   def build_formula(name)
-    formula = Formula.factory(name)
+    formula = Formula[name]
     formula.extend(Patchable)
     formula.brew do
       yield formula
-------------- next part --------------
HTML����������������������������...
下载 



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