embulk-input-google_adwords 0.3.8 → 0.3.9

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: 78790eb93ddd3db94dcb945c60859fff96dd188065667ae664c60d1eb78543c5
4
- data.tar.gz: 9dac0bb4ecb5270fe28cb604447d2079d8035b79ce3918e959e34fbd4c3e6e39
3
+ metadata.gz: ff6fd53b62c863c477a13cf8427eee2c0ca87cb04585301cdfcd15c2bdeb5d92
4
+ data.tar.gz: 461adadfa80bc8990f6588438305bebf044283914fba7e701717cccfda770719
5
5
  SHA512:
6
- metadata.gz: aedfac9ae857267df61af4efb690a2171aab8c060fe7ce4e06ee0aaaa3dc6f4399bfd99ef99c9a607d579f64354e1b9e0584759bf150fd1a12317ca9e08f9d19
7
- data.tar.gz: 4cef31c64af113ef0431804e8a475ed8e695aa9b6b507fee35de522c47e5cad4ec9546dcd967f7137cdf73b6d41029c793ac7b7f3f0db1a5c154a1f4abcf6394
6
+ metadata.gz: 8ab5808347aad9492651a29e624cf7ea18fc8e824cd13cfbf4934078410ab7d2bbddc3349ccadb9af45048f1e7dcb075097b25ad7e8ec3cdb238b59fd26c6e87
7
+ data.tar.gz: 2c5e52566dd9839a57824fa287c41172d8bc89e28b4a4396d65a2229a6e6b53c4730dd467751873eba0bfa1a6f68c244eb8902fda496d6ca55001d225e910a49
data/README.md CHANGED
@@ -29,4 +29,5 @@ There are links in there.
29
29
 
30
30
  ```
31
31
  $ rake
32
+ $ gem push pkg/embulk-input-google-adwords-XXX.gem
32
33
  ```
@@ -1,7 +1,7 @@
1
1
 
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = "embulk-input-google_adwords"
4
- spec.version = "0.3.8"
4
+ spec.version = "0.3.9"
5
5
  spec.authors = ["Angelos Alexopoulos, alexopoulos7@gmail.com"]
6
6
  spec.summary = "Google Adwords input plugin for Embulk"
7
7
  spec.description = "Loads records from Google Adwords."
@@ -39,7 +39,7 @@ module Embulk
39
39
  "skip_report_summary" => true
40
40
  }
41
41
  },
42
- "request_timeout" =>config.param("request_timeout": int, default:60*60*2), # default 2 hours
42
+ "request_timeout" =>config.param("request_timeout", :int, default:60*60*2), # default 2 hours
43
43
  "report_type" => config.param("report_type", :string),
44
44
  "fields" => config.param("fields", :array),
45
45
  "conditions" => config.param("conditions", :array, default: []),
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-google_adwords
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angelos Alexopoulos, alexopoulos7@gmail.com