embulk-input-http 0.24.0-java

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: be0c0dd00fea4ca43f83d4bf4998fa919f9cc47522050ab7f323ddec0eb1adf8
4
+ data.tar.gz: 30c68b7421d0fd87bef146383eb8da739da89233abad2e96fa95dbd383a6e131
5
+ SHA512:
6
+ metadata.gz: 41d7f1287a7e8327b07cf90caf9b412a5776b1108350da9fcdf5aeeaf6a74724be6f4829f022e37a7fc085e913fb189e7c32c7d692c128b442e9d2c5cafaa04a
7
+ data.tar.gz: 72a2af97b48448adbb0426629595731e0d3ac7ae166cc681502cb4e8cc52c1ceda156c65041ee0d8e8e8bdb6ea815645322de3e8ccea71e71b489f8c00d75755
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "http", "org.embulk.input.http.HttpFileInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-http
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.24.0
5
+ platform: java
6
+ authors:
7
+ - Takuma kanari
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-05-20 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Fetch data via http(s)
14
+ email:
15
+ - chemtrails.t@mail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/commons-codec-1.11.jar
21
+ - classpath/commons-io-2.6.jar
22
+ - classpath/commons-logging-1.2.jar
23
+ - classpath/embulk-input-http-0.24.0.jar
24
+ - classpath/httpclient-4.5.9.jar
25
+ - classpath/httpcore-4.4.11.jar
26
+ - lib/embulk/input/http.rb
27
+ homepage: https://github.com/takumakanari/embulk-input-http
28
+ licenses:
29
+ - MIT
30
+ metadata: {}
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubyforge_project:
47
+ rubygems_version: 2.7.9
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: Embulk plugin for http input
51
+ test_files: []