embulk-filter-calc 0.2.0-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: 3251a6916069dc997d1da203aa80211c61a8fcb46910744bc7a337cbf3854998
4
+ data.tar.gz: d23bbb9a549a5ee0fb22321feca5ae87122f7003e8083776866acfc6cb2668d0
5
+ SHA512:
6
+ metadata.gz: 2d1c6f295d2c23bcdc384eed9aeef75146458794cc0f0c674b923da32cb8f2e428f02abc58532bd4fd79f4aab6f06cbc62752e782583747892a6f87d6b15b605
7
+ data.tar.gz: 0dccd00e5f7a03ddd6cd9dd18dec3f0fa40b836ae187bcf86f7efa8b0f602d2c94c1aa371dc419fcf145080370e96a8c4686ade4160a4d719368f6f748641bc5
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
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_filter(
2
+ "calc", "org.embulk.filter.calc.CalcFilterPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-filter-calc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: java
6
+ authors:
7
+ - Hiroyuki Sato
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-06-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Caculator filter plugin for Embulk
14
+ email:
15
+ - hiroysato@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/ST4-4.3.jar
22
+ - classpath/antlr-runtime-3.5.2.jar
23
+ - classpath/antlr4-4.9.1.jar
24
+ - classpath/antlr4-runtime-4.9.1.jar
25
+ - classpath/embulk-filter-calc-0.2.0.jar
26
+ - classpath/embulk-util-config-0.2.1.jar
27
+ - classpath/icu4j-61.1.jar
28
+ - classpath/jackson-annotations-2.6.7.jar
29
+ - classpath/jackson-core-2.6.7.jar
30
+ - classpath/jackson-databind-2.6.7.jar
31
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
32
+ - classpath/javax.json-1.0.4.jar
33
+ - classpath/org.abego.treelayout.core-1.0.3.jar
34
+ - classpath/validation-api-1.1.0.Final.jar
35
+ - lib/embulk/filter/calc.rb
36
+ homepage: https://github.com/hiroyuki-sato/embulk-filter-calc
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: Caculator filter plugin for Embulk
60
+ test_files: []