[Groonga-commit] ranguba/rroonga at 4557903 [master] Disable test-unit-notify

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 20 15:01:18 JST 2016


Kouhei Sutou	2016-04-20 15:01:18 +0900 (Wed, 20 Apr 2016)

  New Revision: 4557903013ba7c955aea753ddad21c056130b9a8
  https://github.com/ranguba/rroonga/commit/4557903013ba7c955aea753ddad21c056130b9a8

  Message:
    Disable test-unit-notify

  Modified files:
    rroonga.gemspec
    test/run-test.rb

  Modified: rroonga.gemspec (+1 -2)
===================================================================
--- rroonga.gemspec    2016-04-18 18:17:36 +0900 (cf23ac4)
+++ rroonga.gemspec    2016-04-20 15:01:18 +0900 (028f57a)
@@ -1,6 +1,6 @@
 # -*- mode: ruby; coding: utf-8 -*-
 #
-# Copyright (C) 2012-2013  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2012-2016  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -86,7 +86,6 @@ Gem::Specification.new do |s|
   s.add_runtime_dependency("json")
   s.add_runtime_dependency("archive-zip")
   s.add_development_dependency("test-unit", [">= 3.0.0"])
-  s.add_development_dependency("test-unit-notify")
   s.add_development_dependency("rake")
   s.add_development_dependency("rake-compiler", [">= 0.9.5"])
   s.add_development_dependency("rake-compiler-dock")

  Modified: test/run-test.rb (+2 -2)
===================================================================
--- test/run-test.rb    2016-04-18 18:17:36 +0900 (42af719)
+++ test/run-test.rb    2016-04-20 15:01:18 +0900 (4a65bac)
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 #
-# Copyright (C) 2009-2013  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2009-2016  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -37,7 +37,7 @@ if make
 end
 
 require "test-unit"
-require "test/unit/notify"
+require "test/unit/priority"
 
 Test::Unit::Priority.enable
 
-------------- next part --------------
HTML����������������������������...
Download 



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