[Groonga-commit] groonga/groonga-command at 7b97ce6 [master] conf* -> config*

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 16 19:11:15 JST 2016


Kouhei Sutou	2016-01-16 19:11:15 +0900 (Sat, 16 Jan 2016)

  New Revision: 7b97ce670c0126588105bef123fa08357c122ade
  https://github.com/groonga/groonga-command/commit/7b97ce670c0126588105bef123fa08357c122ade

  Message:
    conf* -> config*

  Modified files:
    lib/groonga/command.rb
    test/command/test-conf-delete.rb
    test/command/test-conf-get.rb
    test/command/test-conf-set.rb
  Renamed files:
    lib/groonga/command/config-delete.rb
      (from lib/groonga/command/conf-delete.rb)
    lib/groonga/command/config-get.rb
      (from lib/groonga/command/conf-get.rb)
    lib/groonga/command/config-set.rb
      (from lib/groonga/command/conf-set.rb)

  Modified: lib/groonga/command.rb (+3 -3)
===================================================================
--- lib/groonga/command.rb    2016-01-14 19:42:31 +0900 (d6b6b74)
+++ lib/groonga/command.rb    2016-01-16 19:11:15 +0900 (6e8038f)
@@ -25,9 +25,9 @@ require "groonga/command/column-create"
 require "groonga/command/column-list"
 require "groonga/command/column-remove"
 require "groonga/command/column-rename"
-require "groonga/command/conf-delete"
-require "groonga/command/conf-get"
-require "groonga/command/conf-set"
+require "groonga/command/config-delete"
+require "groonga/command/config-get"
+require "groonga/command/config-set"
 require "groonga/command/delete"
 require "groonga/command/dump"
 require "groonga/command/get"

  Renamed: lib/groonga/command/config-delete.rb (+0 -0) 100%
===================================================================

  Renamed: lib/groonga/command/config-get.rb (+0 -0) 100%
===================================================================

  Renamed: lib/groonga/command/config-set.rb (+0 -0) 100%
===================================================================

  Modified: test/command/test-conf-delete.rb (+2 -2)
===================================================================
--- test/command/test-conf-delete.rb    2016-01-14 19:42:31 +0900 (8219706)
+++ test/command/test-conf-delete.rb    2016-01-16 19:11:15 +0900 (2f786a3)
@@ -14,10 +14,10 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-class ConfDeleteCommandTest < Test::Unit::TestCase
+class ConfigDeleteCommandTest < Test::Unit::TestCase
   private
   def conf_delete_command(pair_arguments={}, ordered_arguments=[])
-    Groonga::Command::ConfDelete.new("conf_delete",
+    Groonga::Command::ConfigDelete.new("config_delete",
                                      pair_arguments,
                                      ordered_arguments)
   end

  Modified: test/command/test-conf-get.rb (+2 -2)
===================================================================
--- test/command/test-conf-get.rb    2016-01-14 19:42:31 +0900 (4cc83c3)
+++ test/command/test-conf-get.rb    2016-01-16 19:11:15 +0900 (1910bfb)
@@ -14,10 +14,10 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-class ConfGetCommandTest < Test::Unit::TestCase
+class ConfigGetCommandTest < Test::Unit::TestCase
   private
   def conf_get_command(pair_arguments={}, ordered_arguments=[])
-    Groonga::Command::ConfGet.new("conf_get",
+    Groonga::Command::ConfigGet.new("config_get",
                                   pair_arguments,
                                   ordered_arguments)
   end

  Modified: test/command/test-conf-set.rb (+2 -2)
===================================================================
--- test/command/test-conf-set.rb    2016-01-14 19:42:31 +0900 (affc9c8)
+++ test/command/test-conf-set.rb    2016-01-16 19:11:15 +0900 (0cd1b8c)
@@ -14,10 +14,10 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-class ConfSetCommandTest < Test::Unit::TestCase
+class ConfigSetCommandTest < Test::Unit::TestCase
   private
   def conf_set_command(pair_arguments={}, ordered_arguments=[])
-    Groonga::Command::ConfSet.new("conf_set",
+    Groonga::Command::ConfigSet.new("config_set",
                                   pair_arguments,
                                   ordered_arguments)
   end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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