stackone_hris_client 1.3.0 → 1.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd0114d0ac370241598829a838c46bfddb6ccec8b4a03f3a3daa03241df32410
4
- data.tar.gz: cf4c1f56e1b9ed94b542fc649ce6dd60f37b5a21d1234d3fcde08bc96e4729ad
3
+ metadata.gz: 1f1bac9ffe1525736d5a4ee2b28ee7e86cc2dd02bad121ecca41aa0ab4e63626
4
+ data.tar.gz: feabaa81170c42b918e0b38779adc0c3f7880fdd6986af237b3a7b71c553c0d6
5
5
  SHA512:
6
- metadata.gz: cd9b24135b34572c928be4254ab41a8f2e49b371928049b628d3e1d833e1805964da9d767a480d07c6029c49c10f3ce097cc194762a007f5db913d5002ea451a
7
- data.tar.gz: 27f5caeec05e7216f9ca0b31c3c9b09e76d88878c3660cd3c33703cdf2acf663558c7a6ba9829e0ac910b639cb751462c1c88318317a51d088b316d9d9556a90
6
+ metadata.gz: ddc9ed201b396bdd1bece98c4a182ce9fa922c613a5559b6e708d15ad271238ae40c8713b29ce8913ce712fb3b9caf5942423ad264b3587dc44fd02a28204117
7
+ data.tar.gz: 1e21f2116a2d4808dd455e3b9ea6759c3c12b79a86a6dfede62b10cda78b2927e15c58ba9c893d80dc4f275812ea994522fe64f0455e702770af37ce508a4a23
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stackone_hris_client (1.3.0)
4
+ stackone_hris_client (1.3.1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -7,7 +7,7 @@ The documentation for the StackOne Unified API - HRIS
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 1.3.0
10
+ - Package version: 1.3.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build stackone_hris_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./stackone_hris_client-1.3.0.gem
26
+ gem install ./stackone_hris_client-1.3.1.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./stackone_hris_client-1.3.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./stackone_hris_client-1.3.1.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'stackone_hris_client', '~> 1.3.0'
35
+ gem 'stackone_hris_client', '~> 1.3.1'
36
36
 
37
37
  ### Install from Git
38
38
 
data/gem-config.yml CHANGED
@@ -10,5 +10,5 @@ additionalProperties:
10
10
  gemName: "stackone_hris_client"
11
11
  gemRequiredRubyVersion: ">= 2.7"
12
12
  gemSummary: "StackOne HRIS client gem"
13
- gemVersion: "1.3.0"
13
+ gemVersion: "1.3.1"
14
14
  library: "typhoeus"
@@ -186,9 +186,9 @@ module StackOneHRIS
186
186
  @inject_format = false
187
187
  @force_ending_format = false
188
188
 
189
- @max_retries = 5
190
- @initial_backoff_seconds = 1
191
- @max_backoff_seconds = 60
189
+ @max_retries = 20
190
+ @initial_backoff_seconds = 30
191
+ @max_backoff_seconds = 180
192
192
  @retry_status_codes = [429]
193
193
 
194
194
  @logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT)
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.5.0
11
11
  =end
12
12
 
13
13
  module StackOneHRIS
14
- VERSION = '1.3.0'
14
+ VERSION = '1.3.1'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackone_hris_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - StackOne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-20 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus