embulk-input-cache 0.1.2-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: 0e98496a924c13c2b949210eba276b4f3d666babcdae5438fecdbb4a7ad590f6
4
+ data.tar.gz: 0d38c3366efab8f975ac9260695819d922baa5c602888d5a5b2ab6ec32d53ab5
5
+ SHA512:
6
+ metadata.gz: 88415a56f98246c5aecd72d4be58d5a9d9666cee3efbf81ce4853eaaff12c9d7a3cb720dbc114c79bda54547b39668fad65f70a2ea13d7b02c3eb192ebca99ca
7
+ data.tar.gz: 68fb0c5b0af078acf375dfedee130aa02492fca726b86a5dd5aae17d8f00b01b8445446f28ff71cd2b8143fa570657545b84d7269ccf65b11db5098aefcdba8a
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_input(
2
+ "cache", "org.embulk.input.IntersystemsCacheInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-cache
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ platform: java
6
+ authors:
7
+ - kakoni
8
+ - vonlisboa
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2023-06-12 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description:
15
+ email:
16
+ - kakoni@gmail.com
17
+ - glaucio.almeida@hvarconsulting.com.br
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - classpath/cachejdbc.jar
23
+ - classpath/checker-qual-3.5.0.jar
24
+ - classpath/embulk-core-0.10.49.jar
25
+ - classpath/embulk-input-cache-0.1.2.jar
26
+ - classpath/embulk-input-jdbc-0.13.2.jar
27
+ - classpath/embulk-util-config-0.3.2.jar
28
+ - classpath/embulk-util-json-0.1.1.jar
29
+ - classpath/embulk-util-rubytime-0.3.2.jar
30
+ - classpath/embulk-util-timestamp-0.2.1.jar
31
+ - classpath/error_prone_annotations-2.3.4.jar
32
+ - classpath/failureaccess-1.0.1.jar
33
+ - classpath/guava-30.0-jre.jar
34
+ - classpath/j2objc-annotations-1.3.jar
35
+ - classpath/jackson-annotations-2.12.7.jar
36
+ - classpath/jackson-core-2.12.7.jar
37
+ - classpath/jackson-databind-2.12.7.1.jar
38
+ - classpath/jackson-datatype-jdk8-2.12.7.jar
39
+ - classpath/jsr305-3.0.2.jar
40
+ - classpath/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
41
+ - classpath/msgpack-core-0.8.24.jar
42
+ - classpath/slf4j-api-2.0.7.jar
43
+ - classpath/validation-api-1.1.0.Final.jar
44
+ - lib/embulk/input/cache.rb
45
+ homepage: ''
46
+ licenses:
47
+ - MIT
48
+ metadata: {}
49
+ post_install_message:
50
+ rdoc_options: []
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ requirements: []
64
+ rubyforge_project:
65
+ rubygems_version: 2.7.9
66
+ signing_key:
67
+ specification_version: 4
68
+ summary: Cache input plugin for Embulk
69
+ test_files: []