embulk-output-mailchimp 0.3.9 → 0.3.10
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20a694ba4df52122a1d379be0b55a5938c6810cc
|
|
4
|
+
data.tar.gz: 8546c2ff8c55cede8d38db0c2595d40985d7d0dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31e0667b44982c08b1fc354ca60f13448b57bfe3152cbd526b204c3cc70db7da1bb8a6c3718c58e0f1ec352d7881db77f08f68335db2807daae711a93cd082ec
|
|
7
|
+
data.tar.gz: 44ba9166eefed13d7b26cd7e1870cd788bcdfd850c8977e34ada58e50f3b8bb2e8241c71827400092f4f5efdb150b03f61418c2e000865a46a2fc4df5ec7933f
|
data/CHANGELOG.md
CHANGED
data/build.gradle
CHANGED
|
Binary file
|
|
@@ -135,12 +135,14 @@ public abstract class MailChimpAbstractRecordBuffer
|
|
|
135
135
|
handleErrors(reportResponse.getErrors());
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
cleanUp();
|
|
139
138
|
return Exec.newTaskReport().set("pushed", totalCount);
|
|
140
139
|
}
|
|
141
140
|
catch (JsonProcessingException jpe) {
|
|
142
141
|
throw new DataException(jpe);
|
|
143
142
|
}
|
|
143
|
+
finally {
|
|
144
|
+
cleanUp();
|
|
145
|
+
}
|
|
144
146
|
}
|
|
145
147
|
|
|
146
148
|
/**
|
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.10
|
|
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-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -89,7 +89,7 @@ files:
|
|
|
89
89
|
- test/override_assert_raise.rb
|
|
90
90
|
- test/run-test.rb
|
|
91
91
|
- classpath/embulk-base-restclient-0.5.0.jar
|
|
92
|
-
- classpath/embulk-output-mailchimp-0.3.
|
|
92
|
+
- classpath/embulk-output-mailchimp-0.3.10.jar
|
|
93
93
|
- classpath/embulk-util-retryhelper-jetty92-0.5.0.jar
|
|
94
94
|
- classpath/jetty-client-9.2.14.v20151106.jar
|
|
95
95
|
- classpath/jetty-http-9.2.14.v20151106.jar
|