embulk-filter-mysql_lookup 0.1.4 → 0.1.6

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.mysql_lookup;
2
-
3
- public class TestMysqlLookupFilterPlugin
4
- {
5
- }
1
+ package org.embulk.filter.mysql_lookup;
2
+
3
+ public class TestMysqlLookupFilterPlugin
4
+ {
5
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-filter-mysql_lookup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
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-26 00:00:00.000000000 Z
11
+ date: 2023-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -49,13 +49,12 @@ files:
49
49
  - LICENSE
50
50
  - README.md
51
51
  - build.gradle
52
- - classpath/embulk-filter-mysql_lookup-0.1.4.jar
52
+ - classpath/embulk-filter-mysql_lookup-0.1.6.jar
53
53
  - classpath/mysql-connector-java-8.0.19.jar
54
54
  - classpath/protobuf-java-3.6.1.jar
55
55
  - config/checkstyle/checkstyle.xml
56
56
  - config/checkstyle/default.xml
57
- - embulk-filter-mysql_lookup-0.1.3.gem
58
- - example/config.yml
57
+ - example/config1.yml
59
58
  - gradle/wrapper/gradle-wrapper.jar
60
59
  - gradle/wrapper/gradle-wrapper.properties
61
60
  - gradlew
@@ -69,7 +68,7 @@ homepage: https://github.com/InfoObjects/embulk-filter-mysql_lookup
69
68
  licenses:
70
69
  - MIT
71
70
  metadata: {}
72
- post_install_message:
71
+ post_install_message:
73
72
  rdoc_options: []
74
73
  require_paths:
75
74
  - lib
@@ -84,8 +83,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
83
  - !ruby/object:Gem::Version
85
84
  version: '0'
86
85
  requirements: []
87
- rubygems_version: 3.2.33
88
- signing_key:
86
+ rubyforge_project:
87
+ rubygems_version: 2.7.6
88
+ signing_key:
89
89
  specification_version: 4
90
90
  summary: An Embulk filter plugin for Lookup Transformation with MySQL database
91
91
  test_files: []
Binary file