embulk-input-http-secure 0.25.1-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: b03c33f8acf6f5a5cfaaef7d61066ae201385f936891b3b1ae079e76264b03c3
4
+ data.tar.gz: 88239b187fc03cecfba428978fa5e18d04bae14a334ee0a9465a4cb9cb2ad4a9
5
+ SHA512:
6
+ metadata.gz: 181748ca174e46ec8317f1742cf1aa21a7ae62df3e5d505dcb50c0d60a980aa43fb3d4bed6ef31fa386ba699f63b2e0274b1613ff6c6f2eb56e659c7aae958cd
7
+ data.tar.gz: 388d8f4521758c7bfc3efb91fcaebf6ef3313f883d952e9f6e0b9001004bda0b25b9c7644e891ccda557dcd1c7ce949dad29ff675250a25d0a9daad6d3e0a51e
Binary file
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,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-http-secure
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.25.1
5
+ platform: java
6
+ authors:
7
+ - Takuma kanari
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-09-21 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-secure-0.25.1.jar
24
+ - classpath/embulk-util-config-0.3.1.jar
25
+ - classpath/embulk-util-file-0.1.1.jar
26
+ - classpath/embulk-util-json-0.1.1.jar
27
+ - classpath/embulk-util-retryhelper-0.8.1.jar
28
+ - classpath/embulk-util-rubytime-0.3.2.jar
29
+ - classpath/embulk-util-timestamp-0.2.1.jar
30
+ - classpath/httpclient-4.5.9.jar
31
+ - classpath/httpcore-4.4.11.jar
32
+ - classpath/jackson-annotations-2.13.4.jar
33
+ - classpath/jackson-core-2.13.4.jar
34
+ - classpath/jackson-databind-2.13.4.jar
35
+ - classpath/jackson-datatype-jdk8-2.13.4.jar
36
+ - classpath/validation-api-1.1.0.Final.jar
37
+ - lib/embulk/input/http.rb
38
+ homepage: https://github.com/takumakanari/embulk-input-http
39
+ licenses:
40
+ - MIT
41
+ metadata: {}
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ requirements: []
57
+ rubyforge_project:
58
+ rubygems_version: 2.7.9
59
+ signing_key:
60
+ specification_version: 4
61
+ summary: Embulk plugin for http input
62
+ test_files: []