docspring 1.3.2 → 1.4.0

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
  SHA256:
3
- metadata.gz: 939bd91dfbd14e20907927edbd3f165b7f29eafa158dd5c96e591c22ed81ba9c
4
- data.tar.gz: bb613af52b81ce0fe162be624431c7e03e9a4ccaacbf2cbb54134cadb9bd1b36
3
+ metadata.gz: e5dcdc4a15cf4315e7948d50bd6c5000579a43ea43a8192fdf56d835d486877d
4
+ data.tar.gz: ad497500fb8b69b49c62097727cf1bb24d7119deb4fa53660693184883a92115
5
5
  SHA512:
6
- metadata.gz: f9f9868aca3a924df5ac2196876db4f68b494b9bfe3ebe178697553d04e1803c0bd9d5e4a5ddc68745dc304049ef38bf50bb39cc2452f71caaf3481b8044eebf
7
- data.tar.gz: b18c9ab4b8bfd0327e7598070092903455c7971854b1f615c534b58089ebca27d64ba2803e9a4332e11d240c4ba8228fccbfdba08dc6e934c6e299d46627a0d5
6
+ metadata.gz: 847f09feed503bec49f36de06eb23dce71bd842b8947de8bbaf6c9456c80db55230a5aaa3f5bbc292fc142d8351d501abb8efa3d641fca5c6528d38c932d1323
7
+ data.tar.gz: f9331fdfae0801c28f3b88b4d6c4947c8443b00da71ee0ec04c75ffaf8a1a26df03982a00521bd4559e1bab160d4369cbe79b118a1f53941f96eaa8be923ef64
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.4.0 [May 21, 2021]
2
+
3
+ - Fix URI.escape deprecation warning for Ruby 2.7.0
4
+
1
5
  ### 1.3.2 [November 19, 2020]
2
6
 
3
7
  - Added "sort_order" property for Submission Data Requests
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- docspring (1.3.2)
4
+ docspring (1.4.0)
5
5
  ffi (~> 1.0, >= 1.9.24)
6
6
  json (>= 1.8)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
@@ -14,8 +14,6 @@ GEM
14
14
  public_suffix (>= 2.0.2, < 5.0)
15
15
  autotest (4.4.6)
16
16
  ZenTest (>= 4.4.1)
17
- autotest-fsevent (0.2.15)
18
- sys-uname
19
17
  autotest-growl (0.2.16)
20
18
  autotest-rails-pure (4.1.2)
21
19
  bundler-audit (0.6.1)
@@ -54,8 +52,6 @@ GEM
54
52
  rspec-support (~> 3.9.0)
55
53
  rspec-support (3.9.2)
56
54
  safe_yaml (1.0.5)
57
- sys-uname (1.2.0)
58
- ffi (>= 1.0.0)
59
55
  thor (0.20.3)
60
56
  typhoeus (1.3.1)
61
57
  ethon (>= 0.9.0)
@@ -70,7 +66,6 @@ PLATFORMS
70
66
 
71
67
  DEPENDENCIES
72
68
  autotest (~> 4.4, >= 4.4.6)
73
- autotest-fsevent (~> 0.2, >= 0.2.15)
74
69
  autotest-growl (~> 0.2, >= 0.2.16)
75
70
  autotest-rails-pure (~> 4.1, >= 4.1.2)
76
71
  bundler-audit
@@ -82,4 +77,4 @@ DEPENDENCIES
82
77
  webmock (~> 1.24, >= 1.24.3)
83
78
 
84
79
  BUNDLED WITH
85
- 2.1.4
80
+ 2.2.11
data/README.md CHANGED
@@ -7,7 +7,7 @@ DocSpring is a service that helps you fill out and sign PDF templates.
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v1
10
- - Package version: 1.3.2
10
+ - Package version: 1.4.0
11
11
  - Build package: com.docspring.codegen.DocSpringRubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,15 +23,15 @@ gem build docspring.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./docspring-1.3.2.gem
26
+ gem install ./docspring-1.4.0.gem
27
27
  ```
28
- (for development, run `gem install --dev ./docspring-1.3.2.gem` to install the development dependencies)
28
+ (for development, run `gem install --dev ./docspring-1.4.0.gem` to install the development dependencies)
29
29
 
30
30
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
31
31
 
32
32
  Finally add this to the Gemfile:
33
33
 
34
- gem 'docspring', '~> 1.3.2'
34
+ gem 'docspring', '~> 1.4.0'
35
35
 
36
36
  ### Install from Git
37
37
 
data/docspring.gemspec CHANGED
@@ -37,7 +37,6 @@ Gem::Specification.new do |s|
37
37
  s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
38
38
  s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
39
39
  s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
40
- s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.15'
41
40
 
42
41
  # Use git ls-files to ignore anything in .gitignore
43
42
  s.files = `git ls-files`.split("\n").uniq.sort.select{|f| !f.empty? }
@@ -281,7 +281,7 @@ module DocSpring
281
281
  def build_request_url(path)
282
282
  # Add leading and trailing slashes to path
283
283
  path = "/#{path}".gsub(/\/+/, '/')
284
- URI.encode(@config.base_url + path)
284
+ @config.base_url + path
285
285
  end
286
286
 
287
287
  # Builds the HTTP request body
@@ -195,8 +195,7 @@ module DocSpring
195
195
  end
196
196
 
197
197
  def base_url
198
- url = "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '')
199
- URI.encode(url)
198
+ "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '')
200
199
  end
201
200
 
202
201
  # Gets API key (with prefix if set).
@@ -11,5 +11,5 @@ OpenAPI Generator version: 3.3.0
11
11
  =end
12
12
 
13
13
  module DocSpring
14
- VERSION = '1.3.2'
14
+ VERSION = '1.4.0'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docspring
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - DocSpring
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-18 00:00:00.000000000 Z
11
+ date: 2021-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -184,26 +184,6 @@ dependencies:
184
184
  - - ">="
185
185
  - !ruby/object:Gem::Version
186
186
  version: 0.2.16
187
- - !ruby/object:Gem::Dependency
188
- name: autotest-fsevent
189
- requirement: !ruby/object:Gem::Requirement
190
- requirements:
191
- - - "~>"
192
- - !ruby/object:Gem::Version
193
- version: '0.2'
194
- - - ">="
195
- - !ruby/object:Gem::Version
196
- version: 0.2.15
197
- type: :development
198
- prerelease: false
199
- version_requirements: !ruby/object:Gem::Requirement
200
- requirements:
201
- - - "~>"
202
- - !ruby/object:Gem::Version
203
- version: '0.2'
204
- - - ">="
205
- - !ruby/object:Gem::Version
206
- version: 0.2.15
207
187
  description: Client library for the DocSpring PDF generation and e-signature service
208
188
  email:
209
189
  - support@docspring.com
@@ -401,7 +381,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
401
381
  - !ruby/object:Gem::Version
402
382
  version: '0'
403
383
  requirements: []
404
- rubygems_version: 3.1.2
384
+ rubygems_version: 3.2.11
405
385
  signing_key:
406
386
  specification_version: 4
407
387
  summary: DocSpring API Client