lmdb 0.6.2 → 0.6.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.
- checksums.yaml +4 -4
- data/README.md +1 -2
- data/ext/lmdb_ext/extconf.rb +1 -1
- data/lib/lmdb/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e28bee640bdc0adcca93b5efa23e98116257bdb3f933d9c5104c6aa289d824bd
|
|
4
|
+
data.tar.gz: a4f5f2fde8b1591c3dda79f9d84f006ce7deef2fbdc9aef1525505397d05df92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a792888943a2cec0cd5733f5deaa48dd22991373d1b3af00c9a21ee35cd3ae6bbb563b85c26830684b8deef40bd4b5f7e9c62bec2281a0bc7d72bd6cb1c8ca9c
|
|
7
|
+
data.tar.gz: 32a600c64648a588dc57025260c39f1df79b9c47b2e36fe76fe281620ed1b64a04276653ba9f384811905eb1dc5ee6427f1783bf09be111fe9249b2ebf5f4f16
|
data/README.md
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
[](https://www.gittip.com/min4d/ "Donate weekly to this project using Gittip")
|
|
4
4
|
[](https://flattr.com/submit/auto?user_id=min4d&url=https://github.com/minad/lmdb&title=LMDB&language=&tags=github&category=software)
|
|
5
5
|
|
|
6
|
-
Ruby bindings for the amazing OpenLDAP's Lightning Memory-Mapped Database (LMDB)
|
|
7
|
-
http://symas.com/mdb/
|
|
6
|
+
Ruby bindings for the amazing [OpenLDAP's Lightning Memory-Mapped Database (LMDB)](https://www.symas.com/lmdb/).
|
|
8
7
|
|
|
9
8
|
## Installation
|
|
10
9
|
|
data/ext/lmdb_ext/extconf.rb
CHANGED
data/lib/lmdb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lmdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Mendler
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2024-
|
|
12
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
146
|
version: '0'
|
|
147
147
|
requirements: []
|
|
148
|
-
rubygems_version: 3.
|
|
148
|
+
rubygems_version: 3.4.20
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
151
|
summary: Ruby bindings to Lightning MDB
|