el_finder 1.0.10 → 1.0.11

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.
@@ -14,7 +14,7 @@ module ElFinder
14
14
  :image_handler => ElFinder::Image,
15
15
  :original_filename_method => lambda {|file| file.original_filename},
16
16
  :disabled_commands => [],
17
- :show_dot_files => true,
17
+ :allow_dot_files => true,
18
18
  :upload_max_size => '50M',
19
19
  :archivers => {},
20
20
  :extractors => {},
@@ -124,7 +124,7 @@ module ElFinder
124
124
  if @params[:init]
125
125
  @response[:disabled] = @options[:disabled_commands]
126
126
  @response[:params] = {
127
- :dotFiles => @options[:show_dot_files],
127
+ :dotFiles => @options[:allow_dot_files],
128
128
  :uplMaxSize => @options[:upload_max_size],
129
129
  :archives => @options[:archivers].keys,
130
130
  :extract => @options[:extractors].keys,
@@ -1,3 +1,3 @@
1
1
  module ElFinder
2
- VERSION = '1.0.10'
2
+ VERSION = '1.0.11'
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: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 10
10
- version: 1.0.10
9
+ - 11
10
+ version: 1.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Philip Hallstrom