embulk-input-marketo 0.6.25-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: 157ddad7090da163fe295964713cd59f82bcaf8c2e1e0a6bb91848c28cd910b5
4
+ data.tar.gz: a3d489f0a0e3952a586ec3c0c7891a1d8ca8b4d349f7f90d03998c6426d7f0c7
5
+ SHA512:
6
+ metadata.gz: 5984a410b03e380e1adde2f2da9707bdd7c3adbea0c2315931bf4d2824bfd2183c599b7224170bace07ab18af39a1f2358f3dca099801ea7b2b46dcc6bd6a59b
7
+ data.tar.gz: 55d6221dc8a3126ddbbc523f6c9076a877cb8c72a910c8afd3d5a916a838af610ca3a84ef41a341f8f8e3bba9cd48a66e5b44f0575486e31f1159f076d53fcc7
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
+ "marketo", "org.embulk.input.marketo.MarketoInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-marketo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.25
5
+ platform: java
6
+ authors:
7
+ - uu59
8
+ - yoshihara
9
+ - taikhuu
10
+ - Treasure Data
11
+ autorequire:
12
+ bindir: bin
13
+ cert_chain: []
14
+ date: 2022-09-27 00:00:00.000000000 Z
15
+ dependencies: []
16
+ description: Loads records from Marketo.
17
+ email:
18
+ - k@uu59.org
19
+ - h.yoshihara@everyleaf.com
20
+ - tai@treasuredata.com
21
+ - dev@treasure-data.com
22
+ executables: []
23
+ extensions: []
24
+ extra_rdoc_files: []
25
+ files:
26
+ - classpath/annotations-3.0.1.jar
27
+ - classpath/bval-core-0.5.jar
28
+ - classpath/bval-jsr303-0.5.jar
29
+ - classpath/commons-beanutils-core-1.8.3.jar
30
+ - classpath/commons-lang3-3.4.jar
31
+ - classpath/embulk-base-restclient-0.10.1.jar
32
+ - classpath/embulk-input-marketo-0.6.25.jar
33
+ - classpath/embulk-util-config-0.3.1.jar
34
+ - classpath/embulk-util-file-0.1.3.jar
35
+ - classpath/embulk-util-json-0.1.1.jar
36
+ - classpath/embulk-util-retryhelper-0.8.2.jar
37
+ - classpath/embulk-util-retryhelper-jetty92-0.8.2.jar
38
+ - classpath/embulk-util-rubytime-0.3.2.jar
39
+ - classpath/embulk-util-text-0.1.1.jar
40
+ - classpath/embulk-util-timestamp-0.2.1.jar
41
+ - classpath/guava-18.0.jar
42
+ - classpath/jackson-annotations-2.6.7.jar
43
+ - classpath/jackson-core-2.6.7.jar
44
+ - classpath/jackson-databind-2.6.7.jar
45
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
46
+ - classpath/jcip-annotations-1.0.jar
47
+ - classpath/jetty-client-9.2.14.v20151106.jar
48
+ - classpath/jetty-http-9.2.14.v20151106.jar
49
+ - classpath/jetty-io-9.2.14.v20151106.jar
50
+ - classpath/jetty-util-9.2.14.v20151106.jar
51
+ - classpath/jsr305-3.0.1.jar
52
+ - classpath/validation-api-1.1.0.Final.jar
53
+ - lib/embulk/input/marketo.rb
54
+ homepage: https://github.com/treasure-data/embulk-input-marketo
55
+ licenses:
56
+ - MIT
57
+ metadata: {}
58
+ post_install_message:
59
+ rdoc_options: []
60
+ require_paths:
61
+ - lib
62
+ required_ruby_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ required_rubygems_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: '0'
72
+ requirements: []
73
+ rubyforge_project:
74
+ rubygems_version: 2.7.9
75
+ signing_key:
76
+ specification_version: 4
77
+ summary: Marketo input plugin for Embulk
78
+ test_files: []