fsdb 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +4 -0
  2. data/lib/fsdb/database.rb +2 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ fsdb 0.7.1
2
+
3
+ - added a require needed for ruby 1.8
4
+
1
5
  fsdb 0.7.0
2
6
 
3
7
  - remove fcntl locking option; fsdb is pure ruby again.
data/lib/fsdb/database.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'fileutils'
2
+ require 'thread'
2
3
  require 'fsdb/platform'
3
4
  require 'fsdb/modex'
4
5
  require 'fsdb/file-lock'
@@ -7,7 +8,7 @@ require 'fsdb/formats'
7
8
  module FSDB
8
9
  include Formats
9
10
 
10
- FSDB::VERSION = "0.7.0"
11
+ FSDB::VERSION = "0.7.1"
11
12
 
12
13
  # A thread-safe, process-safe object database class which uses the
13
14
  # native file system as its back end and allows multiple file formats.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fsdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: