marcel 0.3.1 → 0.3.2
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57f17eae54469b574b2c7ce541bf2c6cf82f180456f6d1f133dd99c13585fbb0
|
4
|
+
data.tar.gz: b73e492f9d3b2b58abc751ea29a9c5da7fe5c7ef372da6c472c16c3708edd579
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 140466ed263e260c2936d619d27b584af4b377f02c05acb508a0246cc55730a371023ebc93a183152b593529aac6071a374def41b686d523b85f37818c26b6b9
|
7
|
+
data.tar.gz: 95f8f724211e266bf3a3ccedfed7c78fd7e35376d74d28e63ceabf538a5945fc01319115391f060bc84cd91ec18e7ed64aa0f607edff83a1026c2fe48a5bfbb5
|
data/Gemfile.lock
CHANGED
@@ -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"
|
data/lib/marcel/version.rb
CHANGED
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.
|
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-
|
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
|