[Groonga-commit] ranguba/packnga at 4fbd2f3 [master] ubygems.rb is unavailable on Ruby 2.5

Back to archive index

284km null+****@clear*****
Fri May 4 16:42:02 JST 2018


284km	2018-05-04 16:42:02 +0900 (Fri, 04 May 2018)

  New Revision: 4fbd2f3a0bc3e77fbf9ff5162b7dbe2f747cc61b
  https://github.com/ranguba/packnga/commit/4fbd2f3a0bc3e77fbf9ff5162b7dbe2f747cc61b

  Merged 5a34d9d: Merge pull request #10 from 284km/ubygems_on_ruby25

  Message:
    ubygems.rb is unavailable on Ruby 2.5
    
    This option only needs Ruby 1.8. and It removed at Ruby 2.5.

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -3)
===================================================================
--- Rakefile    2016-12-08 00:14:02 +0900 (ec333df)
+++ Rakefile    2018-05-04 16:42:02 +0900 (07dd193)
@@ -19,8 +19,6 @@
 require "English"
 
 require "pathname"
-require "rubygems"
-require "rubygems/package_task"
 require "bundler/gem_helper"
 
 base_dir = File.join(File.dirname(__FILE__))
@@ -51,7 +49,7 @@ end
 
 desc "Run tests."
 task :test do
-  ruby("-rubygems", "test/run-test.rb")
+  ruby("test/run-test.rb")
 end
 
 task :default => :test
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180504/44ab3b68/attachment.htm 



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