mulberry_preview 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: e2f90bbb7ff7bbf578405c51edc798b07ba89ab5
4
- data.tar.gz: 368fce015a0af866cd252a401f33e8cde0af1315
3
+ metadata.gz: 563f143810a846300e2aa97dacd35e558296648b
4
+ data.tar.gz: b3fa812b76c458a5e968777a1cc98a2329618684
5
5
  SHA512:
6
- metadata.gz: 9f0bc570bc1e9586a07ab09ad45377bf689c3a1c5171ba6391f3997fe20d0194bf9d4c60f29547223b9c5c60d65354c58cb226dbd97d114ac4bca245e84a996c
7
- data.tar.gz: d5dfd51b4868ac72f0ca8b9b70b47b574d1b9a5c03e21f6027df46254f98d06166d5d06941fc68a594141d445828124acc3ef51e1cc0ce0579f1dc60e354c339
6
+ metadata.gz: cc50bec83eb11b747df94a5c30f103ed6c07ea0ebdf65fbcc3c163293b450d9d75335fd622b898aedf2eb35870ee1a7f44f202bd4c48bed9c392610e4c5fdd4b
7
+ data.tar.gz: dbbc94a82cb7aeef88b5938526a6186ece1754b839552d889f020cf961b59b8d42790e81d2e7abedc58f082b55b7543cc8e57d93d31abb318704f466b707c165
data/config/mimes.yml CHANGED
@@ -1,5 +1,8 @@
1
1
  iso: application/x-iso9660-image
2
2
 
3
+ vdx: application/x-visio
4
+ vsd: application/x-visio
5
+ rtf: application/x-rtf
3
6
  doc: application/msword
4
7
  dot: application/msword
5
8
  dot: application/msword
@@ -27,6 +30,12 @@ numbers: application/vnd.apple.numbers
27
30
  xmind: application/vnd.xmind.workbook
28
31
  graffle: application/x-omnigraffle
29
32
 
33
+ bz2: application/x-bzip2
34
+ tar: application/x-tar
35
+ gz: application/x-gzip
36
+ tgz: application/x-gtar
37
+ tbz2: application/x-gtar
38
+ tbz: application/x-gtar
30
39
  rar: application/x-rar-compressed
31
40
  exe: application/x-msdownload
32
41
  bat: application/x-msdownload
@@ -38,11 +47,11 @@ swf: application/x-shockwave-flash
38
47
  rm: application/vnd.rn-realmedia
39
48
  rmvb: application/vnd.rn-realmedia
40
49
 
41
- bin: application/octet-stream
50
+ bin: application/octet-stream
42
51
  dms: application/octet-stream
43
52
  lrf: application/octet-stream
44
53
  mar: application/octet-stream
45
- so: application/octet-stream
54
+ so: application/octet-stream
46
55
  dist: application/octet-stream
47
56
  distz: application/octet-stream
48
57
  pkg: application/octet-stream
@@ -50,6 +59,7 @@ bpk: application/octet-stream
50
59
  dump: application/octet-stream
51
60
  elc: application/octet-stream
52
61
  deploy: application/octet-stream
62
+ dat: application/octet-stream
53
63
 
54
64
  epub: application/epub+zip
55
65
  mobi: application/x-mobi
@@ -85,6 +95,8 @@ cpp: text/x-c
85
95
  h: text/x-c
86
96
  hh: text/x-c
87
97
  dic: text/x-c
98
+ yacc: text/x-c
99
+ y: text/x-c
88
100
  f: text/x-fortran
89
101
  for: text/x-fortran
90
102
  f77: text/x-fortran
@@ -96,12 +108,17 @@ rb: text/x-ruby
96
108
  rake: text/x-ruby
97
109
  ru: text/x-ruby
98
110
  py: text/x-python
111
+ lua: text/x-lua
112
+ sql: text/x-sql
99
113
 
100
114
  md: text/x-markdown
101
115
  markdown: text/x-markdown
102
116
  ftl: text/x-freemarker
103
117
  vm: text/x-velocity
104
118
 
119
+ xsd: text/xml
120
+ xsl: text/xml
121
+ jsp: text/html
105
122
  htm: text/html
106
123
  text: text/plain
107
124
  conf: text/plain
@@ -111,11 +128,17 @@ log: text/plain
111
128
  ini: text/plain
112
129
  m: text/plain
113
130
  plist: text/plain
131
+ handlers: text/plain
132
+ schemas: text/plain
133
+ index: text/plain
134
+
135
+ psd: image/vnd.adobe.photoshop
114
136
 
115
137
  mp3: audio/mpeg3
116
138
  midi: audio/midi
117
139
  wma: audio/x-ms-wma
118
140
 
141
+ 3gp: video/3gpp
119
142
  mp4: video/mp4
120
143
  mp4v: video/mp4
121
144
  mpg4: video/mp4
@@ -144,4 +167,5 @@ avi: video/x-msvideo
144
167
  smv: video/x-smv
145
168
  movie: video/x-sgi-movie
146
169
  mov: video/quicktime
147
- moov: video/quicktime
170
+ moov: video/quicktime
171
+ wrf: video/x-wrf
@@ -1,3 +1,3 @@
1
1
  module MulberryPreview
2
- VERSION = "0.0.2"
2
+ VERSION = '0.0.3'
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Zhan