[Groonga-commit] ranguba/epub-searcher at a977d61 [master] Add Gemfile.lock to repository

Back to archive index

KITAITI Makoto null+****@clear*****
Thu Dec 25 07:31:55 JST 2014


KITAITI Makoto	2014-12-25 07:31:55 +0900 (Thu, 25 Dec 2014)

  New Revision: a977d61444e4c9fe7b2141e547741e6b5680abf4
  https://github.com/ranguba/epub-searcher/commit/a977d61444e4c9fe7b2141e547741e6b5680abf4

  Message:
    Add Gemfile.lock to repository

  Added files:
    Gemfile.lock
  Modified files:
    .gitignore

  Modified: .gitignore (+0 -1)
===================================================================
--- .gitignore    2014-12-25 05:35:11 +0900 (fab129d)
+++ .gitignore    2014-12-25 07:31:55 +0900 (1e7e7d9)
@@ -7,6 +7,5 @@ vendor/gems/*
 db/*
 !db/catalog.json
 .bundle
-Gemfile.lock
 node_modules
 public/stylesheets/

  Added: Gemfile.lock (+197 -0) 100644
===================================================================
--- /dev/null
+++ Gemfile.lock    2014-12-25 07:31:55 +0900 (699abb7)
@@ -0,0 +1,197 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    activesupport (4.2.0)
+      i18n (~> 0.7)
+      json (~> 1.7, >= 1.7.7)
+      minitest (~> 5.1)
+      thread_safe (~> 0.3, >= 0.3.4)
+      tzinfo (~> 1.1)
+    addressable (2.3.6)
+    archive-zip (0.7.0)
+      io-like (~> 0.3.0)
+    capybara (2.4.4)
+      mime-types (>= 1.16)
+      nokogiri (>= 1.3.3)
+      rack (>= 1.0.0)
+      rack-test (>= 0.5.4)
+      xpath (~> 2.0)
+    cool.io (1.2.4)
+    dotenv (1.0.2)
+    drndump (1.0.0)
+      cool.io
+      droonga-client
+      json
+    droonga-client (0.2.0)
+      droonga-message-pack-packer
+      fluent-logger
+      msgpack
+      rack
+      yajl-ruby
+    droonga-engine (1.0.9)
+      archive-zip
+      cool.io
+      drndump
+      droonga-client (>= 0.1.9)
+      droonga-message-pack-packer (>= 1.0.2)
+      faraday
+      faraday_middleware
+      groonga-command-parser
+      json
+      rroonga (>= 4.0.4)
+      sigdump
+      slop
+      sys-proctable
+    droonga-message-pack-packer (1.0.2)
+      msgpack
+    enumerabler (1.0.0)
+    epub-parser (0.1.8)
+      addressable (>= 2.3.5)
+      enumerabler
+      nokogiri (~> 1.6)
+      rchardet
+      zipruby
+    faraday (0.9.0)
+      multipart-post (>= 1.2, < 3)
+    faraday_middleware (0.9.1)
+      faraday (>= 0.7.4, < 0.10)
+    fluent-logger (0.4.9)
+      msgpack (>= 0.4.4, < 0.6.0, != 0.5.3, != 0.5.2, != 0.5.1, != 0.5.0)
+      yajl-ruby (~> 1.0)
+    foreman (0.76.0)
+      dotenv (~> 1.0.2)
+      thor (~> 0.19.1)
+    gqtp (1.0.6)
+    groonga-client (0.1.0)
+      gqtp (>= 1.0.4)
+      groonga-command (>= 1.0.8)
+    groonga-command (1.0.9)
+      json
+    groonga-command-parser (1.0.3)
+      groonga-command (>= 1.0.9)
+      yajl-ruby
+    haml (4.0.6)
+      tilt
+    http_router (0.11.1)
+      rack (>= 1.0.0)
+      url_mount (~> 0.2.1)
+    i18n (0.7.0)
+    io-like (0.3.0)
+    json (1.8.1)
+    mail (2.5.4)
+      mime-types (~> 1.16)
+      treetop (~> 1.4.8)
+    metaclass (0.0.4)
+    mime-types (1.25.1)
+    mini_portile (0.6.1)
+    minitest (5.5.0)
+    mocha (1.1.0)
+      metaclass (~> 0.0.1)
+    moneta (0.7.20)
+    msgpack (0.5.9)
+    multipart-post (2.0.0)
+    nokogiri (1.6.5)
+      mini_portile (~> 0.6.0)
+    padrino (0.12.4)
+      padrino-admin (= 0.12.4)
+      padrino-cache (= 0.12.4)
+      padrino-core (= 0.12.4)
+      padrino-gen (= 0.12.4)
+      padrino-helpers (= 0.12.4)
+      padrino-mailer (= 0.12.4)
+      padrino-support (= 0.12.4)
+    padrino-admin (0.12.4)
+      padrino-core (= 0.12.4)
+      padrino-helpers (= 0.12.4)
+    padrino-cache (0.12.4)
+      moneta (~> 0.7.0)
+      padrino-core (= 0.12.4)
+      padrino-helpers (= 0.12.4)
+    padrino-core (0.12.4)
+      activesupport (>= 3.1)
+      http_router (~> 0.11.0)
+      padrino-support (= 0.12.4)
+      rack-protection (>= 1.5.0)
+      sinatra (~> 1.4.2)
+      thor (~> 0.18)
+    padrino-gen (0.12.4)
+      bundler (~> 1.0)
+      padrino-core (= 0.12.4)
+    padrino-helpers (0.12.4)
+      i18n (~> 0.6, >= 0.6.7)
+      padrino-support (= 0.12.4)
+      tilt (~> 1.4.1)
+    padrino-mailer (0.12.4)
+      mail (~> 2.5.3)
+      padrino-core (= 0.12.4)
+    padrino-support (0.12.4)
+      activesupport (>= 3.1)
+    pkg-config (1.1.6)
+    polyglot (0.3.5)
+    power_assert (0.2.2)
+    rack (1.6.0)
+    rack-protection (1.5.3)
+      rack
+    rack-test (0.6.2)
+      rack (>= 1.0)
+    rake (10.4.2)
+    rchardet (1.5.0)
+    rroonga (4.0.7)
+      archive-zip
+      groonga-client (>= 0.0.3)
+      json
+      pkg-config
+    sass (3.4.9)
+    shoulda (3.5.0)
+      shoulda-context (~> 1.0, >= 1.0.1)
+      shoulda-matchers (>= 1.4.1, < 3.0)
+    shoulda-context (1.2.1)
+    shoulda-matchers (2.7.0)
+      activesupport (>= 3.0.0)
+    sigdump (0.2.2)
+    sinatra (1.4.5)
+      rack (~> 1.4)
+      rack-protection (~> 1.4)
+      tilt (~> 1.3, >= 1.3.4)
+    slop (3.6.0)
+    sys-proctable (0.9.4)
+    test-unit (3.0.8)
+      power_assert
+    test-unit-capybara (1.0.4)
+      capybara (>= 2.1.0)
+      json
+      test-unit (>= 2.5.3)
+    thor (0.19.1)
+    thread_safe (0.3.4)
+    tilt (1.4.1)
+    treetop (1.4.15)
+      polyglot
+      polyglot (>= 0.3.1)
+    tzinfo (1.2.2)
+      thread_safe (~> 0.1)
+    url_mount (0.2.1)
+      rack
+    xpath (2.0.0)
+      nokogiri (~> 1.3)
+    yajl-ruby (1.2.1)
+    zipruby (0.3.6)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  droonga-engine
+  epub-parser
+  foreman
+  groonga-client
+  haml
+  mocha
+  nokogiri
+  padrino (= 0.12.4)
+  rack-test
+  rake
+  sass
+  shoulda
+  test-unit
+  test-unit-capybara
+  zipruby
-------------- next part --------------
HTML����������������������������...
Descargar 



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