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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/s3_file_field/version.rb +1 -1
  3. metadata +5 -5
  4. data/LICENSE +0 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43c8582febac6a41acc7a7a6659ed960dd421401
4
- data.tar.gz: 721a25cdfb745e5c28dabece3f4e0a7ec80126f7
3
+ metadata.gz: 923bb699605e299a5d7298c3c09a67cd6bedb1ca
4
+ data.tar.gz: 5de37bf2b0748615975d341b6cba27420d6e2070
5
5
  SHA512:
6
- metadata.gz: b62187a0b2aa25f71cd286447cfdf6bf0b5682993ec0d7d0a66469f5aeab3fcf77ea6b5f0cdfd5cdc78bd7b9342d7c2a5cad0027e1b21e55a868b49d70c7d8d9
7
- data.tar.gz: 862e28d624869c3d534fb467d22005559042812f222e72f21b32046a96e40fae302e9b9363f211fc7c512f7eab5a0084138d561295a7b711d7349c9f221d09e2
6
+ metadata.gz: 3e897f367434c4c86a4692b086a68fb969980d7e066c06ce1af09f46049ee4a8399329530408bce9069233909f6f70a5582e87628f3dbedb7f5f82eab0cd4471
7
+ data.tar.gz: 1a6a764b2fd27983f3894404a251025312e95fb13af93cc1c370e4e668f8435e6febdd18b6f39b7b3906c8d08cb04e72214f72e9357257df69de99fc853cc219
@@ -1,3 +1,3 @@
1
1
  module S3FileField
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: Form helper for Direct Uploading to Amazon S3 using CORS and jquery-file-upload
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: Form helper for Direct Uploading to Amazon S3 using CORS and jquery-file-upload
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.