mulberry_preview 0.0.6 → 0.0.7
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 +31 -1
- data/lib/mulberry_preview/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ef0e373452c98e52c87aefe022a9713dd88f573
|
|
4
|
+
data.tar.gz: c097671b58078c8ee1d6ec020b0d12b8cb4ea40d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d88e666e03734e5d134dad382d7eb1ff5e3fa16bd5a564f42bf64528ffcf1942c7fb9588af55935e9482bbe6c8f957d667d15e83f97381ad77d7612c4c2b89c8
|
|
7
|
+
data.tar.gz: 7c744a94b9204e8f3e1f15591eb5c6da1b5a8c51afd9c53651055b916af8fb351f802299b8062ff9eb3a5e20b8e07bd4cb89742158870142b871283c468c588f
|
data/config/mimes.yml
CHANGED
|
@@ -26,9 +26,11 @@ key: application/vnd.apple.keynote
|
|
|
26
26
|
keynode: application/vnd.apple.keynote
|
|
27
27
|
pages: application/vnd.apple.pages
|
|
28
28
|
numbers: application/vnd.apple.numbers
|
|
29
|
+
app: application/vnd.apple.app
|
|
29
30
|
|
|
30
31
|
xmind: application/vnd.xmind.workbook
|
|
31
32
|
graffle: application/x-omnigraffle
|
|
33
|
+
gstencil: application/x-omnigraffle
|
|
32
34
|
|
|
33
35
|
bz2: application/x-bzip2
|
|
34
36
|
tar: application/x-tar
|
|
@@ -108,18 +110,41 @@ pas: text/x-pascal
|
|
|
108
110
|
rb: text/x-ruby
|
|
109
111
|
rake: text/x-ruby
|
|
110
112
|
ru: text/x-ruby
|
|
113
|
+
builder: text/x-ruby
|
|
114
|
+
jbuilder: text/x-ruby
|
|
115
|
+
gemspec: text/x-ruby
|
|
111
116
|
py: text/x-python
|
|
112
117
|
lua: text/x-lua
|
|
113
118
|
sql: text/x-sql
|
|
114
|
-
|
|
119
|
+
pl: text/x-perl
|
|
120
|
+
perl: text/x-perl
|
|
121
|
+
go: text/x-go
|
|
122
|
+
php: text/x-php
|
|
123
|
+
asp: text/x-asp
|
|
124
|
+
aspx: text/x-aspx
|
|
125
|
+
cljs: text/x-clojure
|
|
126
|
+
clj: text/x-clojure
|
|
127
|
+
coffee: text/x-coffeescript
|
|
128
|
+
slim: text/x-slim
|
|
129
|
+
haml: text/x-haml
|
|
130
|
+
groovy: text/x-groovy
|
|
131
|
+
|
|
132
|
+
js: text/javascript
|
|
133
|
+
css: text/css
|
|
134
|
+
scss: text/css
|
|
135
|
+
sass: text/css
|
|
115
136
|
md: text/x-markdown
|
|
116
137
|
markdown: text/x-markdown
|
|
117
138
|
ftl: text/x-freemarker
|
|
118
139
|
vm: text/x-velocity
|
|
119
140
|
|
|
120
141
|
xsd: text/xml
|
|
142
|
+
xslt: text/xml
|
|
121
143
|
xsl: text/xml
|
|
122
144
|
tld: text/xml
|
|
145
|
+
gsp: text/html
|
|
146
|
+
ejs: text/html
|
|
147
|
+
erb: text/html
|
|
123
148
|
jsp: text/html
|
|
124
149
|
htm: text/html
|
|
125
150
|
mht: text/html
|
|
@@ -131,12 +156,17 @@ log: text/plain
|
|
|
131
156
|
ini: text/plain
|
|
132
157
|
m: text/plain
|
|
133
158
|
plist: text/plain
|
|
159
|
+
rdoc: text/plain
|
|
160
|
+
ngdoc: text/plain
|
|
161
|
+
dtd: text/plain
|
|
134
162
|
handlers: text/plain
|
|
135
163
|
schemas: text/plain
|
|
136
164
|
index: text/plain
|
|
137
165
|
|
|
138
166
|
ico: image/x-icon
|
|
139
167
|
psd: image/vnd.adobe.photoshop
|
|
168
|
+
svg: image/svg+xml
|
|
169
|
+
svgz: image/svg+xml
|
|
140
170
|
|
|
141
171
|
mp3: audio/mpeg3
|
|
142
172
|
midi: audio/midi
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mulberry_preview
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Zhan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
11
|
+
date: 2014-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|