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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 563f143810a846300e2aa97dacd35e558296648b
4
- data.tar.gz: b3fa812b76c458a5e968777a1cc98a2329618684
3
+ metadata.gz: f94b0eef0e735a52af09b38a526b05d5261c6314
4
+ data.tar.gz: 3ba68fa94714ffdfaf62b08130b4905970600126
5
5
  SHA512:
6
- metadata.gz: cc50bec83eb11b747df94a5c30f103ed6c07ea0ebdf65fbcc3c163293b450d9d75335fd622b898aedf2eb35870ee1a7f44f202bd4c48bed9c392610e4c5fdd4b
7
- data.tar.gz: dbbc94a82cb7aeef88b5938526a6186ece1754b839552d889f020cf961b59b8d42790e81d2e7abedc58f082b55b7543cc8e57d93d31abb318704f466b707c165
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
@@ -1,3 +1,3 @@
1
1
  module MulberryPreview
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mulberry_preview
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Zhan