hellosign-ruby-sdk 3.7.4 → 3.7.5

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: 54dd88f22e1208055823955cb5da73cafd12d37b
4
- data.tar.gz: e7e869450044bf4d4f40fb3534c81ec8eb6d6522
3
+ metadata.gz: 2297029c0c72855dfbdaa63c6591f3757eef3cf8
4
+ data.tar.gz: f4e927a9c1f33944cb3a1c4f9423738baa63e752
5
5
  SHA512:
6
- metadata.gz: de902f39492c7be357e1f38599b81914ebc00980ac6ef8e35f372391b5a2e365591cd8c0b9215bc8ab38d8d6346b572661864111f1d12b3be85db44f5b5cfc43
7
- data.tar.gz: 8dacea2bde3b9aa943b8be31d9248ebcaadde232ab157730a5e8e7fb71139b208cce03b05144ad4a2f4242c53e41034c536805271ca1587a01a5b815a8a41f22
6
+ metadata.gz: 2ccf4c3f364e875ad7acd75c78b49fe854a4869e43764875b2e94600ae3215c5c3c5758baa2f574e18bc28be8b9440919a0e9197eaaabf86db2c9f5aa42d3126
7
+ data.tar.gz: d2d4574b1a64c0e5eb7518c410e065ae10bf548d5211439610d0b0bb84ba60c478deae9991210dcc0c2a4fd5ac74d41752cebe5da19339bf55430baf55f6971f
@@ -65,7 +65,7 @@ module HelloSign
65
65
  def get_signature_requests(opts={})
66
66
  path = '/signature_request/list'
67
67
  opts[:query] = create_search_string(opts[:query]) if opts[:query]
68
- query = create_query_string(opts, [:page, :page_size, :ux_version, :query])
68
+ query = create_query_string(opts, [:page, :page_size, :query])
69
69
  path += query
70
70
  HelloSign::Resource::ResourceArray.new get(path, opts), 'signature_requests', HelloSign::Resource::SignatureRequest
71
71
  end
@@ -72,8 +72,9 @@ module HelloSign
72
72
  #
73
73
  def get_templates(opts={})
74
74
  path = '/template/list'
75
- path += opts[:page] ? "?page=#{opts[:page]}" : ''
76
- path += opts[:page_size] ? "&page_size=#{opts[:page_size]}" : ''
75
+ opts[:query] = create_search_string(opts[:query]) if opts[:query]
76
+ query = create_query_string(opts, [:page, :page_size, :query])
77
+ path += query
77
78
  HelloSign::Resource::ResourceArray.new get(path, opts), 'templates', HelloSign::Resource::Template
78
79
  end
79
80
 
@@ -23,5 +23,5 @@
23
23
  #
24
24
 
25
25
  module HelloSign
26
- VERSION = '3.7.4'
26
+ VERSION = '3.7.5'
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.4
4
+ version: 3.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - HelloSign
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-16 00:00:00.000000000 Z
11
+ date: 2018-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler