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: 5fde692362348800dfae66c28a9e2c064ba7d833
4
- data.tar.gz: 133cbbbe8899d8601640969cd804334305061210
3
+ metadata.gz: 20a694ba4df52122a1d379be0b55a5938c6810cc
4
+ data.tar.gz: 8546c2ff8c55cede8d38db0c2595d40985d7d0dd
5
5
  SHA512:
6
- metadata.gz: aa856a3406ff19159507b877022800cc7455f1c0f1399080510cacf54529c1c09c61dae97328e81f7cbbb4661b69cd97d91856f0e43aa6ee668b148f1631fa96
7
- data.tar.gz: 7b273aea4c9ea89d35a3125240aac1ef7165262d437b293a66efc23f124604522a4fbfe8dc52b09225dd3183b4e3ce70447676e11fc5732577f0c4e4f4d01d2f
6
+ metadata.gz: 31e0667b44982c08b1fc354ca60f13448b57bfe3152cbd526b204c3cc70db7da1bb8a6c3718c58e0f1ec352d7881db77f08f68335db2807daae711a93cd082ec
7
+ data.tar.gz: 44ba9166eefed13d7b26cd7e1870cd788bcdfd850c8977e34ada58e50f3b8bb2e8241c71827400092f4f5efdb150b03f61418c2e000865a46a2fc4df5ec7933f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.3.10 - 2017-06-10
2
+ - Fixed `MailChimpAbstractRecordBuffer` to move `cleanUp` method call in finally block [#25](https://github.com/treasure-data/embulk-output-mailchimp/pull/25)
3
+
1
4
  ## 0.3.9 - 2017-06-09
2
5
  - Upgraded version to fix yanked gem file
3
6
 
data/build.gradle CHANGED
@@ -18,7 +18,7 @@ configurations {
18
18
  provided
19
19
  }
20
20
 
21
- version = "0.3.9"
21
+ version = "0.3.10"
22
22
 
23
23
  sourceCompatibility = 1.7
24
24
  targetCompatibility = 1.7
@@ -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.9
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-09 00:00:00.000000000 Z
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.9.jar
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