embulk-input-ahrefs 0.1.1-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: 375a653fbe603ba853e9febacd5feb7277e42817adf60f43e2cf182f6ecb0180
4
+ data.tar.gz: a70e1072f65f2f1b025a9d8402e485b29d398686146131de5607c68ef6ef66f5
5
+ SHA512:
6
+ metadata.gz: 8dd855e9d577a6b9507442f7cb1a101db46cf1fce58be9a6da4002260c33ce7202a290dbd8fbfe21f9c89eb2efcdf167682bab065ed5cf31f21c9f858dcf7f62
7
+ data.tar.gz: 583340a05bc6870ef4c29eadba68b89b5f10fed94cabf93c5dcca0364e422ad8b5bc79b9c517d86a54cfa1731384f5a5ab410a63ae20dba812bf70fc872ad057
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 guchey
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "ahrefs", "io.github.guchey.embulk.input.ahrefs.AhrefsInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,67 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-ahrefs
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: java
6
+ authors:
7
+ - guchey
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-10-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: embulk-input-ahrefs is the gem preparing Embulk input plugins
14
+ email:
15
+ - taguchi8shingen@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - classpath/annotations-23.0.0.jar
22
+ - classpath/embulk-base-restclient-0.10.1.jar
23
+ - classpath/embulk-input-ahrefs-0.1.1.jar
24
+ - classpath/embulk-util-config-0.3.4.jar
25
+ - classpath/embulk-util-json-0.1.1.jar
26
+ - classpath/embulk-util-retryhelper-0.9.0.jar
27
+ - classpath/embulk-util-retryhelper-jaxrs-0.9.0.jar
28
+ - classpath/embulk-util-rubytime-0.3.2.jar
29
+ - classpath/embulk-util-timestamp-0.2.1.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.ws.rs-api-2.0.1.jar
35
+ - classpath/kotlin-stdlib-1.8.20.jar
36
+ - classpath/kotlin-stdlib-common-1.8.20.jar
37
+ - classpath/kotlin-stdlib-jdk7-1.8.20.jar
38
+ - classpath/kotlin-stdlib-jdk8-1.8.20.jar
39
+ - classpath/kotlinx-coroutines-core-jvm-1.7.3.jar
40
+ - classpath/okhttp-4.11.0.jar
41
+ - classpath/okio-jvm-3.2.0.jar
42
+ - classpath/validation-api-1.1.0.Final.jar
43
+ - lib/embulk/input/ahrefs.rb
44
+ homepage: https://github.com/guchey/embulk-input-ahrefs
45
+ licenses:
46
+ - MIT
47
+ metadata: {}
48
+ post_install_message:
49
+ rdoc_options: []
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ requirements: []
63
+ rubygems_version: 3.3.26
64
+ signing_key:
65
+ specification_version: 4
66
+ summary: embulk-input-ahrefs is the gem preparing Embulk input plugins
67
+ test_files: []