docusign_esign 2.3.0 → 2.3.1

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: 275200aafd56c1a1af7b96965282dc17b91d4cc9
4
- data.tar.gz: 2531487bb73c8e604c1953d0c3854fbff9de31fb
3
+ metadata.gz: 154ca51b2f654ff53f7a6af4266879e0a48ac39c
4
+ data.tar.gz: 34662ccb65e1b1370435fa12f1dbcb3823c73781
5
5
  SHA512:
6
- metadata.gz: 85b66bfc9f9ec51d5ce2d170067bed3fe5da44cb6a1be42cc2f8d916be611831f2a7273bda23c4dd96c91da8721cfea25a7a8cf3c00ba388056636f4d532bf33
7
- data.tar.gz: 9be14ef44de178737932c4b3faaa67ca12cfd9e60d3131b51dc457b043f12593caf68c5036521f8ee1207d45eb1be5d209287f1fade3c2ba5a0c67e2c476086d
6
+ metadata.gz: 35eb5383d993bb6ed402e5f83128dec9d409b835194e1dd64452fb51ad091ffaa398376cc60523a132509e757fb7b601806aca184415eb153fe7bac6d1ea9cab
7
+ data.tar.gz: 0d8ab33c6dadc8310daaa18949b7713c77581b8de463442709b43cc3b640170e3f457b053469a1ef9be5415b463587e6482d3882fa0308da461832a914307768
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
 
4
4
  See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
5
5
 
6
+ ## [v2.3.1] - eSignature API v2-20.1.00 - 2020-04-15
7
+ ### Changed
8
+ - Updated jwt to version 2.2.1.
9
+
6
10
  ## [v2.3.0] - eSignature API v2-20.1.00 - 2020-03-13
7
11
  ### Changed
8
12
  - Added support for version v2-20.1.00 of the DocuSign eSignature API.
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- docusign_esign (3.2.0.rc1)
4
+ docusign_esign (2.3.1)
5
5
  json (~> 2.1, >= 2.1.0)
6
- jwt (~> 1.0, >= 1.5.2)
6
+ jwt (~> 2.2, >= 2.2.1)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
8
8
 
9
9
  GEM
@@ -14,7 +14,7 @@ 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.16)
17
+ autotest-fsevent (0.2.17)
18
18
  sys-uname
19
19
  autotest-growl (0.2.16)
20
20
  autotest-rails-pure (4.1.2)
@@ -26,8 +26,8 @@ GEM
26
26
  ffi (1.12.2)
27
27
  hashdiff (1.0.1)
28
28
  json (2.3.0)
29
- jwt (1.5.6)
30
- public_suffix (4.0.3)
29
+ jwt (2.2.1)
30
+ public_suffix (4.0.4)
31
31
  rake (12.3.3)
32
32
  rspec (3.9.0)
33
33
  rspec-core (~> 3.9.0)
@@ -43,7 +43,7 @@ GEM
43
43
  rspec-support (~> 3.9.0)
44
44
  rspec-support (3.9.2)
45
45
  safe_yaml (1.0.5)
46
- sys-uname (1.2.0)
46
+ sys-uname (1.2.1)
47
47
  ffi (>= 1.0.0)
48
48
  typhoeus (1.3.1)
49
49
  ethon (>= 0.9.0)
Binary file
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  s.license = "MIT"
27
27
  s.required_ruby_version = ">= 1.9"
28
28
 
29
- s.add_runtime_dependency 'jwt', '~> 1.0', '>= 1.5.2'
29
+ s.add_runtime_dependency 'jwt', '~> 2.2', '>= 2.2.1'
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
32
 
@@ -10,5 +10,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
10
10
  =end
11
11
 
12
12
  module DocuSign_eSign
13
- VERSION = "2.3.0"
13
+ VERSION = "2.3.1"
14
14
  end
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- docusign_esign (2.3.0)
4
+ docusign_esign (2.3.1)
5
5
  json (~> 2.1, >= 2.1.0)
6
- jwt (~> 1.0, >= 1.5.2)
6
+ jwt (~> 2.2, >= 2.2.1)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
8
8
 
9
9
  GEM
@@ -14,7 +14,7 @@ GEM
14
14
  ffi (>= 1.3.0)
15
15
  ffi (1.12.2)
16
16
  json (2.3.0)
17
- jwt (1.5.6)
17
+ jwt (2.2.1)
18
18
  rspec (3.9.0)
19
19
  rspec-core (~> 3.9.0)
20
20
  rspec-expectations (~> 3.9.0)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docusign_esign
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - DocuSign
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-31 00:00:00.000000000 Z
11
+ date: 2020-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -16,20 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.0'
19
+ version: '2.2'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.5.2
22
+ version: 2.2.1
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: '1.0'
29
+ version: '2.2'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 1.5.2
32
+ version: 2.2.1
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: typhoeus
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -265,6 +265,7 @@ files:
265
265
  - LICENSE
266
266
  - README.md
267
267
  - Rakefile
268
+ - docusign_esign-3.2.1.gem
268
269
  - docusign_esign.gemspec
269
270
  - git_push.sh
270
271
  - lib/.DS_Store