marcel 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 216d21a724ab7262910321bd6556b885fcb1c5dc9f3f19d7e8e0a354b98456e1
4
- data.tar.gz: 337b73e40e8d08a89be70b78377cf9d21c63f2dc4889a6eff18aa3b97bcd32af
3
+ metadata.gz: 57f17eae54469b574b2c7ce541bf2c6cf82f180456f6d1f133dd99c13585fbb0
4
+ data.tar.gz: b73e492f9d3b2b58abc751ea29a9c5da7fe5c7ef372da6c472c16c3708edd579
5
5
  SHA512:
6
- metadata.gz: 72b64e06d3ca8cde9145ea39bda39e54ed35e2c9fc06cd0e42e1f1c26c85ed1d46d268b4515cfa8ab222f3259a13abfc988d498d343b94906c5b458febbf902c
7
- data.tar.gz: 8e1c2ba8f0f15317d8a7388e7e81c650ff4e52ec5cc311863bd1404655a8b87a164f9f4fcf70d1eb8d8b31bc3661c644eb1d01965b533c853012626baac6df8d
6
+ metadata.gz: 140466ed263e260c2936d619d27b584af4b377f02c05acb508a0246cc55730a371023ebc93a183152b593529aac6071a374def41b686d523b85f37818c26b6b9
7
+ data.tar.gz: 95f8f724211e266bf3a3ccedfed7c78fd7e35376d74d28e63ceabf538a5945fc01319115391f060bc84cd91ec18e7ed64aa0f607edff83a1026c2fe48a5bfbb5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- marcel (0.3.1)
4
+ marcel (0.3.2)
5
5
  mimemagic (~> 0.3.2)
6
6
 
7
7
  GEM
@@ -7,6 +7,7 @@ Marcel::MimeType.extend "application/illustrator", parents: "application/pdf"
7
7
  Marcel::MimeType.extend "image/vnd.adobe.photoshop", magic: [[0, "8BPS"]], extensions: %w( psd psb )
8
8
 
9
9
  Marcel::MimeType.extend "application/vnd.ms-excel", parents: "application/x-ole-storage"
10
+ Marcel::MimeType.extend "application/vnd.ms-powerpoint", parents: "application/x-ole-storage"
10
11
 
11
12
  Marcel::MimeType.extend "application/vnd.openxmlformats-officedocument.wordprocessingml.document", parents: "application/zip"
12
13
  Marcel::MimeType.extend "application/vnd.openxmlformats-officedocument.wordprocessingml.template", parents: "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
@@ -1,3 +1,3 @@
1
1
  module Marcel
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marcel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Ward
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-12 00:00:00.000000000 Z
11
+ date: 2018-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mimemagic
@@ -157,6 +157,7 @@ files:
157
157
  - test/fixtures/name/application/vnd.ms-powerpoint.presentation.macroenabled.12/vnd.ms-powerpoint.presentation.macroenabled.12.pptm
158
158
  - test/fixtures/name/application/vnd.ms-powerpoint.slideshow.macroenabled.12/vnd.ms-powerpoint.slideshow.macroenabled.12.ppsm
159
159
  - test/fixtures/name/application/vnd.ms-powerpoint.template.macroenabled.12/vnd.ms-powerpoint.template.macroenabled.12.potm
160
+ - test/fixtures/name/application/vnd.ms-powerpoint/vnd.ms-powerpoint.ppt
160
161
  - test/fixtures/name/application/vnd.ms-word.document.macroenabled.12/vnd.ms-word.document.macroenabled.12.docm
161
162
  - test/fixtures/name/application/vnd.ms-word.template.macroenabled.12/vnd.ms-word.template.macroenabled.12.dotm
162
163
  - test/fixtures/name/application/vnd.openxmlformats-officedocument.presentationml.presentation/vnd.openxmlformats-officedocument.presentationml.presentation.pptx
@@ -282,6 +283,7 @@ test_files:
282
283
  - test/fixtures/name/application/vnd.ms-powerpoint.presentation.macroenabled.12/vnd.ms-powerpoint.presentation.macroenabled.12.pptm
283
284
  - test/fixtures/name/application/vnd.ms-powerpoint.slideshow.macroenabled.12/vnd.ms-powerpoint.slideshow.macroenabled.12.ppsm
284
285
  - test/fixtures/name/application/vnd.ms-powerpoint.template.macroenabled.12/vnd.ms-powerpoint.template.macroenabled.12.potm
286
+ - test/fixtures/name/application/vnd.ms-powerpoint/vnd.ms-powerpoint.ppt
285
287
  - test/fixtures/name/application/vnd.ms-word.document.macroenabled.12/vnd.ms-word.document.macroenabled.12.docm
286
288
  - test/fixtures/name/application/vnd.ms-word.template.macroenabled.12/vnd.ms-word.template.macroenabled.12.dotm
287
289
  - test/fixtures/name/application/vnd.openxmlformats-officedocument.presentationml.presentation/vnd.openxmlformats-officedocument.presentationml.presentation.pptx