embulk-input-google_adwords 0.3.9 → 0.4.0

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
  SHA256:
3
- metadata.gz: ff6fd53b62c863c477a13cf8427eee2c0ca87cb04585301cdfcd15c2bdeb5d92
4
- data.tar.gz: 461adadfa80bc8990f6588438305bebf044283914fba7e701717cccfda770719
3
+ metadata.gz: c865c6d5f50b81e709afff65a93d794f927594ec4e5ea03593e9967d72a50bbd
4
+ data.tar.gz: c9130ea57c4ff43bb5b5cdad9e2c5477cd1f1ec1ef52a61e1c3101cce7d6100e
5
5
  SHA512:
6
- metadata.gz: 8ab5808347aad9492651a29e624cf7ea18fc8e824cd13cfbf4934078410ab7d2bbddc3349ccadb9af45048f1e7dcb075097b25ad7e8ec3cdb238b59fd26c6e87
7
- data.tar.gz: 2c5e52566dd9839a57824fa287c41172d8bc89e28b4a4396d65a2229a6e6b53c4730dd467751873eba0bfa1a6f68c244eb8902fda496d6ca55001d225e910a49
6
+ metadata.gz: f6e6ea56acf208766110eed2731dd083aa43c98a31e4e6b63e20de8dec48c8a009626787b21529ded908d592fd203d4c5ccc15df60a8a543b9128499b2ecca78
7
+ data.tar.gz: '093f8b2281153d71b944f9a4522d6f2e12420335bcac7a4b7988ddf335ae5e4e22383c4d611bffd8d6932867992969d86e8856e364f63a4906ad84c7a90e167f'
@@ -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.9"
4
+ spec.version = "0.4.0"
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", :integer, 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.9
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angelos Alexopoulos, alexopoulos7@gmail.com