dropzonejs-rails 0.8.4 → 0.8.5
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/README.md +4 -2
- data/app/assets/javascripts/dropzone.js +1284 -977
- data/app/assets/stylesheets/dropzone/dropzone.scss +8 -0
- data/lib/dropzonejs-rails/version.rb +2 -2
- metadata +6 -7
@@ -193,6 +193,14 @@
|
|
193
193
|
.dropzone .dz-message {
|
194
194
|
text-align: center;
|
195
195
|
margin: 2em 0; }
|
196
|
+
.dropzone .dz-message .dz-button {
|
197
|
+
background: none;
|
198
|
+
color: inherit;
|
199
|
+
border: none;
|
200
|
+
padding: 0;
|
201
|
+
font: inherit;
|
202
|
+
cursor: pointer;
|
203
|
+
outline: inherit; }
|
196
204
|
.dropzone .dz-preview {
|
197
205
|
position: relative;
|
198
206
|
display: inline-block;
|
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.8.
|
4
|
+
version: 0.8.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- José Nahuel Cuesta Luengo
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: octokit
|
@@ -73,7 +73,7 @@ files:
|
|
73
73
|
homepage: http://www.github.com/ncuesta/dropzonejs-rails
|
74
74
|
licenses: []
|
75
75
|
metadata: {}
|
76
|
-
post_install_message:
|
76
|
+
post_install_message:
|
77
77
|
rdoc_options: []
|
78
78
|
require_paths:
|
79
79
|
- lib
|
@@ -88,9 +88,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
requirements: []
|
91
|
-
|
92
|
-
|
93
|
-
signing_key:
|
91
|
+
rubygems_version: 3.1.2
|
92
|
+
signing_key:
|
94
93
|
specification_version: 4
|
95
94
|
summary: Integrates Dropzone JS File upload into Rails Asset pipeline.
|
96
95
|
test_files: []
|