embulk-filter-mssql_lookup 0.1.2 → 0.1.3

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.mssql_lookup;
2
-
3
- public class TestMssqlLookupFilterPlugin
4
- {
5
- }
1
+ package org.embulk.filter.mssql_lookup;
2
+
3
+ public class TestMssqlLookupFilterPlugin
4
+ {
5
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-filter-mssql_lookup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
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-11-14 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
@@ -49,7 +49,7 @@ files:
49
49
  - LICENSE
50
50
  - README.md
51
51
  - build.gradle
52
- - classpath/embulk-filter-mssql_lookup-0.1.2.jar
52
+ - classpath/embulk-filter-mssql_lookup-0.1.3.jar
53
53
  - classpath/sqljdbc4-4.0.jar
54
54
  - config/checkstyle/checkstyle.xml
55
55
  - config/checkstyle/default.xml
@@ -67,7 +67,7 @@ homepage: https://github.com/ankit31223/embulk-filter-mysql_lookup
67
67
  licenses:
68
68
  - MIT
69
69
  metadata: {}
70
- post_install_message:
70
+ post_install_message:
71
71
  rdoc_options: []
72
72
  require_paths:
73
73
  - lib
@@ -82,8 +82,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  requirements: []
85
- rubygems_version: 3.2.33
86
- signing_key:
85
+ rubyforge_project:
86
+ rubygems_version: 2.7.6
87
+ signing_key:
87
88
  specification_version: 4
88
89
  summary: Mssql Lookup filter plugin for Embulk
89
90
  test_files: []