dropzonejs-rails 0.1.8 → 0.2.0
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,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDRiZTA1MTFjM2EwNzliZjliZTQzODVkNTMzYWQwOGNkNjc4YzYwYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OWU3MmI2ZDVlOGViYWMxYzE4NzE3YjM0ZDY5MTkwMjY5NmRiODEyMQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZGIzN2U3YmVjN2M5N2ViNWZkMzczN2Q2NDhmMmQzODZiODVkOWM5MmE1NWE4
|
|
10
|
+
Mjc1M2E5MWJlZWM0MDhkMjAxYWIzZmJiZjBlODc2MzhhMWExNjc0YmViNzY2
|
|
11
|
+
NWNhMjQxNDhjZWIyNGVjNGI4MmVmZGNkOTY4OTg4OTY2ODU1NmU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
M2VhYTlhYWExM2ViODc4OGUyNjJjY2JmN2Q2ZDk2MTQyODA1MTk2NmEyODgx
|
|
14
|
+
NjAyYWRmNWE3ZjY0NTMyZjI4NWM5ZGE5YmMzYjc2NTRmMmVlNTJlNjdmZjE5
|
|
15
|
+
NTE5NzE2NjdiZWZlNzIyZDU0YmQzOGMxNTlhYTg5ZGFmZmY1MmQ=
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
-o-transition: opacity 0.3s ease-in-out;
|
|
172
172
|
-ms-transition: opacity 0.3s ease-in-out;
|
|
173
173
|
transition: opacity 0.3s ease-in-out;
|
|
174
|
-
background-image: image-
|
|
174
|
+
background-image: image-url("dropzone/spritemap.png");
|
|
175
175
|
background-repeat: no-repeat;
|
|
176
176
|
background-position: 0 0;
|
|
177
177
|
position: absolute;
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
}
|
|
185
185
|
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
|
|
186
186
|
.dropzone .default.message {
|
|
187
|
-
background-image: image-
|
|
187
|
+
background-image: image-url("dropzone/spritemap@2x.png");
|
|
188
188
|
-webkit-background-size: 428px 406px;
|
|
189
189
|
-moz-background-size: 428px 406px;
|
|
190
190
|
background-size: 428px 406px;
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
-o-transition: opacity 0.4s ease-in-out;
|
|
259
259
|
-ms-transition: opacity 0.4s ease-in-out;
|
|
260
260
|
transition: opacity 0.4s ease-in-out;
|
|
261
|
-
background-image: image-
|
|
261
|
+
background-image: image-url("dropzone/spritemap.png");
|
|
262
262
|
background-repeat: no-repeat;
|
|
263
263
|
}
|
|
264
264
|
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
.dropzone-previews .preview .error-mark,
|
|
267
267
|
.dropzone .preview .success-mark,
|
|
268
268
|
.dropzone-previews .preview .success-mark {
|
|
269
|
-
background-image: image-
|
|
269
|
+
background-image: image-url("dropzone/spritemap@2x.png");
|
|
270
270
|
-webkit-background-size: 428px 406px;
|
|
271
271
|
-moz-background-size: 428px 406px;
|
|
272
272
|
background-size: 428px 406px;
|
|
@@ -305,14 +305,14 @@
|
|
|
305
305
|
left: 0;
|
|
306
306
|
width: 0%;
|
|
307
307
|
height: 100%;
|
|
308
|
-
background-image: image-
|
|
308
|
+
background-image: image-url("dropzone/spritemap.png");
|
|
309
309
|
background-repeat: repeat-x;
|
|
310
310
|
background-position: 0px -400px;
|
|
311
311
|
}
|
|
312
312
|
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
|
|
313
313
|
.dropzone .preview .progress .upload,
|
|
314
314
|
.dropzone-previews .preview .progress .upload {
|
|
315
|
-
background-image: image-
|
|
315
|
+
background-image: image-url("dropzone/spritemap@2x.png");
|
|
316
316
|
-webkit-background-size: 428px 406px;
|
|
317
317
|
-moz-background-size: 428px 406px;
|
|
318
318
|
background-size: 428px 406px;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dropzonejs-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- José Nahuel Cuesta Luengo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-05-
|
|
11
|
+
date: 2013-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|