jruby-mapdb 1.1.0-java → 1.2.0-java

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.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Jruby::Mapdb
2
2
 
3
- This is a jruby-only wrapper for MapDB (v0.9.7). MapDB is a fast key-value store java library.
3
+ This is a jruby-only wrapper for MapDB (v0.9.8). MapDB is a fast key-value store java library.
4
4
 
5
5
  Using this gem, MapDB trees are seen as hashes in jruby, making persistence easy and cheap.
6
6
 
@@ -49,6 +49,8 @@ module Jruby
49
49
  newFileDB(Java::JavaIo::File.new("#{dbname}")).
50
50
  closeOnJvmShutdown().
51
51
  transactionDisable().
52
+ mmapFileEnable().
53
+ asyncWriteEnable().
52
54
  make()
53
55
  end
54
56
  end
@@ -1,5 +1,5 @@
1
1
  module Jruby
2
2
  module Mapdb
3
- VERSION = "1.1.0"
3
+ VERSION = "1.2.0"
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jruby-mapdb
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.0
5
+ version: 1.2.0
6
6
  platform: java
7
7
  authors:
8
8
  - Christian MICHON
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-11-04 00:00:00 Z
13
+ date: 2014-01-06 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: MapDB wrapper for JRuby
@@ -30,7 +30,7 @@ files:
30
30
  - Rakefile
31
31
  - README.md
32
32
  - lib/jruby-mapdb.rb
33
- - lib/mapdb-0.9.7.jar
33
+ - lib/mapdb-0.9.8.jar
34
34
  - lib/jruby/mapdb.rb
35
35
  - lib/jruby/mapdb/version.rb
36
36
  - test/mapdb_test.rb
Binary file