hellosign-ruby-sdk 3.7.2 → 3.7.3
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/hello_sign/api/signature_request.rb +1 -0
- data/lib/hello_sign/client.rb +1 -1
- data/lib/hello_sign/version.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: 6f3ff3cf38ec896b5453dca027896a2ff75f4586
|
|
4
|
+
data.tar.gz: 3cabdff6a716ffcf92e97517918c6829b6108fbc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cf18a0322582e3072a1e8d0f0bc2ad3c4db6193c6190ad9b5735a87872abd66a69f6bc06f0ecdbad26a2f3002efee2027325f9abd2ecf7a9c842b41eb9f284d
|
|
7
|
+
data.tar.gz: e269e76d7dd6f5425f3222b8801b92db3cbeedfc7dc0ac7316353343d90c4ba7e4d49c9d77c2b6078a07869e20d8e4bdacd74058ba4319660b8ec6513abb9c81
|
data/lib/hello_sign/client.rb
CHANGED
|
@@ -236,7 +236,7 @@ module HelloSign
|
|
|
236
236
|
elsif defined? ActionDispatch::Http::UploadedFile
|
|
237
237
|
if file.is_a? ActionDispatch::Http::UploadedFile
|
|
238
238
|
mime_type = MIMEfromIO file
|
|
239
|
-
opts[:"file[#{index}]"] = UploadIO.new(file.tempfile, mime_type)
|
|
239
|
+
opts[:"file[#{index}]"] = UploadIO.new(file.tempfile, mime_type, file.original_filename)
|
|
240
240
|
end
|
|
241
241
|
else
|
|
242
242
|
raise HelloSign::Error::NotSupportedType.new "#{file.class} is not a supported. Must be a string or ActionDispatch::Http::UploadedFile"
|
data/lib/hello_sign/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hellosign-ruby-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.7.
|
|
4
|
+
version: 3.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HelloSign
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|