embulk-filter-timestamp_format 0.4.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: 60b49b61223467b5beace7d80427d2c85ff617a8b47d05c9141128c944420d31
4
+ data.tar.gz: 120e0f94a091768b8da07c7cb68abe8502667c3166f8fe25b24e9eea0b5ffc12
5
+ SHA512:
6
+ metadata.gz: 521902e44375d9249b5a2d58a531b15f37110842dcbdc3c16e0af5a1a724b6373db5ddf3eb0db1d9a0b433791f111ca96bf85ca2c053b56153112085ea594d00
7
+ data.tar.gz: 968db52adb1a028c0a4f35e58f5962c344d8c9c82d45ba86f760f2f6f93bc713c06b0fd89b87d65e340d9ef20c05d0911a92e5d0464f1c5b3013182bbb42d522
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_filter(
2
+ "timestamp_format", "org.embulk.filter.timestamp_format.TimestampFormatFilterPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-filter-timestamp_format
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.0
5
+ platform: java
6
+ authors:
7
+ - Naotoshi Seo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-06-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A filter plugin for Embulk to change timestamp format.
14
+ email:
15
+ - sonots@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/JsonPathCompiler-0.1.2.jar
22
+ - classpath/accessors-smart-1.1.jar
23
+ - classpath/asm-5.0.3.jar
24
+ - classpath/embulk-filter-timestamp_format-0.4.0.jar
25
+ - classpath/json-smart-2.2.1.jar
26
+ - lib/embulk/filter/timestamp_format.rb
27
+ homepage: https://github.com/sonots/embulk-filter-timestamp_format
28
+ licenses:
29
+ - MIT
30
+ metadata: {}
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubyforge_project:
47
+ rubygems_version: 2.7.9
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: A filter plugin for Embulk to change timestamp format
51
+ test_files: []