load_data_infile2 0.2.1 → 0.2.2

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: 87b9140ace11ad2189f8f576e5643f554989f043
4
- data.tar.gz: 5b589c0d32973317a5545a0857a927e9f0a7f7fa
3
+ metadata.gz: e21ec4314b52fa586bf780d6480fcc4bf5b1c4cd
4
+ data.tar.gz: edf8e62f4809a11a4ad50d071986d1c053be6930
5
5
  SHA512:
6
- metadata.gz: 5ba411422e6300479ce7aa9d7928a524c596181725c42f17c3d6e1633061521df7226336ca7091dad7e16df160f9b7f27b91b6bde3bca3195e0ea378172ebf50
7
- data.tar.gz: 56bc6ed3204230c9e3b975cf294854570e0e98ea8e62e86f4cc1b307d8b96e2e0b4c8db63899ae8c2fab626f754fbbdb62be7257d620748960b6e3aa4b7c717f
6
+ metadata.gz: 369bfd4e77b71ae5d0f2bf11c26facf85ee8048180510c2609159c880f7fc520cf519ab9728d39c5b8ee983c419d33fa5ded6ac4286ba190569b896f752dc7db
7
+ data.tar.gz: 4fd7a4f163129ba680601f4ec0753f80880ab3a1ae929273cd587c504f3c6395122f67e803902e234fd1be870a44bfd3af4b2a946f163390b495fe2ab99265fc
@@ -43,8 +43,6 @@ module LoadDataInfile2
43
43
 
44
44
  private
45
45
 
46
- attr_reader :file, :table, :options
47
-
48
46
  def load_data_infile
49
47
  stmt = 'LOAD DATA '
50
48
  stmt.concat("#{@options[:low_priority_or_concurrent].upcase} ") if %i(low_priority concurrent).include?(@options[:low_priority_or_concurrent])
@@ -1,3 +1,3 @@
1
1
  module LoadDataInfile2
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: load_data_infile2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - nalabjp
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-31 00:00:00.000000000 Z
11
+ date: 2016-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mysql2