KITAITI Makoto
null+****@clear*****
Mon Jul 6 05:03:12 JST 2015
KITAITI Makoto 2015-07-06 05:03:12 +0900 (Mon, 06 Jul 2015) New Revision: f98e591739c067723e9b5b864de3698c6bf1e1ce https://github.com/ranguba/epub-searcher/commit/f98e591739c067723e9b5b864de3698c6bf1e1ce Message: Update gems Modified files: Gemfile.lock test/epub-searcher/database_test.rb Modified: Gemfile.lock (+9 -9) =================================================================== --- Gemfile.lock 2015-07-06 04:52:54 +0900 (117d57f) +++ Gemfile.lock 2015-07-06 05:03:12 +0900 (ab36904) @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.2) + activesupport (4.2.3) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -17,7 +17,7 @@ GEM rack-test (>= 0.5.4) xpath (~> 2.0) cool.io (1.3.1) - dotenv (2.0.1) + dotenv (2.0.2) drndump (1.0.1) cool.io droonga-client @@ -46,17 +46,17 @@ GEM sys-proctable droonga-message-pack-packer (1.0.2) msgpack - epub-parser (0.2.0) + epub-parser (0.2.2) addressable (>= 2.3.5) nokogiri (~> 1.6) nokogumbo - rchardet (< 1.6) + rchardet (>= 1.6.1) zipruby faraday (0.9.1) multipart-post (>= 1.2, < 3) faraday_middleware (0.9.1) faraday (>= 0.7.4, < 0.10) - ffi (1.9.8) + ffi (1.9.10) ffi-yajl (2.2.0) libyajl2 (~> 1.2) fluent-logger (0.5.0) @@ -140,19 +140,19 @@ GEM power_assert (0.2.3) puma (2.11.3) rack (>= 1.1, < 2.0) - rack (1.6.2) + rack (1.6.4) rack-protection (1.5.3) rack rack-test (0.6.3) rack (>= 1.0) rake (10.4.2) - rchardet (1.5.0) + rchardet (1.6.1) rroonga (5.0.3) archive-zip groonga-client (>= 0.0.3) json pkg-config - sass (3.4.14) + sass (3.4.15) shoulda (3.5.0) shoulda-context (~> 1.0, >= 1.0.1) shoulda-matchers (>= 1.4.1, < 3.0) @@ -210,4 +210,4 @@ DEPENDENCIES zipruby BUNDLED WITH - 1.10.3 + 1.10.5 Modified: test/epub-searcher/database_test.rb (+1 -1) =================================================================== --- test/epub-searcher/database_test.rb 2015-07-06 04:52:54 +0900 (a984249) +++ test/epub-searcher/database_test.rb 2015-07-06 05:03:12 +0900 (a56cf6b) @@ -47,7 +47,7 @@ class TestDatabase < Test::Unit::TestCase documents << EPUBSearcher::EPUBDocument.open(fixture_path('multi_contributors_multi_spine.epub')) @database.load_records(documents) - dump_command = "groonga #{@database.db_path} dump" + dump_command = "groonga #{@database.db_path} dump --dumpindexes yes" dumped_text = `#{dump_command}`.gsub(%r|/.+?/test/epub-searcher/fixtures/|) do "${PREFIX}/test/epub-searcher/fixtures/" end -------------- next part -------------- HTML����������������������������...Download