embulk-input-yelp 0.2.5-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: 16e7b70c493ce57fd9392a55befe17e090315f933daee929425c702545cc5d48
4
+ data.tar.gz: 12597684945d082f5c777eb627cc0d972101c8e315e7c9133b713d435bdf95a7
5
+ SHA512:
6
+ metadata.gz: 95777e20176268cd169114c44bd6bcbb0e703283cd766f66d09a427b57a970cee60d40e7758d2ea8d34770938b03c9245d430301feff510732d882be499330b6
7
+ data.tar.gz: fdc6a87486bf1a6aa450314e20de487928ad1eed9bc4cffe1e03b6c537a3ca38ece1b52785391f4c198d000dc703432037a4412100b2265212847f711b99c56a
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
+ "yelp", "org.embulk.input.yelp.YelpInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-yelp
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.5
5
+ platform: java
6
+ authors:
7
+ - Dai MIKURUBE
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-07-31 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Loads records from Yelp.
14
+ email:
15
+ - dmikurube@acm.org
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/aopalliance-repackaged-2.5.0-b32.jar
21
+ - classpath/embulk-base-restclient-0.5.0.jar
22
+ - classpath/embulk-input-yelp-0.2.5.jar
23
+ - classpath/embulk-util-retryhelper-jaxrs-0.5.0.jar
24
+ - classpath/hk2-api-2.5.0-b32.jar
25
+ - classpath/hk2-locator-2.5.0-b32.jar
26
+ - classpath/hk2-utils-2.5.0-b32.jar
27
+ - classpath/javassist-3.20.0-GA.jar
28
+ - classpath/javax.annotation-api-1.2.jar
29
+ - classpath/javax.inject-2.5.0-b32.jar
30
+ - classpath/javax.ws.rs-api-2.0.1.jar
31
+ - classpath/jersey-client-2.25.1.jar
32
+ - classpath/jersey-common-2.25.1.jar
33
+ - classpath/jersey-guava-2.25.1.jar
34
+ - classpath/osgi-resource-locator-1.0.1.jar
35
+ - lib/embulk/input/yelp.rb
36
+ homepage: https://github.com/dmikurube/embulk-input-yelp
37
+ licenses:
38
+ - MIT
39
+ metadata: {}
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project:
56
+ rubygems_version: 2.7.9
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: Yelp input plugin for Embulk
60
+ test_files: []