leveldb-ruby 0.5 → 0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ext/leveldb/extconf.rb +2 -0
  2. metadata +4 -4
@@ -5,6 +5,8 @@ Dir.chdir "../../leveldb"
5
5
  system "make libleveldb.a" or abort
6
6
  Dir.chdir "../ext/leveldb"
7
7
 
8
+ CONFIG['LDSHARED'] = "$(CXX) -shared"
9
+
8
10
  $CFLAGS << " -I../../leveldb/include"
9
11
  $LIBS << " -L../../leveldb -lleveldb"
10
12
  create_makefile "leveldb/leveldb"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leveldb-ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 5
9
- version: "0.5"
8
+ - 6
9
+ version: "0.6"
10
10
  platform: ruby
11
11
  authors:
12
12
  - William Morgan
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-06-27 10:33:59 -07:00
17
+ date: 2011-06-29 13:34:49 -07:00
18
18
  default_executable:
19
19
  dependencies: []
20
20