Kouhei Sutou
null+****@clear*****
Fri Feb 7 10:58:51 JST 2014
Kouhei Sutou 2014-02-07 10:58:51 +0900 (Fri, 07 Feb 2014) New Revision: bf2fe7e10b0f2847712b15a1cef2b94950cf14c1 https://github.com/droonga/fluent-plugin-droonga/commit/bf2fe7e10b0f2847712b15a1cef2b94950cf14c1 Message: Rename the current Plugin to LegacyPlugin Modified files: lib/droonga/collector_plugin.rb lib/droonga/handler_plugin.rb lib/droonga/input_adapter_plugin.rb lib/droonga/output_adapter_plugin.rb lib/droonga/planner_plugin.rb Renamed files: lib/droonga/legacy_plugin.rb (from lib/droonga/plugin.rb) Modified: lib/droonga/collector_plugin.rb (+2 -2) =================================================================== --- lib/droonga/collector_plugin.rb 2014-02-07 10:49:27 +0900 (b272e36) +++ lib/droonga/collector_plugin.rb 2014-02-07 10:58:51 +0900 (fc8f074) @@ -15,10 +15,10 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -require "droonga/plugin" +require "droonga/legacy_plugin" module Droonga - class CollectorPlugin < Plugin + class CollectorPlugin < LegacyPlugin extend PluginRegisterable attr_reader :task, :input_name, :component, :output_values, :body, :output_names Modified: lib/droonga/handler_plugin.rb (+2 -2) =================================================================== --- lib/droonga/handler_plugin.rb 2014-02-07 10:49:27 +0900 (5eae2c7) +++ lib/droonga/handler_plugin.rb 2014-02-07 10:58:51 +0900 (35312e9) @@ -15,11 +15,11 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -require "droonga/plugin" +require "droonga/legacy_plugin" require "droonga/message_processing_error" module Droonga - class HandlerPlugin < Plugin + class HandlerPlugin < LegacyPlugin extend PluginRegisterable def initialize(handler) Modified: lib/droonga/input_adapter_plugin.rb (+2 -2) =================================================================== --- lib/droonga/input_adapter_plugin.rb 2014-02-07 10:49:27 +0900 (261e5be) +++ lib/droonga/input_adapter_plugin.rb 2014-02-07 10:58:51 +0900 (8f7605f) @@ -15,10 +15,10 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -require "droonga/plugin" +require "droonga/legacy_plugin" module Droonga - class InputAdapterPlugin < Plugin + class InputAdapterPlugin < LegacyPlugin extend PluginRegisterable def initialize(dispatcher) Renamed: lib/droonga/legacy_plugin.rb (+1 -1) 98% =================================================================== --- lib/droonga/plugin.rb 2014-02-07 10:49:27 +0900 (062bc5e) +++ lib/droonga/legacy_plugin.rb 2014-02-07 10:58:51 +0900 (f34ad60) @@ -18,7 +18,7 @@ require "droonga/plugin_registerable" module Droonga - class Plugin + class LegacyPlugin def initialize end Modified: lib/droonga/output_adapter_plugin.rb (+2 -2) =================================================================== --- lib/droonga/output_adapter_plugin.rb 2014-02-07 10:49:27 +0900 (28ac627) +++ lib/droonga/output_adapter_plugin.rb 2014-02-07 10:58:51 +0900 (0195ffe) @@ -15,10 +15,10 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -require "droonga/plugin" +require "droonga/legacy_plugin" module Droonga - class OutputAdapterPlugin < Plugin + class OutputAdapterPlugin < LegacyPlugin extend PluginRegisterable def initialize(dispatcher) Modified: lib/droonga/planner_plugin.rb (+2 -2) =================================================================== --- lib/droonga/planner_plugin.rb 2014-02-07 10:49:27 +0900 (ef4b109) +++ lib/droonga/planner_plugin.rb 2014-02-07 10:58:51 +0900 (9a22a56) @@ -15,11 +15,11 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -require "droonga/plugin" +require "droonga/legacy_plugin" require "droonga/distributed_command_planner" module Droonga - class PlannerPlugin < Plugin + class PlannerPlugin < LegacyPlugin extend PluginRegisterable def initialize(planner) -------------- next part -------------- HTML����������������������������...Download