embulk-input-randomj 0.6.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: 2e9f1957f5f2e5f97a137793dfe610b00625fdd6a57b31d1b475573a40563f7a
4
+ data.tar.gz: 35ee5a56973536a5b7912a89db29a9ee9d94cbc5ebb2ab5dedd6040de9e373e2
5
+ SHA512:
6
+ metadata.gz: 8ce43b144441e1acfd9ec4d4e83757a6e87d6b66b61dbe6cabf408a553b9c4cf2a2318ef7782e7693c8f47c65edbee139a3e31f902001c68a873d0f655c08e70
7
+ data.tar.gz: 7ea9341f16ae5de313d1c398f5f3e08f0ecda5184ce69eb5835fe65b2e7c197083ab1ad93747866ccb382c63726e46c735a48b0c2f115324563b8e591c99ca1d
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+
2
+ MIT License
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining
5
+ a copy of this software and associated documentation files (the
6
+ "Software"), to deal in the Software without restriction, including
7
+ without limitation the rights to use, copy, modify, merge, publish,
8
+ distribute, sublicense, and/or sell copies of the Software, and to
9
+ permit persons to whom the Software is furnished to do so, subject to
10
+ the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be
13
+ included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "randomj", "io.github.yuokada.embulk.input.randomj.RandomjInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-randomj
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.6.0
5
+ platform: java
6
+ authors:
7
+ - yuokada
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-08-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Embulk plugin for generate dummy records by Java.
14
+ email:
15
+ - ykhrokada+rubygems@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/commons-lang3-3.9.jar
22
+ - classpath/commons-text-1.8.jar
23
+ - classpath/embulk-input-randomj-0.6.0.jar
24
+ - classpath/jackson-annotations-2.10.4.jar
25
+ - classpath/jackson-core-2.10.4.jar
26
+ - classpath/jackson-databind-2.10.4.jar
27
+ - lib/embulk/input/randomj.rb
28
+ homepage: https://github.com/yuokada/embulk-input-randomj
29
+ licenses:
30
+ - MIT
31
+ metadata: {}
32
+ post_install_message:
33
+ rdoc_options: []
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ requirements: []
47
+ rubyforge_project:
48
+ rubygems_version: 2.7.9
49
+ signing_key:
50
+ specification_version: 4
51
+ summary: Randomj input plugin for Embulk
52
+ test_files: []