[Groonga-commit] groonga/groonga-query-log at f40a6df [master] Remove needless test-unit-notify dependency

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Wed Nov 7 14:08:42 JST 2018


Kouhei Sutou	2018-11-07 14:08:42 +0900 (Wed, 07 Nov 2018)

  Revision: f40a6dfcf936495a283054d71126a61953ccf78b
  https://github.com/groonga/groonga-query-log/commit/f40a6dfcf936495a283054d71126a61953ccf78b

  Message:
    Remove needless test-unit-notify dependency

  Modified files:
    groonga-query-log.gemspec
    test/run-test.rb

  Modified: groonga-query-log.gemspec (+0 -1)
===================================================================
--- groonga-query-log.gemspec    2018-11-07 12:46:01 +0900 (ac12b05)
+++ groonga-query-log.gemspec    2018-11-07 14:08:42 +0900 (d03ab48)
@@ -57,7 +57,6 @@ Gem::Specification.new do |spec|
   spec.add_runtime_dependency("groonga-log", ">= 0.1.2")
 
   spec.add_development_dependency("test-unit")
-  spec.add_development_dependency("test-unit-notify")
   spec.add_development_dependency("test-unit-rr")
   spec.add_development_dependency("rake")
   spec.add_development_dependency("bundler")

  Modified: test/run-test.rb (+1 -2)
===================================================================
--- test/run-test.rb    2018-11-07 12:46:01 +0900 (b5fa4c0)
+++ test/run-test.rb    2018-11-07 14:08:42 +0900 (080b0fe)
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 #
-# Copyright (C) 2012-2013  Kouhei Sutou <kou****@clear*****>
+# Copyright (C) 2012-2018  Kouhei Sutou <kou****@clear*****>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -41,7 +41,6 @@ lib_dir = base_dir + "lib"
 test_dir = base_dir + "test"
 
 require "test-unit"
-require "test/unit/notify"
 require "test/unit/rr"
 
 Test::Unit::Priority.enable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181107/b2a925fb/attachment-0001.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る