JCG-jquery-fileupload 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module JQuery
2
2
  module FileUpload
3
3
  module Rails
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -56,7 +56,7 @@
56
56
  // image is shown, matched against the file type:
57
57
  previewSourceFileTypes: /^image\/(gif|jpeg|png)$/,
58
58
  // The maximum file size of images that are to be displayed as preview:
59
- previewSourceMaxFileSize: 10000000, // 5MB
59
+ previewSourceMaxFileSize: 100000, // 10kB
60
60
  // The maximum width of the preview images:
61
61
  previewMaxWidth: 80,
62
62
  // The maximum height of the preview images:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: JCG-jquery-fileupload
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: