embulk-output-mailchimp 0.3.10 → 0.3.11
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 +3 -0
- data/build.gradle +3 -3
- data/classpath/{embulk-base-restclient-0.5.0.jar → embulk-base-restclient-0.5.2.jar} +0 -0
- data/classpath/{embulk-output-mailchimp-0.3.10.jar → embulk-output-mailchimp-0.3.11.jar} +0 -0
- data/classpath/{embulk-util-retryhelper-jetty92-0.5.0.jar → embulk-util-retryhelper-jetty92-0.5.2.jar} +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f6739499fc60b1e77a5650d4561debf5982fbff
|
|
4
|
+
data.tar.gz: 359052ebd2dc26caaa61b1dd277fa477a4639d23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0892974311f81524fd4354dc167b0150e596c1f112606846363d0212f322b18a81bd6cafb950f684a9d20200530d16ec0b2a3efe6989c45b5d7fb656a6404938
|
|
7
|
+
data.tar.gz: 2ffd8d9f0937d49146894335d418c2183d4ab4f56b00e852cc921c3b2e2c53212a0a9860c04698a014e410a2d4183e1d35dd199003c4d16052ece33a2efd0d75
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 0.3.11 - 2017-06-13
|
|
2
|
+
- Upgraded version of `embulk-base-restclient` to fix IndexOutOfBoundException [#26](https://github.com/treasure-data/embulk-output-mailchimp/pull/26)
|
|
3
|
+
|
|
1
4
|
## 0.3.10 - 2017-06-10
|
|
2
5
|
- Fixed `MailChimpAbstractRecordBuffer` to move `cleanUp` method call in finally block [#25](https://github.com/treasure-data/embulk-output-mailchimp/pull/25)
|
|
3
6
|
|
data/build.gradle
CHANGED
|
@@ -18,7 +18,7 @@ configurations {
|
|
|
18
18
|
provided
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
version = "0.3.
|
|
21
|
+
version = "0.3.11"
|
|
22
22
|
|
|
23
23
|
sourceCompatibility = 1.7
|
|
24
24
|
targetCompatibility = 1.7
|
|
@@ -26,8 +26,8 @@ targetCompatibility = 1.7
|
|
|
26
26
|
dependencies {
|
|
27
27
|
compile "org.embulk:embulk-core:0.8.15"
|
|
28
28
|
provided "org.embulk:embulk-core:0.8.15"
|
|
29
|
-
compile "org.embulk.base.restclient:embulk-base-restclient:0.5.
|
|
30
|
-
compile "org.embulk.base.restclient:embulk-util-retryhelper-jetty92:0.5.
|
|
29
|
+
compile "org.embulk.base.restclient:embulk-base-restclient:0.5.2"
|
|
30
|
+
compile "org.embulk.base.restclient:embulk-util-retryhelper-jetty92:0.5.2"
|
|
31
31
|
// compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
|
|
32
32
|
|
|
33
33
|
testCompile "junit:junit:4.+"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-output-mailchimp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thang Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -88,9 +88,9 @@ files:
|
|
|
88
88
|
- test/embulk/output/test_mailchimp.rb
|
|
89
89
|
- test/override_assert_raise.rb
|
|
90
90
|
- test/run-test.rb
|
|
91
|
-
- classpath/embulk-base-restclient-0.5.
|
|
92
|
-
- classpath/embulk-output-mailchimp-0.3.
|
|
93
|
-
- classpath/embulk-util-retryhelper-jetty92-0.5.
|
|
91
|
+
- classpath/embulk-base-restclient-0.5.2.jar
|
|
92
|
+
- classpath/embulk-output-mailchimp-0.3.11.jar
|
|
93
|
+
- classpath/embulk-util-retryhelper-jetty92-0.5.2.jar
|
|
94
94
|
- classpath/jetty-client-9.2.14.v20151106.jar
|
|
95
95
|
- classpath/jetty-http-9.2.14.v20151106.jar
|
|
96
96
|
- classpath/jetty-io-9.2.14.v20151106.jar
|