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 +4 -4
- data/CHANGELOG.md +1 -1
- data/README.md +7 -5
- data/docusign_esign-2.5.0.rc1.gem +0 -0
- data/docusign_esign-3.4.0.rc1.gem +0 -0
- data/lib/docusign_esign/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3de5916dc1403551ae02d000baaecc629a6ffd2a4a0738b68fecd334c2c70c81
|
4
|
+
data.tar.gz: 68660f9ecbbce7766bdaa0ee779a925d8cadca29481e3e2a81c556b20ce09615
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b1cbc46d63905d59e8b3caf46a50f43bfbf6a6c74bacbbf4b999de1a93cdfcbfbd1407beb2be862d36f54b911a425a206ce67fdc26d9e40301d742101fdaaaa
|
7
|
+
data.tar.gz: 32ee23469e4608d864b113b74f3eea417322eaee48bae022acc7ec9c4693850832c139e34e3f04ed1ce86539a8d20e143102432247d5be5c1038b3e075a1cee3
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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/
|
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)
|
Binary file
|
Binary file
|
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
|
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-
|
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:
|
758
|
+
version: '0'
|
757
759
|
requirements: []
|
758
760
|
rubygems_version: 3.0.3
|
759
761
|
signing_key:
|