hellosign-ruby-sdk 3.7.3 → 3.7.4

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: 6f3ff3cf38ec896b5453dca027896a2ff75f4586
4
- data.tar.gz: 3cabdff6a716ffcf92e97517918c6829b6108fbc
3
+ metadata.gz: 54dd88f22e1208055823955cb5da73cafd12d37b
4
+ data.tar.gz: e7e869450044bf4d4f40fb3534c81ec8eb6d6522
5
5
  SHA512:
6
- metadata.gz: 2cf18a0322582e3072a1e8d0f0bc2ad3c4db6193c6190ad9b5735a87872abd66a69f6bc06f0ecdbad26a2f3002efee2027325f9abd2ecf7a9c842b41eb9f284d
7
- data.tar.gz: e269e76d7dd6f5425f3222b8801b92db3cbeedfc7dc0ac7316353343d90c4ba7e4d49c9d77c2b6078a07869e20d8e4bdacd74058ba4319660b8ec6513abb9c81
6
+ metadata.gz: de902f39492c7be357e1f38599b81914ebc00980ac6ef8e35f372391b5a2e365591cd8c0b9215bc8ab38d8d6346b572661864111f1d12b3be85db44f5b5cfc43
7
+ data.tar.gz: 8dacea2bde3b9aa943b8be31d9248ebcaadde232ab157730a5e8e7fb71139b208cce03b05144ad4a2f4242c53e41034c536805271ca1587a01a5b815a8a41f22
@@ -167,6 +167,7 @@ module HelloSign
167
167
  def create_embedded_unclaimed_draft(opts)
168
168
  opts[:client_id] ||= self.client_id
169
169
  prepare_files opts
170
+ prepare_form_fields opts
170
171
  prepare_custom_fields opts
171
172
 
172
173
  if opts[:type] == 'request_signature' || opts[:type] == 'send_document'
@@ -23,5 +23,5 @@
23
23
  #
24
24
 
25
25
  module HelloSign
26
- VERSION = '3.7.3'
26
+ VERSION = '3.7.4'
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.7.3
4
+ version: 3.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - HelloSign
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-12 00:00:00.000000000 Z
11
+ date: 2018-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler