yousign_client 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/config.json +1 -1
- data/docs/FileInput.md +1 -1
- data/lib/yousign_client/models/file_input.rb +0 -2
- data/lib/yousign_client/version.rb +1 -1
- data/yousign_openapi.json +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e16660254fa292e73ab7138661da874af4b3d859b79ea56a0d087fb8e646ff4b
|
|
4
|
+
data.tar.gz: c6e22f9d06dc4a7d6a51962bcb9d2ea6f9e966353cd6dbd6e29be2c001338fa9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3371d302c8ac87419e258a087cb3a009867ef6ad5b93706fbf1fae7084d4cd9254727930caa271e98f82027a68dde71ee6cece132a40d12b47ca27f3bc5318a7
|
|
7
|
+
data.tar.gz: db82d4849020eb97e4bb90fbeb7b353d54f44212de0c35593b6d5901ae823703bd86813617143236493d72b6c04c0d3d4b66c6e46f5a069313af4ca8facdc31e
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ For your information, the Yousign API documentation is available at https://dev.
|
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.1
|
|
10
|
-
- Package version: 1.0.
|
|
10
|
+
- Package version: 1.0.2
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,21 +23,21 @@ gem build yousign_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./yousign_client-1.0.
|
|
26
|
+
gem install ./yousign_client-1.0.2.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./yousign_client-1.0.
|
|
28
|
+
(for development, run `gem install --dev ./yousign_client-1.0.2.gem` to install the development dependencies)
|
|
29
29
|
|
|
30
30
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
31
31
|
|
|
32
32
|
Finally add this to the Gemfile:
|
|
33
33
|
|
|
34
|
-
gem 'yousign_client', '~> 1.0.
|
|
34
|
+
gem 'yousign_client', '~> 1.0.2'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
|
38
|
-
If the Ruby gem is hosted at a git repository: https://github.com/
|
|
38
|
+
If the Ruby gem is hosted at a git repository: https://github.com/cashbee-team/yousign_client, then add the following in the Gemfile:
|
|
39
39
|
|
|
40
|
-
gem 'yousign_client', :git => 'https://github.com/
|
|
40
|
+
gem 'yousign_client', :git => 'https://github.com/cashbee-team/yousign_client.git'
|
|
41
41
|
|
|
42
42
|
### Include the Ruby code directly
|
|
43
43
|
|
data/config.json
CHANGED
data/docs/FileInput.md
CHANGED
|
@@ -10,6 +10,6 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**metadata** | [**FileInputMetadata**](FileInputMetadata.md) | | [optional]
|
|
11
11
|
**content** | **String** | Content in base 64 of the file | [optional]
|
|
12
12
|
**procedure** | **String** | Id of the procedure | [optional]
|
|
13
|
-
**position** | **Integer** | | [optional]
|
|
13
|
+
**position** | **Integer** | | [optional]
|
|
14
14
|
|
|
15
15
|
|
data/yousign_openapi.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yousign_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Burgaud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-08-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|