api_six_client 1.4.1 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8e10d7503fb742733e432ca07b4a6b8ad0160d8a4769c6c01f3dee86c785792
4
- data.tar.gz: b17c9d7b627d362c38ab9b3ee5e75791babf6eadbcd76a182fce829a69287653
3
+ metadata.gz: 28b568faf89361262fd76898edc829c954b923ab96b1f4cb6303bc45f5122c1f
4
+ data.tar.gz: cd6d0d1d276a194134049236e15c2898959662064f5909993a2fee11d5ba6f47
5
5
  SHA512:
6
- metadata.gz: 103f28b0379d6ea937397b05f1967a71717229311f887fc29b3ca0bedb15b1288e83fb7b6494848f4cb59a67157b075a72be5bacac359760d41a6b6f56cd654c
7
- data.tar.gz: e8adaf830f4cea0b39bc2e6f87aa6891ce085679b2b03345c321b430b8f7932bb4c9b183d668cc2285426c9979d692f374934e2901c0221065c0bf45d246e68b
6
+ metadata.gz: 576f0835d861a675bbad4bcdf8c3eef65d32fb356886848f34a97b0e1c69b4bf2a72e2765b955affd6668a60d9eea9b1f4a60c4ecdbaf478c052cee9d027f29d
7
+ data.tar.gz: ddb84fb7357848ae73a6e9a040e7e8a8914bbd512ac5cf6f1fdece504f3fc85ca4f074a1cd568f0796f72ecdd8c6fb20bcfa6df16650401055cfef1a3fe89f77
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.4.1)
4
+ api_six_client (1.4.2)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.4.1"
4
+ VERSION = "1.4.2"
5
5
  end
@@ -5,6 +5,7 @@ require 'api_six_client/config'
5
5
  require 'api_six_client/base'
6
6
  require 'api_six_client/base_v2'
7
7
  require 'api_six_client/base_int'
8
+ require 'api_six_client/base_v2_int'
8
9
  require 'api_six_client/errors'
9
10
 
10
11
  module ApiSixClient
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_six_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Dobrorodnov