embulk-input-google_analytics 0.1.17.alpha → 0.1.17
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 +4 -4
- data/CHANGELOG.md +6 -2
- data/embulk-input-google_analytics.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c0c86f1ec128421575f09495f1650bc36b9003e
|
|
4
|
+
data.tar.gz: 356d14ca378502fa5a3c7d8781162f318ac62797
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2030bd41d01b4d67e5a694512af6d5cfd4e153570f705e9584fc9d31cb5d7bb439d82726143e6929ffcdc3fb15a1acd2d302d9411a9f3434bf347019b05fc8c7
|
|
7
|
+
data.tar.gz: d98bf69f0cefa62bb1058104300bba29a1ff527277d562921529f9ce7108bffc4b25fc1a1b8a6920d5f7edbd0f1c1571793c970f862105c91e14c391a0123a01
|
data/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
|
+
#0.1.17 - 2018-04-16
|
|
2
|
+
|
|
3
|
+
* Add more descriptive error message when Google API return invalid time format [#32](https://github.com/treasure-data/embulk-input-google_analytics/pull/32)
|
|
4
|
+
|
|
1
5
|
#0.1.16 - 2018-02-06
|
|
2
6
|
|
|
3
|
-
* Use user profile timezone when format next from_date
|
|
7
|
+
* Use user profile timezone when format next from_date [#31](https://github.com/treasure-data/embulk-input-google_analytics/pull/31)
|
|
4
8
|
|
|
5
9
|
|
|
6
10
|
## 0.1.15 - 2017-11-29
|
|
7
11
|
|
|
8
|
-
* Add explicit logging for the number of skipped records
|
|
12
|
+
* Add explicit logging for the number of skipped records [#30](https://github.com/treasure-data/embulk-input-google_analytics/pull/30)
|
|
9
13
|
|
|
10
14
|
## 0.1.14 - 2017-06-27
|
|
11
15
|
|
|
@@ -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.17
|
|
4
|
+
spec.version = "0.1.17"
|
|
5
5
|
spec.authors = ["uu59"]
|
|
6
6
|
spec.summary = "Google Analytics input plugin for Embulk"
|
|
7
7
|
spec.description = "Loads records from Google Analytics."
|
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.17
|
|
4
|
+
version: 0.1.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- uu59
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -248,9 +248,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
248
248
|
version: '0'
|
|
249
249
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
250
250
|
requirements:
|
|
251
|
-
- - "
|
|
251
|
+
- - ">="
|
|
252
252
|
- !ruby/object:Gem::Version
|
|
253
|
-
version:
|
|
253
|
+
version: '0'
|
|
254
254
|
requirements: []
|
|
255
255
|
rubyforge_project:
|
|
256
256
|
rubygems_version: 2.6.6
|