embulk-filter-csv_lookup 0.1.1 → 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.
@@ -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.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: 2022-09-16 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -46,7 +46,7 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - ".gitignore"
49
- - LICENSE.txt
49
+ - LICENSE
50
50
  - README.md
51
51
  - build.gradle
52
52
  - classpath/commons-beanutils-1.9.4.jar
@@ -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.1.jar
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
@@ -65,13 +65,14 @@ files:
65
65
  - gradlew
66
66
  - gradlew.bat
67
67
  - lib/embulk/filter/csv_lookup.rb
68
+ - screenshots/logo.png
68
69
  - src/main/java/org/embulk/filter/csv_lookup/CsvLookupFilterPlugin.java
69
70
  - src/test/java/org/embulk/filter/csv_lookup/TestCsvLookupFilterPlugin.java
70
71
  homepage: https://github.com/InfoObjects/embulk-filter-csv_lookup
71
72
  licenses:
72
73
  - MIT
73
74
  metadata: {}
74
- post_install_message:
75
+ post_install_message:
75
76
  rdoc_options: []
76
77
  require_paths:
77
78
  - lib
@@ -86,8 +87,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
87
  - !ruby/object:Gem::Version
87
88
  version: '0'
88
89
  requirements: []
89
- rubygems_version: 3.2.33
90
- signing_key:
90
+ rubyforge_project:
91
+ rubygems_version: 2.7.6
92
+ signing_key:
91
93
  specification_version: 4
92
94
  summary: An Embulk filter plugin for Lookup Transformation with CSV
93
95
  test_files: []