carrierwave-sharefile 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/carrierwave-sharefile.svg)](https://badge.fury.io/rb/carrierwave-sharefile)
2
+
1
3
  # Carrierwave::Sharefile
2
4
 
3
5
  This gem adds support for [sharefile](https://sharefile.com) to the CarrierWave.
@@ -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(CGI.escape(url))
88
+ uri = URI.parse(url)
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.10"
3
+ VERSION = "0.0.11"
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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 10
10
- version: 0.0.10
9
+ - 11
10
+ version: 0.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matthew McFarling