docusign_esign 3.4.0.rc1 → 3.4.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
  SHA256:
3
- metadata.gz: '0965575ce7a6de9d7307a9e2fd7e6d04a8258be249d30e5f69cb2c8ee7cb92a3'
4
- data.tar.gz: 72f1ef0eebf7a85436cf6362ab3c638dc0b860a8c7efffd3658ba1df1ad5a12d
3
+ metadata.gz: 3de5916dc1403551ae02d000baaecc629a6ffd2a4a0738b68fecd334c2c70c81
4
+ data.tar.gz: 68660f9ecbbce7766bdaa0ee779a925d8cadca29481e3e2a81c556b20ce09615
5
5
  SHA512:
6
- metadata.gz: aacf59edc8248055b4d1dfc03bca931a47275a61fada09aae8f3b94046bb90c7e1a16d4628af0f616447857ab4abee29cba5b6ff01f7e7cb48da7411519f26a2
7
- data.tar.gz: 3f56a1ba3b58bee3a30abcf5b0783006912f077bc66cafb85cf6ee299a05abfddac3586c1fa621d3b900191755215cd337c6d17e330a63373c8097bc9bd3601a
6
+ metadata.gz: 7b1cbc46d63905d59e8b3caf46a50f43bfbf6a6c74bacbbf4b999de1a93cdfcbfbd1407beb2be862d36f54b911a425a206ce67fdc26d9e40301d742101fdaaaa
7
+ data.tar.gz: 32ee23469e4608d864b113b74f3eea417322eaee48bae022acc7ec9c4693850832c139e34e3f04ed1ce86539a8d20e143102432247d5be5c1038b3e075a1cee3
@@ -3,7 +3,7 @@ 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.3.0] - eSignature API v2.1-20.1.00 - 2020-05-31
6
+ ## [v3.3.0] - eSignature API v2.1-20.1.02 - 2020-05-31
7
7
  ### Changed
8
8
  - Added support for version v2.1-20.1.02 of the DocuSign eSignature API.
9
9
  - Updated the SDK release version.
data/README.md CHANGED
@@ -45,7 +45,7 @@ This client has the following external dependencies:
45
45
 
46
46
  ### Launchers
47
47
 
48
- DocuSign provides a sample application referred to as a [Launcher](https://github.com/docusign/eg-03-ruby-auth-code-grant). The Launcher contains a set of 14 common use cases and associated source files. These examples use DocuSign's [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) flow.
48
+ DocuSign provides a sample application code referred to as a [Launcher](https://github.com/docusign/code-examples-ruby). The Launcher contains a set of 31 common use cases and associated source files. These examples use either DocuSign's [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) or [JSON Web Tokens (JWT)](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken) flows.
49
49
 
50
50
  ### Proof-of-concept applications
51
51
 
@@ -57,10 +57,6 @@ For details regarding which type of OAuth grant will work best for your DocuSign
57
57
 
58
58
  For security purposes, DocuSign recommends using the [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) flow.
59
59
 
60
- There are other use-case scenarios, such as **single-page applications** (SPA) that use **Cross-Origin Resource Sharing** (CORS), or where there may not be a user to interact with your Service Account. For these use cases, DocuSign also supports [JWT](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken) and [Implicit](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-implicit) grants. For code examples, see the links below:
61
-
62
- - [JWT (JSON Web Token)](https://github.com/docusign/eg-03-ruby-auth-code-grant)
63
- - Implicit Grant (coming soon)
64
60
 
65
61
  ## Support
66
62
 
@@ -76,3 +72,9 @@ The DocuSign Ruby Client is licensed under the [MIT License](https://github.com/
76
72
  [downloads-url]: https://rubygems.org/gems/docusign_esign
77
73
  [travis-image]: https://img.shields.io/travis/docusign/docusign-ruby-client.svg?style=flat
78
74
  [travis-url]: https://travis-ci.org/docusign/docusign-ruby-client
75
+
76
+ ### Additional Resources
77
+ * [DocuSign Developer Center](https://developers.docusign.com)
78
+ * [DocuSign API on Twitter](https://twitter.com/docusignapi)
79
+ * [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
80
+ * [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.13-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module DocuSign_eSign
14
- VERSION = '3.4.0.rc1'
14
+ VERSION = '3.4.0'
15
15
  end
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.4.0.rc1
4
+ version: 3.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - DocuSign
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-30 00:00:00.000000000 Z
11
+ date: 2020-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -265,6 +265,8 @@ files:
265
265
  - README.md
266
266
  - Rakefile
267
267
  - docusign_esign-2.4.0.gem
268
+ - docusign_esign-2.5.0.rc1.gem
269
+ - docusign_esign-3.4.0.rc1.gem
268
270
  - docusign_esign.gemspec
269
271
  - git_push.sh
270
272
  - lib/docusign_esign.rb
@@ -751,9 +753,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
751
753
  version: '1.9'
752
754
  required_rubygems_version: !ruby/object:Gem::Requirement
753
755
  requirements:
754
- - - ">"
756
+ - - ">="
755
757
  - !ruby/object:Gem::Version
756
- version: 1.3.1
758
+ version: '0'
757
759
  requirements: []
758
760
  rubygems_version: 3.0.3
759
761
  signing_key: