[Groonga-commit] pgroonga/pgroonga.github.io at 035074b [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 31 16:24:05 JST 2017


Kouhei Sutou	2017-07-31 16:24:05 +0900 (Mon, 31 Jul 2017)

  New Revision: 035074b6da6e982d0039fd6c3edd5c0711b5938c
  https://github.com/pgroonga/pgroonga.github.io/commit/035074b6da6e982d0039fd6c3edd5c0711b5938c

  Message:
    Fix indent

  Modified files:
    Gemfile.lock
    _po/ja/how-to/auto-complete.po
    how-to/auto-complete.md
    ja/how-to/auto-complete.md

  Modified: Gemfile.lock (+5 -5)
===================================================================
--- Gemfile.lock    2017-07-20 15:41:19 +0900 (e949ba0)
+++ Gemfile.lock    2017-07-31 16:24:05 +0900 (7ac0eb7)
@@ -17,7 +17,7 @@ GEM
     ethon (0.10.1)
       ffi (>= 1.3.0)
     execjs (2.7.0)
-    faraday (0.12.1)
+    faraday (0.12.2)
       multipart-post (>= 1.2, < 3)
     ffi (1.9.18)
     forwardable-extended (2.6.0)
@@ -25,9 +25,9 @@ GEM
     gettext (3.2.3)
       locale (>= 2.0.5)
       text (>= 1.3.0)
-    github-pages (145)
+    github-pages (146)
       activesupport (= 4.2.8)
-      github-pages-health-check (= 1.3.4)
+      github-pages-health-check (= 1.3.5)
       jekyll (= 3.4.5)
       jekyll-avatar (= 0.4.2)
       jekyll-coffeescript (= 1.0.1)
@@ -67,7 +67,7 @@ GEM
       minima (= 2.1.1)
       rouge (= 1.11.1)
       terminal-table (~> 1.4)
-    github-pages-health-check (1.3.4)
+    github-pages-health-check (1.3.5)
       addressable (~> 2.3)
       net-dns (~> 0.8)
       octokit (~> 4.0)
@@ -169,7 +169,7 @@ GEM
     mini_portile2 (2.2.0)
     minima (2.1.1)
       jekyll (~> 3.3)
-    minitest (5.10.2)
+    minitest (5.10.3)
     multipart-post (2.0.0)
     net-dns (0.8.0)
     nokogiri (1.8.0)

  Modified: _po/ja/how-to/auto-complete.po (+2 -2)
===================================================================
--- _po/ja/how-to/auto-complete.po    2017-07-20 15:41:19 +0900 (f38c252)
+++ _po/ja/how-to/auto-complete.po    2017-07-31 16:24:05 +0900 (1d67625)
@@ -46,8 +46,8 @@ msgstr "サンプルのスキーマを示します。"
 msgid ""
 "```sql\n"
 "CREATE TABLE terms (\n"
-"    term text,\n"
-"    readings text[]\n"
+"  term text,\n"
+"  readings text[]\n"
 ");\n"
 "```"
 msgstr ""

  Modified: how-to/auto-complete.md (+2 -2)
===================================================================
--- how-to/auto-complete.md    2017-07-20 15:41:19 +0900 (a75a8e0)
+++ how-to/auto-complete.md    2017-07-31 16:24:05 +0900 (635737e)
@@ -20,8 +20,8 @@ Here is the sample schema:
 
 ```sql
 CREATE TABLE terms (
-    term text,
-    readings text[]
+  term text,
+  readings text[]
 );
 ```
 

  Modified: ja/how-to/auto-complete.md (+2 -2)
===================================================================
--- ja/how-to/auto-complete.md    2017-07-20 15:41:19 +0900 (ff7ae9a)
+++ ja/how-to/auto-complete.md    2017-07-31 16:24:05 +0900 (b1c92bb)
@@ -20,8 +20,8 @@ title: オートコンプリートの実装方法
 
 ```sql
 CREATE TABLE terms (
-    term text,
-    readings text[]
+  term text,
+  readings text[]
 );
 ```
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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