embulk-output-http_json 0.0.1-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +23 -0
  3. data/classpath/aopalliance-repackaged-2.5.0-b32.jar +0 -0
  4. data/classpath/classmate-1.5.1.jar +0 -0
  5. data/classpath/embulk-base-restclient-0.10.1.jar +0 -0
  6. data/classpath/embulk-output-http_json-0.0.1.jar +0 -0
  7. data/classpath/embulk-util-config-0.3.0.jar +0 -0
  8. data/classpath/embulk-util-json-0.1.1.jar +0 -0
  9. data/classpath/embulk-util-retryhelper-0.8.1.jar +0 -0
  10. data/classpath/embulk-util-retryhelper-jaxrs-0.8.1.jar +0 -0
  11. data/classpath/embulk-util-rubytime-0.3.2.jar +0 -0
  12. data/classpath/embulk-util-timestamp-0.2.1.jar +0 -0
  13. data/classpath/hibernate-validator-7.0.1.Final.jar +0 -0
  14. data/classpath/hk2-api-2.5.0-b32.jar +0 -0
  15. data/classpath/hk2-locator-2.5.0-b32.jar +0 -0
  16. data/classpath/hk2-utils-2.5.0-b32.jar +0 -0
  17. data/classpath/jackson-annotations-2.6.7.jar +0 -0
  18. data/classpath/jackson-core-2.6.7.jar +0 -0
  19. data/classpath/jackson-databind-2.6.7.jar +0 -0
  20. data/classpath/jackson-datatype-jdk8-2.6.7.jar +0 -0
  21. data/classpath/jakarta.el-4.0.2.jar +0 -0
  22. data/classpath/jakarta.el-api-4.0.0.jar +0 -0
  23. data/classpath/jakarta.validation-api-3.0.0.jar +0 -0
  24. data/classpath/javassist-3.20.0-GA.jar +0 -0
  25. data/classpath/javax.annotation-api-1.2.jar +0 -0
  26. data/classpath/javax.inject-1.jar +0 -0
  27. data/classpath/javax.inject-2.5.0-b32.jar +0 -0
  28. data/classpath/javax.ws.rs-api-2.0.1.jar +0 -0
  29. data/classpath/jboss-logging-3.4.1.Final.jar +0 -0
  30. data/classpath/jersey-client-2.25.1.jar +0 -0
  31. data/classpath/jersey-common-2.25.1.jar +0 -0
  32. data/classpath/jersey-guava-2.25.1.jar +0 -0
  33. data/classpath/osgi-resource-locator-1.0.1.jar +0 -0
  34. data/classpath/shadow-jackson-jq-0.0.1-all.jar +0 -0
  35. data/classpath/validation-api-1.1.0.Final.jar +0 -0
  36. data/lib/embulk/output/http_json.rb +3 -0
  37. metadata +79 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: eb24ea63c0aaccf228969b1956db074cb7cebda3dc7c516a17d57c708c5e4962
4
+ data.tar.gz: d945ea2a72a818cc6e36d7a32d484efca4f28e1a397af7c4180db7f0607f1f51
5
+ SHA512:
6
+ metadata.gz: c48cbcdbbdae3309718fd69572cb30fb5d559c0776cb349f2abe6f593a14b24f9adb0bb61fe3b337d5d85e9a8dc90c12b3f8717b1352a2582d0ed2fe83eefd95
7
+ data.tar.gz: a8e2b1d3394d4ebb5753ddf6e48440a03fb46c33334988c7df9842fa95be779f69797b57bd777caa403d775308332bee538a55cac79efc9ccd42a12971b62451
data/LICENSE.txt ADDED
@@ -0,0 +1,23 @@
1
+
2
+ MIT License
3
+
4
+ Copyright (c) 2021 trocco
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining
7
+ a copy of this software and associated documentation files (the
8
+ "Software"), to deal in the Software without restriction, including
9
+ without limitation the rights to use, copy, modify, merge, publish,
10
+ distribute, sublicense, and/or sell copies of the Software, and to
11
+ permit persons to whom the Software is furnished to do so, subject to
12
+ the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be
15
+ included in all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "http_json", "org.embulk.output.http_json.HttpJsonOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-http_json
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: java
6
+ authors:
7
+ - Civitaspo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: An embulk output plugin to egest records as json via http/https.
14
+ email:
15
+ - civitaspo@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/aopalliance-repackaged-2.5.0-b32.jar
22
+ - classpath/classmate-1.5.1.jar
23
+ - classpath/embulk-base-restclient-0.10.1.jar
24
+ - classpath/embulk-output-http_json-0.0.1.jar
25
+ - classpath/embulk-util-config-0.3.0.jar
26
+ - classpath/embulk-util-json-0.1.1.jar
27
+ - classpath/embulk-util-retryhelper-0.8.1.jar
28
+ - classpath/embulk-util-retryhelper-jaxrs-0.8.1.jar
29
+ - classpath/embulk-util-rubytime-0.3.2.jar
30
+ - classpath/embulk-util-timestamp-0.2.1.jar
31
+ - classpath/hibernate-validator-7.0.1.Final.jar
32
+ - classpath/hk2-api-2.5.0-b32.jar
33
+ - classpath/hk2-locator-2.5.0-b32.jar
34
+ - classpath/hk2-utils-2.5.0-b32.jar
35
+ - classpath/jackson-annotations-2.6.7.jar
36
+ - classpath/jackson-core-2.6.7.jar
37
+ - classpath/jackson-databind-2.6.7.jar
38
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
39
+ - classpath/jakarta.el-4.0.2.jar
40
+ - classpath/jakarta.el-api-4.0.0.jar
41
+ - classpath/jakarta.validation-api-3.0.0.jar
42
+ - classpath/javassist-3.20.0-GA.jar
43
+ - classpath/javax.annotation-api-1.2.jar
44
+ - classpath/javax.inject-1.jar
45
+ - classpath/javax.inject-2.5.0-b32.jar
46
+ - classpath/javax.ws.rs-api-2.0.1.jar
47
+ - classpath/jboss-logging-3.4.1.Final.jar
48
+ - classpath/jersey-client-2.25.1.jar
49
+ - classpath/jersey-common-2.25.1.jar
50
+ - classpath/jersey-guava-2.25.1.jar
51
+ - classpath/osgi-resource-locator-1.0.1.jar
52
+ - classpath/shadow-jackson-jq-0.0.1-all.jar
53
+ - classpath/validation-api-1.1.0.Final.jar
54
+ - lib/embulk/output/http_json.rb
55
+ homepage: https://github.com/trocco-io/embulk-output-http_json
56
+ licenses:
57
+ - MIT
58
+ metadata: {}
59
+ post_install_message:
60
+ rdoc_options: []
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: '0'
73
+ requirements: []
74
+ rubyforge_project:
75
+ rubygems_version: 2.7.9
76
+ signing_key:
77
+ specification_version: 4
78
+ summary: An embulk output plugin to egest records as json via http/https.
79
+ test_files: []