activerecord-insert_many 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/activerecord/insert_many.rb +2 -2
- data/lib/activerecord/insert_many/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a93dd222a89c193b4355915a9087d3b38f5b587b
|
4
|
+
data.tar.gz: 9f592ba20d932a3c0351d7ccec8e5568f29df0ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c57839bff48a2a14ff889e62ce968d23104b8739c40d88461402ef3108e979a7041fb0cbdb13633309ed6b5f8377f0de720405f92edcfae0da078087d13719c
|
7
|
+
data.tar.gz: f4347115251b3e81d6663a238169781e8985d6f34fa54f6cda8ae4d0d78ffd4826ed66c9efca343bf3fe63f360011f5b900fdb813aa7e0eec278960066d8c60e
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require "activerecord/insert_many/version"
|
2
2
|
require "active_record"
|
3
|
-
require "active_record/connection_adapters/
|
3
|
+
require "active_record/connection_adapters/abstract_adapter"
|
4
4
|
|
5
5
|
module InsertMany
|
6
6
|
def insert_many(fixtures)
|
@@ -27,5 +27,5 @@ module InsertManyStatement
|
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
|
-
ActiveRecord::ConnectionAdapters::
|
30
|
+
ActiveRecord::ConnectionAdapters::AbstractAdapter.send :include, InsertManyStatement
|
31
31
|
ActiveRecord::Base.extend InsertMany
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord-insert_many
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luke Booth
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-09-
|
12
|
+
date: 2015-09-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activerecord
|