embulk-output-kintone 1.3.0-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0e9b6104daa1c2f66e62d4fa38ea8fa152935cd410a70d6edebe25fbb9f0f9d6
4
+ data.tar.gz: 2cc5ca8a122ce79d28a7832a210aa1022697e4a8fae61d5167ac02df7c66ace2
5
+ SHA512:
6
+ metadata.gz: 866c10048b9d8c7f79f6ad4a23f8819a9fb0b93c2e496c2602569657fa11b9f7ed075eb36b2eea876b60366ce6b4be4c03d323d6a7e21801f0c657fdc0f93de3
7
+ data.tar.gz: c2d095542e8e02bf4bf41e5ff4294a8a9c5c5b6f732fb04dd1c53739d78843ee5597bc3678702da60d85f50a5a0e054c93839d6a1e4003807b331343139246f1
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "kintone", "org.embulk.output.kintone.KintoneOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-kintone
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3.0
5
+ platform: java
6
+ authors:
7
+ - takeshi fujita
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-12-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Dumps records to Kintone.
14
+ email:
15
+ - tksfjt1024@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/aopalliance-1.0.jar
21
+ - classpath/commons-csv-1.9.0.jar
22
+ - classpath/commons-lang3-3.4.jar
23
+ - classpath/embulk-output-kintone-1.3.0.jar
24
+ - classpath/embulk-util-config-0.3.4.jar
25
+ - classpath/embulk-util-json-0.3.0.jar
26
+ - classpath/embulk-util-retryhelper-0.9.0.jar
27
+ - classpath/externalsortinginjava-0.6.2.jar
28
+ - classpath/guava-16.0.1.jar
29
+ - classpath/guice-4.0.jar
30
+ - classpath/jackson-annotations-2.6.7.jar
31
+ - classpath/jackson-core-2.6.7.jar
32
+ - classpath/jackson-databind-2.6.7.5.jar
33
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
34
+ - classpath/javax.inject-1.jar
35
+ - classpath/shadow-kintone-java-client-1.3.0-all.jar
36
+ - classpath/validation-api-1.1.0.Final.jar
37
+ - lib/embulk/output/kintone.rb
38
+ homepage: https://github.com/trocco-io/embulk-output-kintone
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: kintone output plugin for Embulk
62
+ test_files: []