s3_file_field 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/s3_file_field/version.rb +1 -1
- metadata +5 -5
- data/LICENSE +0 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 923bb699605e299a5d7298c3c09a67cd6bedb1ca
|
4
|
+
data.tar.gz: 5de37bf2b0748615975d341b6cba27420d6e2070
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e897f367434c4c86a4692b086a68fb969980d7e066c06ce1af09f46049ee4a8399329530408bce9069233909f6f70a5582e87628f3dbedb7f5f82eab0cd4471
|
7
|
+
data.tar.gz: 1a6a764b2fd27983f3894404a251025312e95fb13af93cc1c370e4e668f8435e6febdd18b6f39b7b3906c8d08cb04e72214f72e9357257df69de99fc853cc219
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: s3_file_field
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Stankiewicz
|
@@ -94,7 +94,8 @@ dependencies:
|
|
94
94
|
- - '>='
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
-
description:
|
97
|
+
description: jQuery File Upload extension for direct uploading to Amazon S3 using
|
98
|
+
CORS
|
98
99
|
email:
|
99
100
|
- sheerun@sher.pl
|
100
101
|
executables: []
|
@@ -108,9 +109,8 @@ files:
|
|
108
109
|
- lib/s3_file_field/version.rb
|
109
110
|
- lib/s3_file_field.rb
|
110
111
|
- app/assets/javascripts/s3_file_field.js.coffee
|
111
|
-
- LICENSE
|
112
112
|
- README.md
|
113
|
-
homepage:
|
113
|
+
homepage: https://github.com/sheerun/s3_file_field
|
114
114
|
licenses: []
|
115
115
|
metadata: {}
|
116
116
|
post_install_message:
|
@@ -132,5 +132,5 @@ rubyforge_project:
|
|
132
132
|
rubygems_version: 2.0.0
|
133
133
|
signing_key:
|
134
134
|
specification_version: 4
|
135
|
-
summary:
|
135
|
+
summary: jQuery File Upload extension for direct uploading to Amazon S3 using CORS
|
136
136
|
test_files: []
|
data/LICENSE
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
Copyright (c) 2012 Wayne
|
2
|
-
|
3
|
-
MIT License
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
-
a copy of this software and associated documentation files (the
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
11
|
-
the following conditions:
|
12
|
-
|
13
|
-
The above copyright notice and this permission notice shall be
|
14
|
-
included in all copies or substantial portions of the Software.
|
15
|
-
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|