embulk-input-google_analytics 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 3ec2cc0b61da3b078e98adbcc7bdfd7376fbfbd5
4
- data.tar.gz: fd2ab63207a32052d41f5c3b908ca320cb57140c
3
+ metadata.gz: 5d3324d9256b97a4edd184262d0f2dc3dc2f89de
4
+ data.tar.gz: 00702b551777df80b496395274b97a4cd1e21da7
5
5
  SHA512:
6
- metadata.gz: cf3075e1127d19fce9594fa56376855e59b2564f654d4a0b1f2bed34539059bdcf0ddf179e273bbcf479cd746eae87a8e563a1daf072b20274c0c68a3e0c8bd9
7
- data.tar.gz: 2977d85da4a5e3a45894ec48936968c0c825a98a7dc0e9f6ce0c146d1c6f9d6b916b4a9696d6b6fab61c50e3f55fc92267992b6c087a91ce39ab1c05b5ba99e0
6
+ metadata.gz: 9caa9caea04f155c084b07339d8f2e1a29c1050c79048115c98ec6db2507b58ae643168140dc0be1cd259692e8c0107994151c84d0798170258082906445edf9
7
+ data.tar.gz: edc535541bd7ef54f5335fbda215d4d7efe7bd8176246cf2a1723a6bd32b62b8405b3317660ecca0790620053a42ecd5cc79f5e1fea40c2d85a421e6b07cdee3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.1.3 - 2016-08-15
2
+ * Use net/http to avoid TLS error [#8](https://github.com/treasure-data/embulk-input-google_analytics/pull/8)
3
+
1
4
  ## 0.1.2 - 2016-07-13
2
5
 
3
6
  * Fix when `end_date` is nil [#7](https://github.com/treasure-data/embulk-input-google_analytics/pull/7)
@@ -1,7 +1,7 @@
1
1
 
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = "embulk-input-google_analytics"
4
- spec.version = "0.1.2"
4
+ spec.version = "0.1.3"
5
5
  spec.authors = ["uu59"]
6
6
  spec.summary = "Google Analytics input plugin for Embulk"
7
7
  spec.description = "Loads records from Google Analytics."
@@ -3,6 +3,10 @@ require "active_support/core_ext/time"
3
3
  require "google/apis/analyticsreporting_v4"
4
4
  require "google/apis/analytics_v3"
5
5
 
6
+ # Avoid such error:
7
+ # PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
8
+ Google::Apis::ClientOptions.default.use_net_http = true
9
+
6
10
  module Embulk
7
11
  module Input
8
12
  module GoogleAnalytics
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-google_analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - uu59
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-13 00:00:00.000000000 Z
11
+ date: 2016-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement