docusign_esign 3.0.0.rc1 → 3.0.0

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: 9c79cb4b9643ac27c520c21e0912c26f10e0cb4e
4
- data.tar.gz: 40ec401fef696d524d3e68e0292dcb5af2a8a5de
3
+ metadata.gz: 1b0468e67c3cce5216d847f2014d04f8524fce0f
4
+ data.tar.gz: 3f24ac960bbaf0e792e4215499814f51201cb498
5
5
  SHA512:
6
- metadata.gz: 5c9e8154ceba4233580619f78ecc45f68ed2d6fc973fc667ed4f101964dea26665370a804b7158f722f35fbb2579efb54344e3f3d92b3143fe33a3550ccaaff3
7
- data.tar.gz: 5e6b267f071d2a47df36326a1ef6ff906762fb2085ac9e5425b1b19448faef56df58e2077c8088831fdbed2cd4a25c81a932e13739e2f049c0575d29a0dce0f4
6
+ metadata.gz: c47599f77333c588915826f32c16dd15c2ed67a5d6b9e94cf72710d0d7c7d6dcd7d34b0c891a2d44be6559ec4634b955c27913e13810457f709a592a9471bb8d
7
+ data.tar.gz: 287a453e1e29da275f26c03ed7a51450f017590b3da935d8512046b1329946a5dda3fb3488d9fd9c57062ddafd5925b84d320148a64768c421b02e7d74b50979
@@ -3,6 +3,31 @@ 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
+ ## [v3.0.0.rc1] - eSignature API v2.1-19.2.02 - 2019-10-05
7
+ ### BREAKING
8
+ - The SDK now supports version 19.2.02 of the DocuSign eSignature v2.1 API.
9
+ ### Changed
10
+ - SDK Release Version updated.
11
+ ## Fixed
12
+ - Issue [`#23`](https://github.com/docusign/docusign-ruby-client/issues/23): Support for DocuSign API 2.1. (DCM-3546)
13
+ - Issue [`#22`](https://github.com/docusign/docusign-ruby-client/issues/22): JSON version of version 2.0. (DCM-3375)
14
+ - Issue [`#17`](https://github.com/docusign/docusign-ruby-client/issues/17): Client doesn't properly handle Dropdown. (DCM-3192)
15
+ - Issue [`#16`](https://github.com/docusign/docusign-ruby-client/issues/16): Client doesn't properly handle Text tabs with Date Validation. (DCM-3193)
16
+ - Issue [`#15`](https://github.com/docusign/docusign-ruby-client/issues/15): ListStatus not accepting envelope_ids. (DCM-3123)
17
+ - Issue [`#7`](https://github.com/docusign/docusign-ruby-client/issues/7): Allow passing in JWT. (DCM-2312)
18
+
19
+ ## [v2.1.0.rc1] - eSignature API v2-19.2.02 - 2019-10-05
20
+ ### Changed
21
+ - The SDK now supports version 19.2.02 of the DocuSign eSignature v2 API.
22
+ - SDK Release Version updated.
23
+ ## Fixed
24
+ - Issue [`#23`](https://github.com/docusign/docusign-ruby-client/issues/23): Support for DocuSign API 2.1. (DCM-3546)
25
+ - Issue [`#22`](https://github.com/docusign/docusign-ruby-client/issues/22): JSON version of version 2.0. (DCM-3375)
26
+ - Issue [`#17`](https://github.com/docusign/docusign-ruby-client/issues/17): Client doesn't properly handle Dropdown. (DCM-3192)
27
+ - Issue [`#16`](https://github.com/docusign/docusign-ruby-client/issues/16): Client doesn't properly handle Text tabs with Date Validation. (DCM-3193)
28
+ - Issue [`#15`](https://github.com/docusign/docusign-ruby-client/issues/15): ListStatus not accepting envelope_ids. (DCM-3123)
29
+ - Issue [`#7`](https://github.com/docusign/docusign-ruby-client/issues/7): Allow passing in JWT. (DCM-2312)
30
+
6
31
  ## [2.0.0] - eSignature API v19.1.02 - 2019-06-08
7
32
  ### BREAKING
8
33
  * Moved ApiClient and ApiException under Client folder
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- docusign_esign (3.0.0)
4
+ docusign_esign (3.0.0.rc1)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  jwt (~> 1.0, >= 1.5.2)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
data/README.md CHANGED
@@ -38,7 +38,7 @@ This open-source SDK is provided for cases where you would like to make addition
38
38
  This client has the following external dependencies:
39
39
 
40
40
  - Jwt>=1.5.2
41
- - Json>=1.8.3
41
+ - Json>=2.1.0
42
42
  - Typhoeus>=1.0.1
43
43
 
44
44
  ## Code Examples
Binary file
@@ -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 = "3.0.0.rc1"
13
+ VERSION = "3.0.0"
14
14
  end
Binary file
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- docusign_esign (3.0.0)
4
+ docusign_esign (3.0.0.rc1)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  jwt (~> 1.0, >= 1.5.2)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
@@ -0,0 +1,27 @@
1
+ -----BEGIN RSA PRIVATE KEY-----
2
+ MIIEogIBAAKCAQEAq1yUzw3owo+yIuBntG4EFPEaeJqemjdnIKu4JJB8Vm5LJRaX
3
+ 68smh+pz2K0GtfqB3fiIaguw3NsVZ8v+carfxzoX58jeiITi6NDXK6i3Q+9tyCJp
4
+ rxcmTlyPIh1o+R9BaZAn7Uc0OIkkconrncRlDAjgRusBs79izJIqMHE+YG5uSCG+
5
+ TLDP+LtzzPK8A4rRB+/lDKoXM+O905KBSEJyZ2xGZOHY4SEWKH5vjA50syy6oGpM
6
+ Hpcpx4rrvRLfcmJDcSHvY1WT3GaPAOXnSoGzUDnwiOPdS1rcznH2nwrw+kPWxHwj
7
+ sE2O/jvELduVl8H/PPsW1wtyjnEt7B7Q9wrWcwIDAQABAoIBAAMpoHW5BJg+7Gm5
8
+ TZk1Wg4RKARhI32u3/KTi/PhVoKohPu4cvYBTVyL3z9WsJCvGkw3/W8yzcVtLnyN
9
+ uf90hJ0tA8RVBZbsXGWX/0GxwRxku3IGVm790rfDYwVp9nlobe7TsSOeZ6sO6jyw
10
+ h1kp3EiggqS9fgFIhbLgtmEnbm0VBfA/+8UNZQxJxzw0uZCVojEoFtbxyv3inHSu
11
+ clKGs3sDQ1RA2PDE3xyOR51a4RLAWuavQC1TdydS/QEnCmxJnZ1eQY+bjt+GnHOO
12
+ OPzgCKHu1TdJyPT57kU7FXMEkuuj5aG1i/UtZSNH+L386y6nPmo7b/mXyFgMil7r
13
+ lNaT81ECgYEA7/b0uotZEm3Gz1OwNYmQS8gNxAq1WtW225RCBxiEV+S7xslueCiG
14
+ nATBidwMI/8XbN8KvbmU2TNnndcsUNt9ta8ufX0GXQ0pjEXNL3ZfTKoZF0e/Bn3W
15
+ BqSV1YBlpE7B81M79mSVYbMScfzxCVjaU53JRDzYUYxPQNV+iMkYk8kCgYEAttAK
16
+ 2ZKPozlWTP6GO1v3ekm+QwUftvJ43XyZ59Pzhegjm2hkIEbUuIPCVfuQIVCvfPIB
17
+ yAoTC+9i4rAPmCvYXoGYAx8l5YuwfiUh8ajTavzgrCk9u9/xOH2ypIxRnHzpe99t
18
+ V+kLEEuW+uLcN9+D10bP04qTHo+DIGh9Muj23lsCgYAkXqy2/VnRtju0vr1tT91D
19
+ 7x1PAkR8cPnXDAB57NhaLfvb5DnPEm1chkgDKgvZBNe7E48gNFmAFg91V+CKnMnP
20
+ 2K5WLLXjMpSCgy3XLLzC9OD6q1AjnrzqotVm16AQKDOzOoFTFemiNi7sgebSgNoO
21
+ ZFLV+dbbfUWh0Pntp3UHKQKBgF1/9DypUBusZK5Gc4MCm4WJF+2RPlJEm3q0ksbW
22
+ SbQQMb33W1aCw6OHiCqP2nyfltGxuSWFuY4eJpZIdAFhU22qnIPkN266zk8GUOEX
23
+ duI+ae7DvRZNCEPbTjYIqmj+HjDD6lnPEGCKOLMiun09LWI6jmrkcjBsOCWoK3iR
24
+ XEoHAoGAOSXO1kM6p0MZEhKxrVunF6HpW8aHRjcdcjjJJRFgap3hxCT1OZ9YB+SD
25
+ Prn+cjFJ7WSMrHpIRt56FZGUUgmp+97WqYsIuAJx56ETKdAVx6C7RuEtbJoqdTER
26
+ hS4vaGq+EWmjVc/pSMbBzZ99lpIEbyYBk2jD3GpCWgSd9CDrxGY=
27
+ -----END RSA PRIVATE KEY-----
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: 3.0.0.rc1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - DocuSign
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-01 00:00:00.000000000 Z
11
+ date: 2019-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -265,7 +265,7 @@ files:
265
265
  - LICENSE
266
266
  - README.md
267
267
  - Rakefile
268
- - docusign_esign-3.0.0.gem
268
+ - docusign_esign-2.1.0.gem
269
269
  - docusign_esign.gemspec
270
270
  - git_push.sh
271
271
  - lib/docusign_esign.rb
@@ -727,7 +727,7 @@ files:
727
727
  - tests/Gemfile
728
728
  - tests/Gemfile.lock
729
729
  - tests/docs/Test.pdf
730
- - tests/spec/.DS_Store
730
+ - tests/docs/private.pem
731
731
  - tests/spec/unit_tests_using_jwt_spec.rb
732
732
  homepage: https://github.com/docusign/docusign-ruby-client
733
733
  licenses:
@@ -744,9 +744,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
744
744
  version: '1.9'
745
745
  required_rubygems_version: !ruby/object:Gem::Requirement
746
746
  requirements:
747
- - - ">"
747
+ - - ">="
748
748
  - !ruby/object:Gem::Version
749
- version: 1.3.1
749
+ version: '0'
750
750
  requirements: []
751
751
  rubyforge_project:
752
752
  rubygems_version: 2.5.2.3
Binary file
Binary file