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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/api_six_client/base_int.rb +3 -0
- data/lib/api_six_client/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 831a6eb3185420886a34a4b6656e43af0992fad2018aed006222291cf5f73f90
|
|
4
|
+
data.tar.gz: 75bffef1f57b6aa0ac9748e66387874c4faf3efa58fd1d1250b7ed1c86ab9857
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 373554c5f521ca82d59f04b2f89afe188623cb146e403281e028923b574c59529ccc3959dc69672ca1e596077838ce1e073cb247465dc9f19a83ea20987266e4
|
|
7
|
+
data.tar.gz: 591c5f762c6dd9546db7d60cbd6a411bfb5b4e459856c6a9a07dfe12b6f7aa2e444bd1aefd519c6f5a46d85eb6ecdccc410a99aafca5f57161f040cad45db2a3
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
|
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:
|
|
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.
|
|
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: []
|