embulk-input-marketo 0.6.9.alpha → 0.6.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/build.gradle +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f075ab4c25711804d71689227cd164392154cb09
4
- data.tar.gz: a565d6381ac3ac89b21397c6b522c4c3192c6f60
3
+ metadata.gz: c0cae436fbdd33d197c7acb3e72ec4d5e2f5b00e
4
+ data.tar.gz: 9077aadd1cf80fecfeef1ba687f1827a01d64416
5
5
  SHA512:
6
- metadata.gz: 7593bdf9bacc02e3e13fc28009c12ef68b69790022d66613fa58fd27227f7616a8a4c4e15843d75e474fc84922ae53ce1e6ae63dd8363d45553f16a09484f0c0
7
- data.tar.gz: 7307a87215da07e29703d537603d6b49fdfaf985fb61f30998f4153ab7ce8a14d21144ffc9c0ce8fe7492edcb1e04a14b7cd5a6f4702b94a666b9ac92b045b1a
6
+ metadata.gz: 511670f368834d3d7d0a47a13d0a99391f3f7a0935e02d2011ef4d18e0d15ab6faa487358056ae2bcddf4fcdb1955e84b21639bae5f4eda5834b9d9f414b50a8
7
+ data.tar.gz: 8ae2db810911899e13dc03745dd0f6c1f8106f1d20cf9c866c885cdaa072b64c1bb92d2f52907f1f4a00a6351d9f57d46be07f353e50b7fe31cd297c02a449a8
@@ -1,3 +1,7 @@
1
+ ## 0.6.8 - 2018-04-12
2
+ * [fixed] Fix wrapped TimeoutException not retry [#85](https://github.com/treasure-data/embulk-input-marketo/pull/85)
3
+ * [enhance] Make read_timeout configurable [#85](https://github.com/treasure-data/embulk-input-marketo/pull/85)
4
+
1
5
  ## 0.6.8 - 2018-04-12
2
6
  * [fixed] Fix incorrect incorrect retry logic [#84](https://github.com/treasure-data/embulk-input-marketo/pull/84)
3
7
 
@@ -16,7 +16,7 @@ repositories {
16
16
  configurations {
17
17
  provided
18
18
  }
19
- version = "0.6.9.alpha"
19
+ version = "0.6.9"
20
20
  sourceCompatibility = 1.7
21
21
  targetCompatibility = 1.7
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-marketo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.9.alpha
4
+ version: 0.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - uu59
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-04-12 00:00:00.000000000 Z
13
+ date: 2018-04-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  requirement: !ruby/object:Gem::Requirement
@@ -126,7 +126,7 @@ files:
126
126
  - classpath/embulk-base-restclient-0.5.3.jar
127
127
  - classpath/jetty-client-9.2.14.v20151106.jar
128
128
  - classpath/jetty-util-9.2.14.v20151106.jar
129
- - classpath/embulk-input-marketo-0.6.9.alpha.jar
129
+ - classpath/embulk-input-marketo-0.6.9.jar
130
130
  - classpath/embulk-util-retryhelper-jetty92-0.5.3.jar
131
131
  - classpath/jetty-io-9.2.14.v20151106.jar
132
132
  homepage: https://github.com/treasure-data/embulk-input-marketo
@@ -144,9 +144,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  requirements:
147
- - - '>'
147
+ - - '>='
148
148
  - !ruby/object:Gem::Version
149
- version: 1.3.1
149
+ version: '0'
150
150
  requirements: []
151
151
  rubyforge_project:
152
152
  rubygems_version: 2.1.9