embulk-input-big-query-async 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d734bb0199f3990a133a282ad92078c5dfc62be59985605a9a475fdb8f9b0011
4
- data.tar.gz: f84976f7a86426a774493c5707cb9d6fd1c1fe75f9d117b745229d61953bb4e0
3
+ metadata.gz: 20e5d6ea3b4a5a3a9412327d5fe7299180822c7bd264ea9afc60c83a1f9f4a82
4
+ data.tar.gz: 9dc1ab0828ea54ad19761e734987bd7e1349e508da9042cec40a1568f84d8902
5
5
  SHA512:
6
- metadata.gz: cf65539b0594c751a42e4b7da02a1228c94e451fbbd03a5fa37195af90edc7018596325071a0f8748f221ec64ff349bb00685acc58b73a25ded124d3f7ae7759
7
- data.tar.gz: c466326e4fdcbb87b5ad8c7f4e5336533a7843a230a4e3f8eebaed24bd85cfff84412242ca1aa1365c234197cb39af002d711c56585475471c49f03f0ad0774b
6
+ metadata.gz: b390b41b1519773ca5465c5eab67e10dcd34b951128399e07a6a442a911fce7877b376747b4e3051015ba501e48865da6f2b0aa7880d97eac50f7d785a706ef1
7
+ data.tar.gz: 3b9c5d0dac615af884b507cf0a92569b13217f3f1060f922540071a923056d8277e5bf5dcea223e6645fcda8a22d17b79576796f0bf0bc0e48214a6cd5af6007
@@ -35,7 +35,7 @@ module Embulk
35
35
 
36
36
  task = {
37
37
  project: config[:project],
38
- keyfile: config.param(:keyfile, LocalFile, nil),,
38
+ keyfile: config.param(:keyfile, LocalFile, nil),
39
39
  sql: sql,
40
40
  columns: config[:columns],
41
41
  params: params,
@@ -1,7 +1,7 @@
1
1
  module Embulk
2
2
  module Input
3
3
  module Bigqueryasync
4
- VERSION = "0.0.4"
4
+ VERSION = "0.0.5"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-big-query-async
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angelos Alexopoulos
@@ -69,6 +69,7 @@ files:
69
69
  - pkg/embulk-input-big-query-async-0.0.1.gem
70
70
  - pkg/embulk-input-big-query-async-0.0.2.gem
71
71
  - pkg/embulk-input-big-query-async-0.0.3.gem
72
+ - pkg/embulk-input-big-query-async-0.0.4.gem
72
73
  homepage: ''
73
74
  licenses:
74
75
  - MIT