actionverb_s3_direct_upload 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,7 +53,7 @@ module S3DirectUpload
53
53
  end
54
54
 
55
55
  def url
56
- "https://#{@options[:bucket]}.s3.amazonaws.com/"
56
+ "https://s3.amazonaws.com/#{@options[:bucket]}/"
57
57
  end
58
58
 
59
59
  def policy
@@ -1,3 +1,3 @@
1
1
  module S3DirectUpload
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionverb_s3_direct_upload
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-05 00:00:00.000000000 Z
12
+ date: 2013-02-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -112,10 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  requirements: []
114
114
  rubyforge_project:
115
- rubygems_version: 1.8.23
115
+ rubygems_version: 1.8.24
116
116
  signing_key:
117
117
  specification_version: 3
118
118
  summary: Gives a form helper for Rails which allows direct uploads to s3. Based on
119
119
  RailsCast#383
120
120
  test_files: []
121
- has_rdoc: