db-mariadb 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13a5aebccae4f884ebb2993b3e2df5a5aa9ae91ee67d6615cbdde533b7aa3941
4
- data.tar.gz: ad2d40e822d82331db871fa10e75a6918281269e7aa26d10ef34d21b6edff4ca
3
+ metadata.gz: 67886385cebd580877486782bb667f3a06ace8faac9b125928f5f16225d6d146
4
+ data.tar.gz: b045f15189132231b881283e8ea612740739b501f1b22cd9f6abd5f3fa0826e2
5
5
  SHA512:
6
- metadata.gz: 37e5e16e1c3b3cf92845063ae40d9f9697766cc903bc6f08ce374b28bef148b21ae68fdeee70af5c70fd5058359da11de57272ad8e757270af25bb692653cd33
7
- data.tar.gz: 103522d5f59fa9caf5b6b7c9b38f6e8da84ef846f2cf7a13a34d52e624dc2e29bed9dcd12bc73f33254c0cde2ef4019956d48a9bb0f6c3530bb7b3a3cf3432aa
6
+ metadata.gz: 8b796d86e98ce90b4a6b3d433c56aa46d258f7062876274e36d3da6069c2d9852b6b5fc71b0973f2edc7f13a396887209ec996ecc2ebd6156e7510cb69c414e4
7
+ data.tar.gz: c2cac24728daa5c5c62f3d71b945fec6e3e04eaf87b3d714fafb67658798ec3e760efe68f7dd0ad5f3e619d8fee0d53de7dadaf71f6f34344bc7de1dcb6b7727
checksums.yaml.gz.sig CHANGED
Binary file
@@ -52,7 +52,7 @@ module DB
52
52
  ffi_attach_function :mysql_real_escape_string, [:pointer, :pointer, :string, :size_t], :size_t
53
53
 
54
54
  class Connection < FFI::Pointer
55
- def self.connect(wrapper: IO, host: 'localhost', username: nil, password: nil, database: nil, port: 0, unix_socket: nil, client_flags: 0, compression: false, types: DEFAULT_TYPES, **options)
55
+ def self.connect(host: 'localhost', username: nil, password: nil, database: nil, port: 0, unix_socket: nil, client_flags: 0, compression: false, types: DEFAULT_TYPES, **options)
56
56
  pointer = Native.mysql_init(nil)
57
57
  Native.mysql_options(pointer, MYSQL_OPT_NONBLOCK, nil)
58
58
 
@@ -5,6 +5,6 @@
5
5
 
6
6
  module DB
7
7
  module MariaDB
8
- VERSION = "0.11.0"
8
+ VERSION = "0.11.1"
9
9
  end
10
10
  end
data/readme.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # DB::MariaDB
2
2
 
3
- A light-weight wrapper for Ruby connecting to MariaDB and MySQL servers.
3
+ A light-weight wrapper for Ruby connecting to MariaDB and MySQL servers. This gem provides an adapter for the [`db` gem](https://github.com/socketry/db). You should use the `db` gem directly as it provides a unified interface for all database adapters and contains the majority of the documentation.
4
4
 
5
5
  [![Development Status](https://github.com/socketry/db-mariadb/workflows/Test/badge.svg)](https://github.com/socketry/db-mariadb/actions?workflow=Test)
6
6
 
7
7
  ## Usage
8
8
 
9
- Please see the [project documentation](https://github.com/socketry/db-mariadb) for more details.
9
+ Please see the [project documentation](https://socketry.github.io/db-mariadb/) for more details.
10
10
 
11
- - [Getting Started](https://github.com/socketry/db-mariadbguides/getting-started/index) - This guide explains how to get started with the `db-mariadb` gem.
11
+ - [Getting Started](https://socketry.github.io/db-mariadb/guides/getting-started/index) - This guide explains how to get started with the `db-mariadb` gem.
12
12
 
13
13
  ## Contributing
14
14
 
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db-mariadb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -104,6 +104,8 @@ homepage: https://github.com/socketry/db-mariadb
104
104
  licenses:
105
105
  - MIT
106
106
  metadata:
107
+ documentation_uri: https://socketry.github.io/db-mariadb/
108
+ funding_uri: https://github.com/sponsors/ioquatix
107
109
  source_code_uri: https://github.com/socketry/db-mariadb.git
108
110
  post_install_message:
109
111
  rdoc_options: []
metadata.gz.sig CHANGED
Binary file