filestore 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ module FileStore
37
37
  raise FileStoreException, "Root path #{rootPath} doesn't exist" if not File.exists?(rootPath)
38
38
 
39
39
  @rootPath = rootPath
40
- @stores = MultiTenantFileStore.recover(rootPath, self.logger)
40
+ @stores = MultiTenantFileStore.recover(rootPath, @logger)
41
41
  end
42
42
  #
43
43
  # Creates a new file store for a tenant
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filestore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: