el_finder 1.0.16 → 1.0.17

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.
@@ -99,9 +99,9 @@ module ElFinder
99
99
  end # of to_s
100
100
  alias_method :to_str, :to_s
101
101
 
102
- # We cheat and use the ::Pathname to keep this speedy.
102
+ #
103
103
  def child_directories(with_directory=true)
104
- @path.children(with_directory).select{ |child| child.directory? }.map{|e| self.class.new(@root, e)}
104
+ realpath.children(with_directory).select{ |child| child.directory? }.map{|e| self.class.new(@root, e)}
105
105
  end
106
106
 
107
107
  #
@@ -1,3 +1,3 @@
1
1
  module ElFinder
2
- VERSION = '1.0.16'
2
+ VERSION = '1.0.17'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: el_finder
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 16
10
- version: 1.0.16
9
+ - 17
10
+ version: 1.0.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Philip Hallstrom