[Groonga-commit] ranguba/groonga-client-rails at e3f8686 [master] Use Mongoid

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 21 10:51:11 JST 2016


Kouhei Sutou	2016-03-21 10:51:11 +0900 (Mon, 21 Mar 2016)

  New Revision: e3f86860f12fdadbfe6f0bb0b4cdac4f71226aa4
  https://github.com/ranguba/groonga-client-rails/commit/e3f86860f12fdadbfe6f0bb0b4cdac4f71226aa4

  Message:
    Use Mongoid

  Modified files:
    test/fixtures/rails4-mongoid/Gemfile
    test/fixtures/rails4-mongoid/Gemfile.lock

  Modified: test/fixtures/rails4-mongoid/Gemfile (+2 -0)
===================================================================
--- test/fixtures/rails4-mongoid/Gemfile    2016-03-21 10:48:51 +0900 (87c27d1)
+++ test/fixtures/rails4-mongoid/Gemfile    2016-03-21 10:51:11 +0900 (3bca7f5)
@@ -30,6 +30,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc
 # Use Capistrano for deployment
 # gem 'capistrano-rails', group: :development
 
+gem 'mongoid', '~> 5.1.0'
+
 group :development, :test do
   # Call 'byebug' anywhere in the code to stop execution and get a debugger console
   gem 'byebug'

  Modified: test/fixtures/rails4-mongoid/Gemfile.lock (+10 -0)
===================================================================
--- test/fixtures/rails4-mongoid/Gemfile.lock    2016-03-21 10:48:51 +0900 (66c7a28)
+++ test/fixtures/rails4-mongoid/Gemfile.lock    2016-03-21 10:51:11 +0900 (8d78718)
@@ -39,6 +39,7 @@ GEM
     arel (6.0.3)
     binding_of_caller (0.7.2)
       debug_inspector (>= 0.0.1)
+    bson (4.0.3)
     builder (3.2.2)
     byebug (8.2.2)
     coffee-rails (4.1.1)
@@ -70,9 +71,17 @@ GEM
     mime-types (2.99.1)
     mini_portile2 (2.0.0)
     minitest (5.8.4)
+    mongo (2.2.4)
+      bson (~> 4.0)
+    mongoid (5.1.1)
+      activemodel (~> 4.0)
+      mongo (~> 2.1)
+      origin (~> 2.2)
+      tzinfo (>= 0.3.37)
     multi_json (1.11.2)
     nokogiri (1.6.7.2)
       mini_portile2 (~> 2.0.0.rc2)
+    origin (2.2.0)
     rack (1.6.4)
     rack-test (0.6.3)
       rack (>= 1.0)
@@ -145,6 +154,7 @@ DEPENDENCIES
   coffee-rails (~> 4.1.0)
   jbuilder (~> 2.0)
   jquery-rails
+  mongoid (~> 5.1.0)
   rails (= 4.2.6)
   sass-rails (~> 5.0)
   sdoc (~> 0.4.0)
-------------- next part --------------
HTML����������������������������...
Download 



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