api_six_client 1.7.9 → 1.7.9.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: fd8e13dddd7089de8ee18571d08fda34f8eb0b0b7fb9536f36c08c97c28a6e11
4
- data.tar.gz: 5aee5b7709d412b66e02101f0c806141b5a2eb139af9b499d49dfeff327616f8
3
+ metadata.gz: 831a6eb3185420886a34a4b6656e43af0992fad2018aed006222291cf5f73f90
4
+ data.tar.gz: 75bffef1f57b6aa0ac9748e66387874c4faf3efa58fd1d1250b7ed1c86ab9857
5
5
  SHA512:
6
- metadata.gz: 27345421445d185a7967fb2725675c009e44dd91e06d1fdabc86e7866d559b11ae5e4ea9c383ff8dd6cb366ca29baae6ba50c7cc0f612fd2e7a8d33d1ed796b5
7
- data.tar.gz: 6b4927b77d30f378ce92929a3feb79d93e27b4078d34b9c41bcae8fad8995bd976abfee3303ea7e4cd4185a5da6a5ea1c55498cfa83980a84e392ba185f78fcc
6
+ metadata.gz: 373554c5f521ca82d59f04b2f89afe188623cb146e403281e028923b574c59529ccc3959dc69672ca1e596077838ce1e073cb247465dc9f19a83ea20987266e4
7
+ data.tar.gz: 591c5f762c6dd9546db7d60cbd6a411bfb5b4e459856c6a9a07dfe12b6f7aa2e444bd1aefd519c6f5a46d85eb6ecdccc410a99aafca5f57161f040cad45db2a3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.7.9)
4
+ api_six_client (1.7.9.1)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -41,6 +41,9 @@ module ApiSixClient
41
41
  end
42
42
 
43
43
  def intranet_connection?
44
+ # TODO: remove rows after Hetzner migration
45
+ return false # Temporary disable intranet connection
46
+
44
47
  current_env = ENV['RAILS_ENV'] || (defined?(Rails) && Rails.env)
45
48
  return false if current_env == 'development'
46
49
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.7.9"
4
+ VERSION = "1.7.9.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_six_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.9
4
+ version: 1.7.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Dobrorodnov
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-11-24 00:00:00.000000000 Z
11
+ date: 2026-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -55,7 +55,7 @@ metadata:
55
55
  homepage_uri: https://github.com/lytics-as/api-six-client
56
56
  source_code_uri: https://github.com/lytics-as/api-six-client
57
57
  changelog_uri: https://github.com/lytics-as/api-six-client/releases
58
- post_install_message:
58
+ post_install_message:
59
59
  rdoc_options: []
60
60
  require_paths:
61
61
  - lib
@@ -70,8 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.3.26
74
- signing_key:
73
+ rubygems_version: 3.4.10
74
+ signing_key:
75
75
  specification_version: 4
76
76
  summary: Lytics ApiSix client
77
77
  test_files: []