athena 0.0.4.59 → 0.0.4.60

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/athena/formats/ferret.rb +1 -1
  2. metadata +1 -1
@@ -55,7 +55,7 @@ class Athena::Formats
55
55
 
56
56
  def parse(source)
57
57
  path = source.path
58
- raise "index not found: #{path}" unless File.readable?(File.join(path, 'segments'))
58
+ raise "index not found: #{path}" unless File.readable_real?(File.join(path, 'segments'))
59
59
 
60
60
  index = ::Ferret::Index::IndexReader.new(path)
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: athena
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.59
4
+ version: 0.0.4.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille