embulk-filter-typecast 0.3.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: 80597c9cb3eb59493c559c87b7d5f5e8cb413b724d7df6297e36c2b35055e5bb
4
+ data.tar.gz: 3b4debcfad7288265f04cab15244e18c1aa6c03309f3592d741a408cd4c48b73
5
+ SHA512:
6
+ metadata.gz: de31ade7207a8bba677de251c77e3437ace85011f258d4b593fddc00aa8f3d172ba4c4d694aed6f0e5273126cb5a37a2400ec4862f24a9e0ab6682028a06b792
7
+ data.tar.gz: abe4edf6f899bd0ec5f5ff02a1813bc57108219dde8ca1ceaf369d3382499475f94225b7241d8f136c3e0ca89de6b6c2acb11a33481cd13863c0e232e7dc6d15
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
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_filter(
2
+ "typecast", "org.embulk.filter.typecast.TypecastFilterPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-filter-typecast
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: java
6
+ authors:
7
+ - Naotoshi Seo
8
+ - joker1007
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2023-08-28 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description:
15
+ email:
16
+ - sonots@gmail.com
17
+ - kakyoin.hierophant@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - LICENSE.txt
23
+ - classpath/accessors-smart-2.4.9.jar
24
+ - classpath/asm-9.3.jar
25
+ - classpath/embulk-filter-typecast-0.3.0.jar
26
+ - classpath/embulk-util-config-0.3.4.jar
27
+ - classpath/embulk-util-json-0.2.2.jar
28
+ - classpath/embulk-util-rubytime-0.3.3.jar
29
+ - classpath/embulk-util-timestamp-0.2.2.jar
30
+ - classpath/jackson-annotations-2.6.7.jar
31
+ - classpath/jackson-core-2.6.7.jar
32
+ - classpath/jackson-databind-2.6.7.jar
33
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
34
+ - classpath/jackson-datatype-jsr310-2.6.7.jar
35
+ - classpath/json-path-2.8.0.jar
36
+ - classpath/json-smart-2.4.10.jar
37
+ - classpath/slf4j-api-1.7.36.jar
38
+ - lib/embulk/filter/typecast.rb
39
+ homepage: https://github.com/sonots/embulk-filter-typecast
40
+ licenses:
41
+ - MIT
42
+ metadata: {}
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubyforge_project:
59
+ rubygems_version: 2.7.9
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: A filter plugin for Embulk to cast column type
63
+ test_files: []