rails-uploader 0.3.0 → 0.3.1
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 +1 -1
- data/app/assets/javascripts/uploader/jquery.uploader.js.coffee +1 -1
- data/lib/uploader/upload_request.rb +1 -0
- data/lib/uploader/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: 39fe25ed54f3159ac1ca03401d7284fc6bb7035d
|
4
|
+
data.tar.gz: c0d277d81fc6f734dc63aaeadd95b5c65d4d62d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df9252654d9eec08133b6dd4432b85414451c536ad7ef9bbe3683e6491298ed3e58b417d1ebdd50ee91b71ee994a2eae3d97cc8f712e6024ae30e4ee8462f250
|
7
|
+
data.tar.gz: b56c7de5d470789b456746a5da6c7afea90393e71b5d03aaf0097a2919a091f44241a738bc0a5a4d5f6574d14f2ae70bb06cea60295a9921898a1bb5b0e90438
|
data/README.md
CHANGED
@@ -252,7 +252,7 @@ Chunked file uploads are only supported by browsers with support for XHR file up
|
|
252
252
|
To upload large files in smaller chunks, set the max_chunk_size option to a preferred maximum chunk size in Bytes:
|
253
253
|
|
254
254
|
``` slim
|
255
|
-
= f.uploader_field :video,
|
255
|
+
= f.uploader_field :video, data: { max_chunk_size: 10_000_000 }
|
256
256
|
```
|
257
257
|
|
258
258
|
That's it!
|
data/lib/uploader/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-uploader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Galeta
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-06-
|
12
|
+
date: 2016-06-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jquery-ui-rails
|