[Groonga-commit] ranguba/rroonga at 72839ce [master] Simplify description

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 6 22:00:24 JST 2015


Kouhei Sutou	2015-10-06 22:00:24 +0900 (Tue, 06 Oct 2015)

  New Revision: 72839ce8f22a7b910d4bd9d1d7c2de1f717f6f2c
  https://github.com/ranguba/rroonga/commit/72839ce8f22a7b910d4bd9d1d7c2de1f717f6f2c

  Message:
    Simplify description
    
    rake-compiler-deck is implementation detail.

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -3)
===================================================================
--- Rakefile    2015-10-06 21:57:28 +0900 (1441798)
+++ Rakefile    2015-10-06 22:00:24 +0900 (6cb889d)
@@ -152,7 +152,7 @@ namespace :build do
   namespace :windows do
     ruby_versions = "2.0.0:2.1.6:2.2.2"
 
-    desc "Build cross compile binary with rake-compiler-dock for i386"
+    desc "Build gem for Windows i386"
     task :x86 do
       require "rake_compiler_dock"
       rm_rf binary_dir
@@ -163,7 +163,7 @@ namespace :build do
       ]
     end
 
-    desc "Build cross compile binary with rake-compiler-dock for x64"
+    desc "Build gem for Windows x64"
     task :x64 do
       require "rake_compiler_dock"
       rm_rf binary_dir
@@ -176,7 +176,7 @@ namespace :build do
     end
   end
 
-  desc "Build cross compile binary with rake-compiler-dock"
+  desc "Build gems for Windows"
   task :windows => ["windows:x86", "windows:x64"]
 end
 
-------------- next part --------------
HTML����������������������������...
Download 



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