embulk-filter-mysql_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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 140ad7f2d6112e0ddf60e9947b6fe7156786e05a186464b906278f44b7554563
4
- data.tar.gz: afc377694ff059a16fabb9e5bcdcad5f2bbb22cf171ba93cb958acc89e4c8794
3
+ metadata.gz: 986a3e18c5daf7eeda74e5d4f1b32a047cdf0b817317ce43c66db91a932ea7e6
4
+ data.tar.gz: 7e6dea6395cdcd22e93d950a2c50b9f38eb955285680c2be2e10576208f5e49b
5
5
  SHA512:
6
- metadata.gz: e37a65a03c84d623f49e359e3b5b9d8a3a5c0ef84523fcb018f02a32f9afe81ba371c2c7cfe02b95808b391e0fd3697a108ff7704be0c55b793f4cf8c6a2e01b
7
- data.tar.gz: 01fa1336372fdeba4af86ab98c3c52be97b07abaec9aefd45133c48883941b75920d759b5cbba5a128cbf5f1dece5cb0dab7d2c64568e3ef3a8297c3062eef3c
6
+ metadata.gz: 8e23daedc484493ebfb0c75a97ac731893a84db3b397587f626c2e4b2553230c86e9896c3e3e4ef6ba0aee8738a5a1ebb031af093023c71e9e5d8dd30854e82a
7
+ data.tar.gz: 3e688f47128c722364d080f4993a67ce52531654ed0898690374bf064f979607da10a788cde5012145a45469f031e6a97d928c17a6dd3ce029f97aa3c0d24788
File without changes
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  <p align="center">
2
2
  <a href="https://www.infoobjects.com/" target="blank"><img src="screenshots/logo.png" width="150" alt="InfoObjects Logo" /></a>
3
3
  </p>
4
- <p align="center">Infoobjects is a consulting company that helps enterprises transform how and where they run applications and infrastructure.</p>
4
+ <p align="center">Infoobjects is a consulting company that helps enterprises transform how and where they run applications and infrastructure.
5
+ From strategy, to implementation, to ongoing managed services, Infoobjects creates tailored cloud solutions for enterprises at all stages of the cloud journey.</p>
5
6
 
6
7
  # MYSQL lookup filter plugin for Embulk
7
8
  [![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
data/build.gradle CHANGED
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.3"
16
+ version = "0.1.4"
17
17
 
18
18
  sourceCompatibility = 1.8
19
19
  targetCompatibility = 1.8
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfoObjects Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-23 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -46,14 +46,15 @@ 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
- - classpath/embulk-filter-mysql_lookup-0.1.3.jar
52
+ - classpath/embulk-filter-mysql_lookup-0.1.4.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
57
58
  - example/config.yml
58
59
  - gradle/wrapper/gradle-wrapper.jar
59
60
  - gradle/wrapper/gradle-wrapper.properties