[Groonga-commit] groonga/heroku-sample-rroonga-blog at 51f544a [master] Use `key: value` syntax

Back to archive index

Kouhei Sutou null+****@clear*****
Sun May 25 17:24:56 JST 2014


Kouhei Sutou	2014-05-25 17:24:56 +0900 (Sun, 25 May 2014)

  New Revision: 51f544a065bf19bba4112c2119a293ce77f084c2
  https://github.com/groonga/heroku-sample-rroonga-blog/commit/51f544a065bf19bba4112c2119a293ce77f084c2

  Message:
    Use `key: value` syntax

  Modified files:
    lib/tasks/import.rake

  Modified: lib/tasks/import.rake (+2 -2)
===================================================================
--- lib/tasks/import.rake    2014-05-25 17:22:43 +0900 (dcd8611)
+++ lib/tasks/import.rake    2014-05-25 17:24:56 +0900 (9063c23)
@@ -24,7 +24,7 @@ namespace :import do
   end
 
   desc 'Import blogroonga entries'
-  task :blogroonga => ['import:blogroonga:en', 'import:blogroonga:ja']
+  task blogroonga: ['import:blogroonga:en', 'import:blogroonga:ja']
 
   namespace :ruby do
     desc 'Import Ruby news in English'
@@ -39,5 +39,5 @@ namespace :import do
   end
 
   desc 'Import Ruby news'
-  task :ruby => ['import:ruby:en', 'import:ruby:ja']
+  task ruby: ['import:ruby:en', 'import:ruby:ja']
 end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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