mysql2-lambda 0.5.3.1 → 0.5.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/BUILD +1 -1
  3. data/README.md +8 -1
  4. data/lib/mysql2/mysql2.so +0 -0
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 461c705d045a2f5b86b43a07ff61046561fb93492912205cf7b4a303651e77cd
4
- data.tar.gz: 8bf8b747d5efc77ffc3e19bc4c6978a308110b930ddb6c7b785eb192ee985137
3
+ metadata.gz: ff9854786e4e035845150ca0484848ea336ce9b6c22e67d2bd6500423f5c7e98
4
+ data.tar.gz: 334f76aaf4fa32061595148a0ec58952647315456d553cde92d6b25748135c3f
5
5
  SHA512:
6
- metadata.gz: d9e58c95cf1cc3e521bb81a066521dac362778533552fe553d2c5c98e231436c00b344406829425719a1cb9aa6d3f0cfe96386aefe93683ea3ffdda76856b532
7
- data.tar.gz: 6379538d5a91b9c34a97b65fb142da52dd58ecb6d3a9a079f1d10269622be0ec42867f065b9262149ea378e779e19b638bfe3a5ed04ade1b9e894eaaa67cec25
6
+ metadata.gz: 0b04235c2dae32e974e7df5163c5ea42d50c671f927dd2b103ebbbb9ceb39ca7e2b75767a89a698063a47fcf247020e7cc7ae040ed1776c352405179537a5abc
7
+ data.tar.gz: 2097cde86ff8541d668770f7ef3a0b3bf9431853dab9b7d43570a7244eeec3820fc4dfd83913c7b302c7ccb36f1d941a061af24ddbfe48e1a5c7461150b71982
data/BUILD CHANGED
@@ -1 +1 @@
1
- 1
1
+ 2
data/README.md CHANGED
@@ -1,10 +1,17 @@
1
1
 
2
+ [![Test](https://github.com/customink/mysql2-lambda/actions/workflows/test.yml/badge.svg)](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.1
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: 2021-02-20 00:00:00.000000000 Z
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.1
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.1
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"