lmdb 0.6.2 → 0.6.3

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: ce93aeb587bfdacbda4c767a85fc71d7207707cb3ac8f11a614bd6b9478a6c5d
4
- data.tar.gz: 9ae5404da5dccaeac5be828f3ea3710b81c2f4942642370d706b89b7d2183806
3
+ metadata.gz: e28bee640bdc0adcca93b5efa23e98116257bdb3f933d9c5104c6aa289d824bd
4
+ data.tar.gz: a4f5f2fde8b1591c3dda79f9d84f006ce7deef2fbdc9aef1525505397d05df92
5
5
  SHA512:
6
- metadata.gz: '038bc6f20a16aa7ef463e5e6bdd25c4db7529aa0c261582890a0e3171c5c2203d124ba1bb281a88852eaf09ad125636ca1affff3560bb4dd7daeab8eeb894d45'
7
- data.tar.gz: c4eb231408c47a79054d52055ac3c4b1a3b5f8d02937aabddc12fb854ed3f5eb4874db9aa73434aeb320365c74538fa896a39a534fa0014e85691f1a87b17fab
6
+ metadata.gz: a792888943a2cec0cd5733f5deaa48dd22991373d1b3af00c9a21ee35cd3ae6bbb563b85c26830684b8deef40bd4b5f7e9c62bec2281a0bc7d72bd6cb1c8ca9c
7
+ data.tar.gz: 32a600c64648a588dc57025260c39f1df79b9c47b2e36fe76fe281620ed1b64a04276653ba9f384811905eb1dc5ee6427f1783bf09be111fe9249b2ebf5f4f16
data/README.md CHANGED
@@ -3,8 +3,7 @@
3
3
  [![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/min4d/ "Donate weekly to this project using Gittip")
4
4
  [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](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
 
@@ -1,6 +1,6 @@
1
1
  require 'mkmf'
2
2
 
3
- $CFLAGS = '-std=c99 -Wall -g'
3
+ $CFLAGS << ' -std=c99 -Wall -g '
4
4
  $CFLAGS << ' -fdeclspec' if /darwin/.match? RUBY_PLATFORM
5
5
 
6
6
  # Embed lmdb if we cannot find it
data/lib/lmdb/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module LMDB
2
- VERSION = '0.6.2'.freeze
2
+ VERSION = '0.6.3'.freeze
3
3
  end
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.2
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-03-02 00:00:00.000000000 Z
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.3.15
148
+ rubygems_version: 3.4.20
149
149
  signing_key:
150
150
  specification_version: 4
151
151
  summary: Ruby bindings to Lightning MDB