gdbm 0.9 → 1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +4 -4
  2. metadata +2 -2
data/README.md CHANGED
@@ -12,14 +12,14 @@ You can also install it using Ruby Gems:
12
12
 
13
13
  ## Notes
14
14
 
15
- * Conforms to tests for 1.8.7 and 1.9.1 and follows the C library for MRI if there are contradictions with the documentation
15
+ * Conforms to tests from MRI 1.8.7 and 1.9.1 and follows the C library for MRI if there are contradictions with the documentation
16
16
  * Should be compatible with gdbm files created with MRI
17
- * Does not work with JRuby 1.3, try using it JRuby 1.4 or the master from http://github.com/jruby/jruby
18
- * Only works with JRuby, as it relies on features from JRuby's FFI that are not available in Ruby FFI
17
+ * Only works with JRuby, as it relies on features from JRuby's FFI which are not available in Ruby FFI
18
+ * Does not work with JRuby 1.3, try using it with JRuby 1.4 or the master from http://github.com/jruby/jruby
19
19
 
20
20
  ## Status
21
21
 
22
- Passes all tests from 1.8.7 and 1.9.1 except those related to [this JRuby bug](http://jira.codehaus.org/browse/JRUBY-4071), which will probably not matter to too many people. Once this is resolved, the version should go to 1.0.
22
+ Using JRuby 1.4dev, this lib passes all tests from 1.8.7 and 1.9.1 except those related to [this JRuby bug](http://jira.codehaus.org/browse/JRUBY-4071). It passes all tests with the current 1.5dev.
23
23
 
24
24
  ## Testing
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdbm
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.9"
4
+ version: "1.0"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Collins
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-08 00:00:00 -07:00
12
+ date: 2009-10-10 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15