el_finder 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  ## el_finder
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/el_finder.png)](http://badge.fury.io/rb/el_finder)
4
+
3
5
  * http://elrte.org/redmine/projects/elfinder
4
6
 
5
7
  ## Description:
@@ -9,7 +9,9 @@ module ElFinder
9
9
  'eps' => 'application/postscript',
10
10
  'exe' => 'application/octet-stream',
11
11
  'doc' => 'application/vnd.ms-word',
12
+ 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
12
13
  'xls' => 'application/vnd.ms-excel',
14
+ 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
13
15
  'ppt' => 'application/vnd.ms-powerpoint',
14
16
  'pps' => 'application/vnd.ms-powerpoint',
15
17
  'pdf' => 'application/pdf',
@@ -1,5 +1,5 @@
1
1
  # Represents ElFinder namespace.
2
2
  module ElFinder
3
3
  # Gem version.
4
- VERSION = '1.1.6'
4
+ VERSION = '1.1.7'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: el_finder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-17 00:00:00.000000000 Z
12
+ date: 2013-05-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: image_size