yousign_client 1.0.1 → 1.0.2

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: f7eb161ceaa2a054d68e72b56821a177ca90e8d1e5b3f87d99b8bdf6b6386837
4
- data.tar.gz: 0c56dfa1c0bd8f81b4b39ccd926bf8df2d2747482847eff4429f3d1984c94b75
3
+ metadata.gz: e16660254fa292e73ab7138661da874af4b3d859b79ea56a0d087fb8e646ff4b
4
+ data.tar.gz: c6e22f9d06dc4a7d6a51962bcb9d2ea6f9e966353cd6dbd6e29be2c001338fa9
5
5
  SHA512:
6
- metadata.gz: 602d911addb002795bf3808e35c1e5b20d3bc2dd9ab647998877e8517dec92dd65c59b02d0faff989a515255338487aef124589ffd9ecdc620d966442b44fd84
7
- data.tar.gz: 6ab147e53c7668d200e1481ab1a21c449681ea49fc4597176b8dcf010aad69c7e8bf793e628dc4eb7123a2b10883e7972548ac36e6a6d023c8a298ccc8b8a121
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.1
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.1.gem
26
+ gem install ./yousign_client-1.0.2.gem
27
27
  ```
28
- (for development, run `gem install --dev ./yousign_client-1.0.1.gem` to install the development dependencies)
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.1'
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/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
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/GIT_USER_ID/GIT_REPO_ID.git'
40
+ gem 'yousign_client', :git => 'https://github.com/cashbee-team/yousign_client.git'
41
41
 
42
42
  ### Include the Ruby code directly
43
43
 
@@ -7,5 +7,5 @@
7
7
  "gemHomepage": "https://github.com/cashbee-team/yousign_client",
8
8
  "moduleName": "YousignClient",
9
9
  "gemLicense": "Apache-2.0",
10
- "gemVersion": "1.0.1"
10
+ "gemVersion": "1.0.2"
11
11
  }
@@ -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] [default to 0]
13
+ **position** | **Integer** | | [optional]
14
14
 
15
15
 
@@ -124,8 +124,6 @@ module YousignClient
124
124
 
125
125
  if attributes.has_key?(:'position')
126
126
  self.position = attributes[:'position']
127
- else
128
- self.position = 0
129
127
  end
130
128
  end
131
129
 
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.14
11
11
  =end
12
12
 
13
13
  module YousignClient
14
- VERSION = '1.0.1'
14
+ VERSION = '1.0.2'
15
15
  end
@@ -2460,8 +2460,7 @@
2460
2460
  },
2461
2461
  "position" : {
2462
2462
  "type" : "integer",
2463
- "format" : "int32",
2464
- "default" : 0
2463
+ "format" : "int32"
2465
2464
  }
2466
2465
  },
2467
2466
  "x-restlet" : {
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.1
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-06-30 00:00:00.000000000 Z
11
+ date: 2020-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus