[Groonga-commit] groonga/fluent-plugin-groonga at 4e3ca39 [master] Remove needless "-rubygems" option

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 21 15:49:22 JST 2014


Kouhei Sutou	2014-10-21 15:49:22 +0900 (Tue, 21 Oct 2014)

  New Revision: 4e3ca39e8967440f4cc5c5175b206b0af7435bb9
  https://github.com/groonga/fluent-plugin-groonga/commit/4e3ca39e8967440f4cc5c5175b206b0af7435bb9

  Message:
    Remove needless "-rubygems" option
    
    RubyGems is enabled by default.

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2014-10-21 15:48:46 +0900 (45bf463)
+++ Rakefile    2014-10-21 15:49:22 +0900 (211a9b0)
@@ -40,7 +40,7 @@ end
 
 desc "Run test"
 task :test do
-  ruby("-rubygems", "test/run-test.rb")
+  ruby("test/run-test.rb")
 end
 
 task :default => :test
-------------- next part --------------
HTML����������������������������...
Download 



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