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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20a694ba4df52122a1d379be0b55a5938c6810cc
4
- data.tar.gz: 8546c2ff8c55cede8d38db0c2595d40985d7d0dd
3
+ metadata.gz: 1f6739499fc60b1e77a5650d4561debf5982fbff
4
+ data.tar.gz: 359052ebd2dc26caaa61b1dd277fa477a4639d23
5
5
  SHA512:
6
- metadata.gz: 31e0667b44982c08b1fc354ca60f13448b57bfe3152cbd526b204c3cc70db7da1bb8a6c3718c58e0f1ec352d7881db77f08f68335db2807daae711a93cd082ec
7
- data.tar.gz: 44ba9166eefed13d7b26cd7e1870cd788bcdfd850c8977e34ada58e50f3b8bb2e8241c71827400092f4f5efdb150b03f61418c2e000865a46a2fc4df5ec7933f
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.10"
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.0"
30
- compile "org.embulk.base.restclient:embulk-util-retryhelper-jetty92:0.5.0"
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.+"
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.10
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-10 00:00:00.000000000 Z
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.0.jar
92
- - classpath/embulk-output-mailchimp-0.3.10.jar
93
- - classpath/embulk-util-retryhelper-jetty92-0.5.0.jar
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