mysql2-lambda 0.5.3.1 → 0.5.3.2
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 +4 -4
- data/BUILD +1 -1
- data/README.md +8 -1
- data/lib/mysql2/mysql2.so +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff9854786e4e035845150ca0484848ea336ce9b6c22e67d2bd6500423f5c7e98
|
|
4
|
+
data.tar.gz: 334f76aaf4fa32061595148a0ec58952647315456d553cde92d6b25748135c3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b04235c2dae32e974e7df5163c5ea42d50c671f927dd2b103ebbbb9ceb39ca7e2b75767a89a698063a47fcf247020e7cc7ae040ed1776c352405179537a5abc
|
|
7
|
+
data.tar.gz: 2097cde86ff8541d668770f7ef3a0b3bf9431853dab9b7d43570a7244eeec3820fc4dfd83913c7b302c7ccb36f1d941a061af24ddbfe48e1a5c7461150b71982
|
data/BUILD
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2
|
data/README.md
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
|
|
2
|
+
[](https://github.com/customink/mysql2-lambda/actions/workflows/test.yml)
|
|
3
|
+
|
|
2
4
|
# Mysql2 Lambda Gem
|
|
3
5
|
|
|
4
|
-
<a href="https://github.com/customink/lamby"><img src="https://user-images.githubusercontent.com/2381/59363668-89edeb80-8d03-11e9-9985-2ce14361b7e3.png" alt="Lamby: Simple Rails & AWS Lambda Integration using Rack." align="right" width="300" /></a>Very simple [Mysql2](https://github.com/brianmario/mysql2) gem precompiled for Amazon Linux 1 & 2 (Ruby 2.5 & 2.7) with statically linked `libmysqlclient` ready for any AWS Lambda usage, including Rails.
|
|
6
|
+
<a href="https://github.com/customink/lamby"><img src="https://user-images.githubusercontent.com/2381/59363668-89edeb80-8d03-11e9-9985-2ce14361b7e3.png" alt="Lamby: Simple Rails & AWS Lambda Integration using Rack." align="right" width="300" /></a>Very simple [Mysql2](https://github.com/brianmario/mysql2) gem precompiled for Amazon Linux 1 & 2 (Ruby 2.5 & 2.7) with statically linked `libmysqlclient` ready for any AWS Lambda usage, including Rails. Add it to your Gemfile:
|
|
7
|
+
|
|
5
8
|
|
|
6
9
|
```ruby
|
|
10
|
+
# When using Rails.
|
|
7
11
|
gem 'mysql2-lambda'
|
|
12
|
+
|
|
13
|
+
# When NOT using Rails.
|
|
14
|
+
gem 'mysql2-lambda', require: 'mysql2'
|
|
8
15
|
```
|
|
9
16
|
|
|
10
17
|
Part of a suite of open source projects from **[Lamby: Simple Rails & AWS Lambda Integration using Rack.](https://github.com/customink/lamby)** Details include:
|
data/lib/mysql2/mysql2.so
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mysql2-lambda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.3.
|
|
4
|
+
version: 0.5.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ken Collins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|
|
@@ -39,9 +39,9 @@ licenses:
|
|
|
39
39
|
- MIT
|
|
40
40
|
metadata:
|
|
41
41
|
bug_tracker_uri: https://github.com/customink/mysql2-lambda/issues
|
|
42
|
-
changelog_uri: https://github.com/customink/mysql2-lambda/releases/tag/0.5.3.
|
|
42
|
+
changelog_uri: https://github.com/customink/mysql2-lambda/releases/tag/0.5.3.2
|
|
43
43
|
homepage_uri: https://github.com/customink/mysql2-lambda
|
|
44
|
-
source_code_uri: https://github.com/customink/mysql2-lambda/tree/0.5.3.
|
|
44
|
+
source_code_uri: https://github.com/customink/mysql2-lambda/tree/0.5.3.2
|
|
45
45
|
post_install_message:
|
|
46
46
|
rdoc_options:
|
|
47
47
|
- "--charset=UTF-8"
|