mulberry_preview 0.0.3 → 0.0.6
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 +4 -4
- data/config/mimes.yml +4 -1
- data/lib/mulberry_preview/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f94b0eef0e735a52af09b38a526b05d5261c6314
|
|
4
|
+
data.tar.gz: 3ba68fa94714ffdfaf62b08130b4905970600126
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0987aa9531fa1c9dc887df599c89573ce6245666f37c4392e8d512ffb82bfecad6a46d183f9ea77aec5ee7c35a649d02535ddd93e91bef9dff22207b44d728bf
|
|
7
|
+
data.tar.gz: 42213a3a6427e29202ba41b5bd7baf5e49dcc78b5ac3a1c12915b281cd5faf8702c4118f882170ebd631218dbab45d23f037d81f13a7594f11ff4ced104c8193
|
data/config/mimes.yml
CHANGED
|
@@ -60,6 +60,7 @@ dump: application/octet-stream
|
|
|
60
60
|
elc: application/octet-stream
|
|
61
61
|
deploy: application/octet-stream
|
|
62
62
|
dat: application/octet-stream
|
|
63
|
+
fla: application/octet-stream
|
|
63
64
|
|
|
64
65
|
epub: application/epub+zip
|
|
65
66
|
mobi: application/x-mobi
|
|
@@ -118,8 +119,10 @@ vm: text/x-velocity
|
|
|
118
119
|
|
|
119
120
|
xsd: text/xml
|
|
120
121
|
xsl: text/xml
|
|
122
|
+
tld: text/xml
|
|
121
123
|
jsp: text/html
|
|
122
124
|
htm: text/html
|
|
125
|
+
mht: text/html
|
|
123
126
|
text: text/plain
|
|
124
127
|
conf: text/plain
|
|
125
128
|
def: text/plain
|
|
@@ -132,13 +135,13 @@ handlers: text/plain
|
|
|
132
135
|
schemas: text/plain
|
|
133
136
|
index: text/plain
|
|
134
137
|
|
|
138
|
+
ico: image/x-icon
|
|
135
139
|
psd: image/vnd.adobe.photoshop
|
|
136
140
|
|
|
137
141
|
mp3: audio/mpeg3
|
|
138
142
|
midi: audio/midi
|
|
139
143
|
wma: audio/x-ms-wma
|
|
140
144
|
|
|
141
|
-
3gp: video/3gpp
|
|
142
145
|
mp4: video/mp4
|
|
143
146
|
mp4v: video/mp4
|
|
144
147
|
mpg4: video/mp4
|