mass_insert 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 776d7684b8b9dbc9d4232b18baa16db73c2e30e2
4
- data.tar.gz: 5f3abd0e966d88cbf1038a5591ace5fba11170b5
3
+ metadata.gz: 26d14bfd22069edf29737a7eb97321e3292d558a
4
+ data.tar.gz: 3185e4f1caae8fda79464859507f9448c2fdb572
5
5
  SHA512:
6
- metadata.gz: 8574e134b4e067efba5ab705e88c5ebffa6426dc4148f2849b43aceb1ce48cc154645f19fdb82dcb7c2b9136283a7de425011138edfe1e3e55180a92dcd26b59
7
- data.tar.gz: 1ba5fedf3377bb938a872545f9a4c0980ddf4bc88d386e489b3189720ac208b4a1ecab3bdb409dbda3caf7b478d4afeb67c9452e9458df3b9f4c5badd5e532fb
6
+ metadata.gz: 8b9163e8d0941d1ffa6a206ba26a8c5da737e1db9f0664770fc7cc2411c580cf576e36196c8bb9b2068f87222acac65d084bdde4fba0df174e164a4fbbaafe38
7
+ data.tar.gz: b6c807db5bee2b7b504bbd12f2645640a6cfc96a0a1ea1e5385f53a789bac61fc19e4ab83699db323469b2e814e9b499e2a44beb7e7202a0d5c719fa016bf146
data/.travis.yml CHANGED
@@ -4,6 +4,10 @@ rvm:
4
4
  - 2.3.0
5
5
  - 2.3.1
6
6
 
7
+ gemfile:
8
+ - gemfiles/rails_4.gemfile
9
+ - gemfiles/rails_5.gemfile
10
+
7
11
  before_script:
8
12
  - cp test/database.yml.example test/database.yml
9
13
  - mysql -e 'CREATE DATABASE mass_insert_test;'
