[Groonga-commit] droonga/droonga.org at d7b898a [gh-pages] Add Gemfile

Back to archive index

Yoji Shidara null+****@clear*****
Wed Dec 25 13:32:24 JST 2013


Yoji Shidara	2013-12-25 13:32:24 +0900 (Wed, 25 Dec 2013)

  New Revision: d7b898aa893db697b2b29b54fec3be76c06e2dc6
  https://github.com/droonga/droonga.org/commit/d7b898aa893db697b2b29b54fec3be76c06e2dc6

  Message:
    Add Gemfile

  Added files:
    Gemfile
    Gemfile.lock
  Modified files:
    _config.yml

  Added: Gemfile (+3 -0) 100644
===================================================================
--- /dev/null
+++ Gemfile    2013-12-25 13:32:24 +0900 (65a0665)
@@ -0,0 +1,3 @@
+source "https://rubygems.org"
+
+gem "gettext"

  Added: Gemfile.lock (+14 -0) 100644
===================================================================
--- /dev/null
+++ Gemfile.lock    2013-12-25 13:32:24 +0900 (3eb29a3)
@@ -0,0 +1,14 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    gettext (3.0.3)
+      locale (>= 2.0.5)
+      text
+    locale (2.1.0)
+    text (1.2.3)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  gettext

  Modified: _config.yml (+1 -1)
===================================================================
--- _config.yml    2013-12-25 11:10:57 +0900 (5e5fca0)
+++ _config.yml    2013-12-25 13:32:24 +0900 (98970bc)
@@ -2,5 +2,5 @@ title: Droonga
 markdown: kramdown
 droonga_version: 0.7.0
 copyright_year: 2013
-exclude: ["Rakefile"]
+exclude: ["Rakefile", "Gemfile", "Gemfile.lock"]
 description: Droonga is a scalable data processing engine.
-------------- next part --------------
HTML����������������������������...
Download 



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