mogilefs-client 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ = 1.3.1
2
+
3
+ * Fix missing MogileFS::Util include for sysrwloop in MogileFS::MogileFS
4
+
1
5
  = 1.3.0
2
6
 
3
7
  * Fixed MogileFS#rename. Bug #14465 submitted by Justin Dossey.
data/lib/mogilefs.rb CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  module MogileFS
8
8
 
9
- VERSION = '1.3.0'
9
+ VERSION = '1.3.1'
10
10
 
11
11
  ##
12
12
  # Raised when a socket remains unreadable for too long.
@@ -4,6 +4,7 @@ require 'timeout'
4
4
 
5
5
  require 'mogilefs/client'
6
6
  require 'mogilefs/nfsfile'
7
+ require 'mogilefs/util'
7
8
 
8
9
  ##
9
10
  # Timeout error class.
@@ -15,6 +16,8 @@ class MogileFS::Timeout < Timeout::Error; end
15
16
 
16
17
  class MogileFS::MogileFS < MogileFS::Client
17
18
 
19
+ include MogileFS::Util
20
+
18
21
  ##
19
22
  # The path to the local MogileFS mount point if you are using NFS mode.
20
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mogilefs-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Wong
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-09-18 00:00:00 -07:00
13
+ date: 2008-10-02 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency