embulk-filter-csv_lookup 0.1.3 → 0.1.4
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 +4 -4
- data/.gitignore +12 -12
- data/LICENSE +20 -20
- data/README.md +131 -131
- data/build.gradle +98 -98
- data/classpath/embulk-filter-csv_lookup-0.1.4.jar +0 -0
- data/config/checkstyle/checkstyle.xml +128 -128
- data/config/checkstyle/default.xml +108 -108
- data/example/config.yml +50 -50
- data/gradle/wrapper/gradle-wrapper.properties +4 -4
- data/gradlew +172 -172
- data/gradlew.bat +0 -0
- data/lib/embulk/filter/csv_lookup.rb +3 -3
- data/src/main/java/org/embulk/filter/csv_lookup/CsvLookupFilterPlugin.java +355 -355
- data/src/test/java/org/embulk/filter/csv_lookup/TestCsvLookupFilterPlugin.java +5 -5
- metadata +8 -7
- data/classpath/embulk-filter-csv_lookup-0.1.3.jar +0 -0
@@ -1,5 +1,5 @@
|
|
1
|
-
package org.embulk.filter.csv_lookup;
|
2
|
-
|
3
|
-
public class TestCsvLookupFilterPlugin
|
4
|
-
{
|
5
|
-
}
|
1
|
+
package org.embulk.filter.csv_lookup;
|
2
|
+
|
3
|
+
public class TestCsvLookupFilterPlugin
|
4
|
+
{
|
5
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-filter-csv_lookup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Infoobjects Inc.
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- classpath/commons-lang3-3.12.0.jar
|
56
56
|
- classpath/commons-logging-1.2.jar
|
57
57
|
- classpath/commons-text-1.9.jar
|
58
|
-
- classpath/embulk-filter-csv_lookup-0.1.
|
58
|
+
- classpath/embulk-filter-csv_lookup-0.1.4.jar
|
59
59
|
- classpath/opencsv-5.6.jar
|
60
60
|
- config/checkstyle/checkstyle.xml
|
61
61
|
- config/checkstyle/default.xml
|
@@ -72,7 +72,7 @@ homepage: https://github.com/InfoObjects/embulk-filter-csv_lookup
|
|
72
72
|
licenses:
|
73
73
|
- MIT
|
74
74
|
metadata: {}
|
75
|
-
post_install_message:
|
75
|
+
post_install_message:
|
76
76
|
rdoc_options: []
|
77
77
|
require_paths:
|
78
78
|
- lib
|
@@ -87,8 +87,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
87
|
- !ruby/object:Gem::Version
|
88
88
|
version: '0'
|
89
89
|
requirements: []
|
90
|
-
|
91
|
-
|
90
|
+
rubyforge_project:
|
91
|
+
rubygems_version: 2.7.6
|
92
|
+
signing_key:
|
92
93
|
specification_version: 4
|
93
94
|
summary: An Embulk filter plugin for Lookup Transformation with CSV
|
94
95
|
test_files: []
|
Binary file
|