data/Appraisals ADDED
@@ -0,0 +1,7 @@
1
+ appraise 'rails-4' do
2
+ gem 'rails', '~> 4.2'
3
+ end
4
+
5
+ appraise 'rails-5' do
6
+ gem 'rails', '~> 5.0'
7
+ end
data/Gemfile CHANGED
@@ -4,4 +4,5 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  gem 'simplecov'
7
+ gem 'appraisal'
7
8
  gem 'coveralls', require: false
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "simplecov"
6
+ gem "appraisal"
7
+ gem "coveralls", :require => false
8
+ gem "rails", "~> 4.2"
9
+
10
+ gemspec :path => "../"
@@ -0,0 +1,141 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ mass_insert (0.2.3)
5
+ activerecord (>= 4.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (4.2.7.1)
11
+ actionpack (= 4.2.7.1)
12
+ actionview (= 4.2.7.1)
13
+ activejob (= 4.2.7.1)
14
+ mail (~> 2.5, >= 2.5.4)
15
+ rails-dom-testing (~> 1.0, >= 1.0.5)
16
+ actionpack (4.2.7.1)
17
+ actionview (= 4.2.7.1)
18
+ activesupport (= 4.2.7.1)
19
+ rack (~> 1.6)
20
+ rack-test (~> 0.6.2)
21
+ rails-dom-testing (~> 1.0, >= 1.0.5)
22
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
+ actionview (4.2.7.1)
24
+ activesupport (= 4.2.7.1)
25
+ builder (~> 3.1)
26
+ erubis (~> 2.7.0)
27
+ rails-dom-testing (~> 1.0, >= 1.0.5)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ activejob (4.2.7.1)
30
+ activesupport (= 4.2.7.1)
31
+ globalid (>= 0.3.0)
32
+ activemodel (4.2.7.1)
33
+ activesupport (= 4.2.7.1)
34
+ builder (~> 3.1)
35
+ activerecord (4.2.7.1)
36
+ activemodel (= 4.2.7.1)
37
+ activesupport (= 4.2.7.1)
38
+ arel (~> 6.0)
39
+ activesupport (4.2.7.1)
40
+ i18n (~> 0.7)
41
+ json (~> 1.7, >= 1.7.7)
42
+ minitest (~> 5.1)
43
+ thread_safe (~> 0.3, >= 0.3.4)
44
+ tzinfo (~> 1.1)
45
+ appraisal (2.1.0)
46
+ bundler
47
+ rake
48
+ thor (>= 0.14.0)
49
+ arel (6.0.3)
50
+ builder (3.2.2)
51
+ concurrent-ruby (1.0.2)
52
+ coveralls (0.8.15)
53
+ json (>= 1.8, < 3)
54
+ simplecov (~> 0.12.0)
55
+ term-ansicolor (~> 1.3)
56
+ thor (~> 0.19.1)
57
+ tins (>= 1.6.0, < 2)
58
+ docile (1.1.5)
59
+ erubis (2.7.0)
60
+ globalid (0.3.7)
61
+ activesupport (>= 4.1.0)
62
+ i18n (0.7.0)
63
+ json (1.8.3)
64
+ loofah (2.0.3)
65
+ nokogiri (>= 1.5.9)
66
+ mail (2.6.4)
67
+ mime-types (>= 1.16, < 4)
68
+ mime-types (3.1)
69
+ mime-types-data (~> 3.2015)
70
+ mime-types-data (3.2016.0521)
71
+ mini_portile2 (2.1.0)
72
+ minitest (5.9.1)
73
+ mysql2 (0.4.5)
74
+ nokogiri (1.6.8.1)
75
+ mini_portile2 (~> 2.1.0)
76
+ pg (0.19.0)
77
+ rack (1.6.5)
78
+ rack-test (0.6.3)
79
+ rack (>= 1.0)
80
+ rails (4.2.7.1)
81
+ actionmailer (= 4.2.7.1)
82
+ actionpack (= 4.2.7.1)
83
+ actionview (= 4.2.7.1)
84
+ activejob (= 4.2.7.1)
85
+ activemodel (= 4.2.7.1)
86
+ activerecord (= 4.2.7.1)
87
+ activesupport (= 4.2.7.1)
88
+ bundler (>= 1.3.0, < 2.0)
89
+ railties (= 4.2.7.1)
90
+ sprockets-rails
91
+ rails-deprecated_sanitizer (1.0.3)
92
+ activesupport (>= 4.2.0.alpha)
93
+ rails-dom-testing (1.0.7)
94
+ activesupport (>= 4.2.0.beta, < 5.0)
95
+ nokogiri (~> 1.6.0)
96
+ rails-deprecated_sanitizer (>= 1.0.1)
97
+ rails-html-sanitizer (1.0.3)
98
+ loofah (~> 2.0)
99
+ railties (4.2.7.1)
100
+ actionpack (= 4.2.7.1)
101
+ activesupport (= 4.2.7.1)
102
+ rake (>= 0.8.7)
103
+ thor (>= 0.18.1, < 2.0)
104
+ rake (11.3.0)
105
+ simplecov (0.12.0)
106
+ docile (~> 1.1.0)
107
+ json (>= 1.8, < 3)
108
+ simplecov-html (~> 0.10.0)
109
+ simplecov-html (0.10.0)
110
+ sprockets (3.7.0)
111
+ concurrent-ruby (~> 1.0)
112
+ rack (> 1, < 3)
113
+ sprockets-rails (3.2.0)
114
+ actionpack (>= 4.0)
115
+ activesupport (>= 4.0)
116
+ sprockets (>= 3.0.0)
117
+ sqlite3 (1.3.12)
118
+ term-ansicolor (1.4.0)
119
+ tins (~> 1.0)
120
+ thor (0.19.1)
121
+ thread_safe (0.3.5)
122
+ tins (1.12.0)
123
+ tzinfo (1.2.2)
124
+ thread_safe (~> 0.1)
125
+
126
+ PLATFORMS
127
+ ruby
128
+
129
+ DEPENDENCIES
130
+ appraisal
131
+ coveralls
132
+ mass_insert!
133
+ mysql2 (~> 0.4)
134
+ pg (~> 0.18)
135
+ rails (~> 4.2)
136
+ rake (~> 11.1)
137
+ simplecov
138
+ sqlite3 (~> 1.3)
139
+
140
+ BUNDLED WITH
141
+ 1.13.6
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "simplecov"
6
+ gem "appraisal"
7
+ gem "coveralls", :require => false
8
+ gem "rails", "~> 5.0"
9
+
10
+ gemspec :path => "../"
@@ -0,0 +1,147 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ mass_insert (0.2.3)
5
+ activerecord (>= 4.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.0.0.1)
11
+ actionpack (= 5.0.0.1)
12
+ nio4r (~> 1.2)
13
+ websocket-driver (~> 0.6.1)
14
+ actionmailer (5.0.0.1)
15
+ actionpack (= 5.0.0.1)
16
+ actionview (= 5.0.0.1)
17
+ activejob (= 5.0.0.1)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.0.0.1)
21
+ actionview (= 5.0.0.1)
22
+ activesupport (= 5.0.0.1)
23
+ rack (~> 2.0)
24
+ rack-test (~> 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.0.0.1)
28
+ activesupport (= 5.0.0.1)
29
+ builder (~> 3.1)
30
+ erubis (~> 2.7.0)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
+ activejob (5.0.0.1)
34
+ activesupport (= 5.0.0.1)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.0.0.1)
37
+ activesupport (= 5.0.0.1)
38
+ activerecord (5.0.0.1)
39
+ activemodel (= 5.0.0.1)
40
+ activesupport (= 5.0.0.1)
41
+ arel (~> 7.0)
42
+ activesupport (5.0.0.1)
43
+ concurrent-ruby (~> 1.0, >= 1.0.2)
44
+ i18n (~> 0.7)
45
+ minitest (~> 5.1)
46
+ tzinfo (~> 1.1)
47
+ appraisal (2.1.0)
48
+ bundler
49
+ rake
50
+ thor (>= 0.14.0)
51
+ arel (7.1.4)
52
+ builder (3.2.2)
53
+ concurrent-ruby (1.0.2)
54
+ coveralls (0.8.15)
55
+ json (>= 1.8, < 3)
56
+ simplecov (~> 0.12.0)
57
+ term-ansicolor (~> 1.3)
58
+ thor (~> 0.19.1)
59
+ tins (>= 1.6.0, < 2)
60
+ docile (1.1.5)
61
+ erubis (2.7.0)
62
+ globalid (0.3.7)
63
+ activesupport (>= 4.1.0)
64
+ i18n (0.7.0)
65
+ json (2.0.2)
66
+ loofah (2.0.3)
67
+ nokogiri (>= 1.5.9)
68
+ mail (2.6.4)
69
+ mime-types (>= 1.16, < 4)
70
+ method_source (0.8.2)
71
+ mime-types (3.1)
72
+ mime-types-data (~> 3.2015)
73
+ mime-types-data (3.2016.0521)
74
+ mini_portile2 (2.1.0)
75
+ minitest (5.9.1)
76
+ mysql2 (0.4.5)
77
+ nio4r (1.2.1)
78
+ nokogiri (1.6.8.1)
79
+ mini_portile2 (~> 2.1.0)
80
+ pg (0.19.0)
81
+ rack (2.0.1)
82
+ rack-test (0.6.3)
83
+ rack (>= 1.0)
84
+ rails (5.0.0.1)
85
+ actioncable (= 5.0.0.1)
86
+ actionmailer (= 5.0.0.1)
87
+ actionpack (= 5.0.0.1)
88
+ actionview (= 5.0.0.1)
89
+ activejob (= 5.0.0.1)
90
+ activemodel (= 5.0.0.1)
91
+ activerecord (= 5.0.0.1)
92
+ activesupport (= 5.0.0.1)
93
+ bundler (>= 1.3.0, < 2.0)
94
+ railties (= 5.0.0.1)
95
+ sprockets-rails (>= 2.0.0)
96
+ rails-dom-testing (2.0.1)
97
+ activesupport (>= 4.2.0, < 6.0)
98
+ nokogiri (~> 1.6.0)
99
+ rails-html-sanitizer (1.0.3)
100
+ loofah (~> 2.0)
101
+ railties (5.0.0.1)
102
+ actionpack (= 5.0.0.1)
103
+ activesupport (= 5.0.0.1)
104
+ method_source
105
+ rake (>= 0.8.7)
106
+ thor (>= 0.18.1, < 2.0)
107
+ rake (11.3.0)
108
+ simplecov (0.12.0)
109
+ docile (~> 1.1.0)
110
+ json (>= 1.8, < 3)
111
+ simplecov-html (~> 0.10.0)
112
+ simplecov-html (0.10.0)
113
+ sprockets (3.7.0)
114
+ concurrent-ruby (~> 1.0)
115
+ rack (> 1, < 3)
116
+ sprockets-rails (3.2.0)
117
+ actionpack (>= 4.0)
118
+ activesupport (>= 4.0)
119
+ sprockets (>= 3.0.0)
120
+ sqlite3 (1.3.12)
121
+ term-ansicolor (1.4.0)
122
+ tins (~> 1.0)
123
+ thor (0.19.1)
124
+ thread_safe (0.3.5)
125
+ tins (1.12.0)
126
+ tzinfo (1.2.2)
127
+ thread_safe (~> 0.1)
128
+ websocket-driver (0.6.4)
129
+ websocket-extensions (>= 0.1.0)
130
+ websocket-extensions (0.1.2)
131
+
132
+ PLATFORMS
133
+ ruby
134
+
135
+ DEPENDENCIES
136
+ appraisal
137
+ coveralls
138
+ mass_insert!
139
+ mysql2 (~> 0.4)
140
+ pg (~> 0.18)
141
+ rails (~> 5.0)
142
+ rake (~> 11.1)
143
+ simplecov
144
+ sqlite3 (~> 1.3)
145
+
146
+ BUNDLED WITH
147
+ 1.13.6
@@ -1,3 +1,3 @@
1
1
  module MassInsert
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mass_insert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Gutiérrez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-05 00:00:00.000000000 Z
11
+ date: 2016-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -91,10 +91,15 @@ files:
91
91
  - ".gitignore"
92
92
  - ".rspec"
93
93
  - ".travis.yml"
94
+ - Appraisals
94
95
  - Gemfile
95
96
  - LICENSE.txt
96
97
  - README.md
97
98
  - Rakefile
99
+ - gemfiles/rails_4.gemfile
100
+ - gemfiles/rails_4.gemfile.lock
101
+ - gemfiles/rails_5.gemfile
102
+ - gemfiles/rails_5.gemfile.lock
98
103
  - lib/mass_insert.rb
99
104
  - lib/mass_insert/adapters/abstract_adapter.rb
100
105
  - lib/mass_insert/adapters/mysql2_adapter.rb