carrierwave-sharefile 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -85,7 +85,7 @@ module CarrierWave
85
85
  filename = File.basename(tmpfile.path)
86
86
  boundary = "ClientTouchReceive----------#{Time.now.usec}"
87
87
 
88
- uri = URI.parse(url)
88
+ uri = URI.parse(URI.encode(url.strip))
89
89
 
90
90
  post_body = []
91
91
  post_body << "--#{boundary}#{newline}"
@@ -1,5 +1,5 @@
1
1
  module Carrierwave
2
2
  module Sharefile
3
- VERSION = "0.0.11"
3
+ VERSION = "0.0.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrierwave-sharefile
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 11
10
- version: 0.0.11
9
+ - 12
10
+ version: 0.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matthew McFarling