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.
@@ -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.3
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-08 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
@@ -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.3.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
@@ -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
- rubygems_version: 3.2.33
91
- signing_key:
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: []