hellosign-ruby-sdk 3.5.1 → 3.5.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ef3acc677386e987430829c647aede33445b93c
|
|
4
|
+
data.tar.gz: e0715f779f8ce57e072bbedc5dde244042843f83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95e9f6d0658b54f51af44156368d768bd463664a7f4d007e7915894cb4e351d4fa9aefcf5bf04f6dc6403c7a16c19bd6961214a6b46a1647434f499f9f033eb6
|
|
7
|
+
data.tar.gz: c1db30e55959eb09752d6d096e09c9d08b1ac71f91e67ea88c61f06433887962dabea531c32cb2af7d8157353c3c803ecd7588c181597524eeaa39590b466654
|
|
@@ -181,6 +181,7 @@ module HelloSign
|
|
|
181
181
|
# :title => 'Purchase Order',
|
|
182
182
|
# :subject => 'Purchase Order',
|
|
183
183
|
# :message => 'Glad we could come to an agreement.',
|
|
184
|
+
# :files => ['NDA.pdf', 'AppendixA.pdf'],
|
|
184
185
|
# :metadata => {
|
|
185
186
|
# :client_id => '1234',
|
|
186
187
|
# :custom_text => 'NDA #9'
|
|
@@ -209,6 +210,7 @@ module HelloSign
|
|
|
209
210
|
prepare_ccs opts
|
|
210
211
|
prepare_templates opts
|
|
211
212
|
prepare_custom_fields opts
|
|
213
|
+
prepare_files opts
|
|
212
214
|
|
|
213
215
|
HelloSign::Resource::SignatureRequest.new post('/signature_request/send_with_template', :body => opts)
|
|
214
216
|
end
|
|
@@ -359,6 +361,7 @@ module HelloSign
|
|
|
359
361
|
# :title => 'Purchase Order',
|
|
360
362
|
# :subject => 'Purchase Order',
|
|
361
363
|
# :message => 'Glad we could come to an agreement.',
|
|
364
|
+
# :files => ['NDA.pdf', 'AppendixA.pdf'],
|
|
362
365
|
# :metadata => {
|
|
363
366
|
# :client_id => '1234',
|
|
364
367
|
# :custom_text => 'NDA #9'
|
|
@@ -387,6 +390,7 @@ module HelloSign
|
|
|
387
390
|
prepare_ccs opts
|
|
388
391
|
prepare_templates opts
|
|
389
392
|
prepare_custom_fields opts
|
|
393
|
+
prepare_files opts
|
|
390
394
|
|
|
391
395
|
HelloSign::Resource::SignatureRequest.new post('/signature_request/create_embedded_with_template', :body => opts)
|
|
392
396
|
end
|
|
@@ -178,6 +178,7 @@ module HelloSign
|
|
|
178
178
|
# :template_id => 'c26b8a16784a872da37ea946b9ddec7c1e11dff6',
|
|
179
179
|
# :requester_email_address => requester@example.com",
|
|
180
180
|
# :message => 'Please sign this NDA and then we can discuss more. Let me know if you have any questions.',
|
|
181
|
+
# :files => ['NDA.pdf', 'AppendixA.pdf'],
|
|
181
182
|
# :metadata => {
|
|
182
183
|
# :client_id => '1234',
|
|
183
184
|
# :custom_text => 'NDA #9'
|
|
@@ -205,7 +206,7 @@ module HelloSign
|
|
|
205
206
|
prepare_signers opts
|
|
206
207
|
prepare_ccs opts
|
|
207
208
|
prepare_templates opts
|
|
208
|
-
|
|
209
|
+
prepare_files opts
|
|
209
210
|
HelloSign::Resource::UnclaimedDraft.new post('/unclaimed_draft/create_embedded_with_template', :body => opts)
|
|
210
211
|
end
|
|
211
212
|
|
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.5.
|
|
4
|
+
version: 3.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HelloSign
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
198
198
|
version: '0'
|
|
199
199
|
requirements: []
|
|
200
200
|
rubyforge_project:
|
|
201
|
-
rubygems_version: 2.6.
|
|
201
|
+
rubygems_version: 2.6.13
|
|
202
202
|
signing_key:
|
|
203
203
|
specification_version: 4
|
|
204
204
|
summary: A Ruby SDK for the HelloSign API.
|