universal_s3_uploader 0.1.8 → 0.1.9
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/lib/universal_s3_uploader/version.rb +1 -1
- data/lib/universal_s3_uploader/view_helper.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: 7b072139d97af6d1bdbcf97c191a24267fbd27e6
|
|
4
|
+
data.tar.gz: e6601b7bb616414a1f8191aff4656090c9abd1be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b8a197fd11d3d435c24fb500e1eb19fc9f8dbc1eb3e5e301590d35de96795b0c80eab4d225a3328dc65e7e262a9e55d66d11c365dd668b8b278ca111c556391
|
|
7
|
+
data.tar.gz: f95980946de4f20b89107ee32be0fcfeb152db3bf1c68eb4bdc52f9b02f86d6103016863380ff3c61e6d59594121addf0ac485d025c361e622773b79a7038243
|
|
@@ -38,7 +38,7 @@ module UniversalS3Uploader
|
|
|
38
38
|
av = ActionView::Base.new
|
|
39
39
|
|
|
40
40
|
def div_tag(name, value)
|
|
41
|
-
"<div class
|
|
41
|
+
"<div class='#{name}' data-value='#{value}'></div>"
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
tag = "<div class='universal_s3_uploader' id='#{id}' action='#{url}'>"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: universal_s3_uploader
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dohan Kim
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: This library helps you to upload files to the Amazon S3 Server with AJAX
|
|
14
14
|
techniques in almost of browser environments such as IE, FF and Chrome.
|