Kouhei Sutou 2019-04-22 17:08:43 +0900 (Mon, 22 Apr 2019) Revision: f04876c3d408eda87f6e2e55bee83e3d2e958d61 https://github.com/ranguba/rroonga/commit/f04876c3d408eda87f6e2e55bee83e3d2e958d61 Message: Remove needless "-rubygems" option Modified files: Rakefile Modified: Rakefile (+3 -3) =================================================================== --- Rakefile 2019-04-22 17:01:06 +0900 (b749eb5d) +++ Rakefile 2019-04-22 17:08:43 +0900 (ccde39d0) @@ -1,6 +1,6 @@ # -*- coding: utf-8; mode: ruby -*- # -# Copyright (C) 2009-2018 Kouhei Sutou <kou****@clear*****> +# Copyright (C) 2009-2019 Kouhei Sutou <kou****@clear*****> # Copyright (C) 2017 Masafumi Yokoyama <yokoy****@clear*****> # # This library is free software; you can redistribute it and/or @@ -132,7 +132,7 @@ task :configure => "Makefile" desc "Run test" task :test => :configure do - ruby("-rubygems", "test/run-test.rb") + ruby("test/run-test.rb") end namespace :test do @@ -143,7 +143,7 @@ namespace :test do gem_spec = Gem.source_index.find_name("rroonga").last installed_path = gem_spec.full_gem_path ENV["NO_MAKE"] = "yes" - ruby("-rubygems", "#{installed_path}/test/run-test.rb") + ruby("#{installed_path}/test/run-test.rb") end end -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190422/0ea2492d/attachment.html>