hellosign-ruby-sdk 3.5.1 → 3.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4901e883de93e7695cbb789814cd57753d267a33
4
- data.tar.gz: c8a62b79734325d3135d383b881c5a3a8b97fd75
3
+ metadata.gz: 5ef3acc677386e987430829c647aede33445b93c
4
+ data.tar.gz: e0715f779f8ce57e072bbedc5dde244042843f83
5
5
  SHA512:
6
- metadata.gz: 11a3dfe783b262abbf68ef080b647ba72b0f5b7846a0f38901e681794bf8af511d7f4258f187cb8280993ef5a070118ad760a10ab667b54d9f4635aba4c16262
7
- data.tar.gz: 24d7c28fc104a6990429af20c34576b2486539b2f63e0e74988df5765c60bf18a0f004f8c96f5055a151ec3554ff3772bc2bb953d6fe2f5057ed48a0eeb79d80
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
- prepare_custom_fields opts
209
+ prepare_files opts
209
210
  HelloSign::Resource::UnclaimedDraft.new post('/unclaimed_draft/create_embedded_with_template', :body => opts)
210
211
  end
211
212
 
@@ -23,5 +23,5 @@
23
23
  #
24
24
 
25
25
  module HelloSign
26
- VERSION = '3.5.1'
26
+ VERSION = '3.5.2'
27
27
  end
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.1
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-10-17 00:00:00.000000000 Z
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.11
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.