filestore 0.0.13 → 0.0.14

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.
@@ -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: