embulk-input-http 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/build.gradle +5 -5
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4e401d8cc7ca747a5b6c54a66b2729ae9aab821
4
- data.tar.gz: aa33a85c06989405527ce926c79f8ceb22bc2eba
3
+ metadata.gz: 5d4db1e839abd5e9c5d84c54cbda141d3ffe613f
4
+ data.tar.gz: 94c29e9b318d8eaa383c2a46a6131c4b5a1c770e
5
5
  SHA512:
6
- metadata.gz: 779faf323699e45d19dc490dbb48840fbc0354e73b83a37c6b4dcbbb54b890ab39cf1da4b4089f44a47418fd0686c169c974bbdb4534906e5de34ae3b1862837
7
- data.tar.gz: 0d20d2060aff2cfddccf3394c5ce0817e4b389146fb468812e86962f75e750b3c3d8d176b0ae025e922739709caca0fd69d78a23c0ccb1c75307a323c6ac4b5d
6
+ metadata.gz: 8ce9962babf185be1fa4909d1d2fa697e3df54bbb4b79ac3fb2b43006b9fbe4b11d98763c9b0fc6862615e174dddffe17a24607e432bb7873d7ced2c44618aab
7
+ data.tar.gz: 88f88ed98d50eed6fc97e68284b083879ab0586ff0459e1642050698b90e385e2676f450fca2cc6f61f0351d8ddfb161c740e8feea870a70081b041172490fbc
data/build.gradle CHANGED
@@ -13,15 +13,15 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.21.0"
16
+ version = "0.22.0"
17
17
 
18
18
  sourceCompatibility = 1.7
19
19
  targetCompatibility = 1.7
20
20
 
21
21
  dependencies {
22
- compile "org.embulk:embulk-core:0.9.14"
23
- provided "org.embulk:embulk-core:0.9.14"
24
- compile "org.apache.httpcomponents:httpclient:4.5.5"
22
+ compile "org.embulk:embulk-core:0.9.17"
23
+ provided "org.embulk:embulk-core:0.9.17"
24
+ compile "org.apache.httpcomponents:httpclient:4.5.9"
25
25
  compile "commons-io:commons-io:2.6"
26
26
  testCompile "junit:junit:4.+"
27
27
  }
@@ -80,7 +80,7 @@ Gem::Specification.new do |spec|
80
80
  spec.authors = ["Takuma kanari"]
81
81
  spec.email = ["chemtrails.t@gmail.com"]
82
82
  spec.summary = %q{Embulk plugin for http input}
83
- spec.description = %q{Fetch data via http}
83
+ spec.description = %q{Fetch data via http(s)}
84
84
  spec.homepage = "https://github.com/takumakanari/embulk-input-http"
85
85
  spec.license = "MIT"
86
86
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takuma kanari
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-03 00:00:00.000000000 Z
11
+ date: 2019-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Fetch data via http
41
+ description: Fetch data via http(s)
42
42
  email:
43
43
  - chemtrails.t@gmail.com
44
44
  executables: []
@@ -50,12 +50,12 @@ files:
50
50
  - LICENSE.txt
51
51
  - README.md
52
52
  - build.gradle
53
- - classpath/commons-codec-1.10.jar
53
+ - classpath/commons-codec-1.11.jar
54
54
  - classpath/commons-io-2.6.jar
55
55
  - classpath/commons-logging-1.2.jar
56
- - classpath/embulk-input-http-0.21.0.jar
57
- - classpath/httpclient-4.5.5.jar
58
- - classpath/httpcore-4.4.9.jar
56
+ - classpath/embulk-input-http-0.22.0.jar
57
+ - classpath/httpclient-4.5.9.jar
58
+ - classpath/httpcore-4.4.11.jar
59
59
  - config/checkstyle/checkstyle.xml
60
60
  - config/checkstyle/default.xml
61
61
  - example/json-example.yml