Kouhei Sutou
null+****@clear*****
Sat Nov 5 16:37:54 JST 2016
Kouhei Sutou 2016-11-05 16:37:54 +0900 (Sat, 05 Nov 2016) New Revision: 0b864ba7b3427ae4a8a3d64174848f3402374be4 https://github.com/ranguba/rroonga/commit/0b864ba7b3427ae4a8a3d64174848f3402374be4 Message: Add a missing trailing comma Modified files: lib/groonga/schema.rb Modified: lib/groonga/schema.rb (+2 -2) =================================================================== --- lib/groonga/schema.rb 2016-11-05 16:34:51 +0900 (71d9792) +++ lib/groonga/schema.rb 2016-11-05 16:37:54 +0900 (2fb7221) @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2009-2014 Kouhei Sutou <kou �� clear-code.com> +# Copyright (C) 2009-2016 Kouhei Sutou <kou �� clear-code.com> # Copyright (C) 2014-2015 Masafumi Yokoyama <yokoyama �� clear-code.com> # # This library is free software; you can redistribute it and/or @@ -1697,7 +1697,7 @@ module Groonga :with_section => @options[:with_section], :with_weight => @options[:with_weight], :with_position => @options[:with_position], - :size => @options[:size] + :size => @options[:size], } end -------------- next part -------------- HTML����������������������������...Download