docusign_admin 2.0.0.rc2 → 2.0.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 +6 -0
- data/lib/docusign_admin/client/api_client.rb +1 -1
- data/lib/docusign_admin/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1198310192f223426108ff0a3ac9e1c0e539d9e92df4fb17fdccfb6329a7d84c
|
4
|
+
data.tar.gz: ed86861430f63215d88066602161809eaf13ee7b907130fce582a9b77f60b85b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b1a8ccbc067a4b418d96285e1661b4e569fd00bc71c2dfb0b7596f32436c06c201338a24cdf95e637a3921fb40a435349606b270bbe026db5921b575d3bc423
|
7
|
+
data.tar.gz: 2e2b9e804802a63d36993eb5b6d34bcd0e6b5f74b85b8e543f5fa6c74075417fa2b8320564d32e99290f60358180235d0605bb7902f008ddc6cf4210bd324897
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## [v2.0.0] - Admin API v2.1-1.4.1 - 2024-10-28
|
2
|
+
### Changed
|
3
|
+
- Added support for version v2.1-1.4.1 of the DocuSign Admin API.
|
4
|
+
- Removed the staging base path and OAuth path constant.
|
5
|
+
- Updated the SDK release version.
|
6
|
+
|
1
7
|
## [v2.0.0.rc2] - Admin API v2.1-1.4.1 - 2024-10-22
|
2
8
|
### Changed
|
3
9
|
- Added support for version v2.1-1.4.1 of the DocuSign Admin API.
|
@@ -35,7 +35,7 @@ module DocuSign_Admin
|
|
35
35
|
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
36
36
|
def initialize(config = Configuration.default)
|
37
37
|
@config = config
|
38
|
-
@user_agent = "Swagger-Codegen/v2.1/2.0.0
|
38
|
+
@user_agent = "Swagger-Codegen/v2.1/2.0.0/ruby-#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}"
|
39
39
|
@default_headers = {
|
40
40
|
'Content-Type' => "application/json",
|
41
41
|
'User-Agent' => @user_agent
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: docusign_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0
|
4
|
+
version: 2.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: 2024-10-
|
11
|
+
date: 2024-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jwt
|
@@ -462,9 +462,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
462
462
|
version: '1.9'
|
463
463
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
464
464
|
requirements:
|
465
|
-
- - "
|
465
|
+
- - ">="
|
466
466
|
- !ruby/object:Gem::Version
|
467
|
-
version:
|
467
|
+
version: '0'
|
468
468
|
requirements: []
|
469
469
|
rubyforge_project:
|
470
470
|
rubygems_version: 2.7.6
|