ethon-impersonate 0.17.3-arm64-darwin-24 → 0.17.4-arm64-darwin-24

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: 3a3f79a9adf6f63fe4bc22ebcb3de6dbc67373c65ff826393f0472f96ee080b2
4
- data.tar.gz: 922e6c6cc35a012ce5e4484b922924f4c4d9c3563c2e04f3578c85b583b4782f
3
+ metadata.gz: a67d556ed7d7d13ac871230c0317729907c229abb98fdaa7d23a5909e0df36a4
4
+ data.tar.gz: fc4dad1634d5260307e6559799dd3358a52a74fa80584b654314cc41c670c3ca
5
5
  SHA512:
6
- metadata.gz: e2247f2c3bae599100305aa14baa170b0bdd0472e48463f2b52e648009c69d2601578a9dbaeec65345a993a78fcc56aed762cea7f82ed30ebfd36e7e86b40dbb
7
- data.tar.gz: d353e4c0600383de771c87df4e9c6e11e8372f599bcd49b14352509053e2f3438facb96d33deb323cd6293eed002aa66fc5ca638207328ce9d6c604c9f391ba1
6
+ metadata.gz: a46b66d0d9f8918e28e40a01073053e1a42c5dc7f7ba720f99cd717415fe6f0319cda75e4012a7fb8a04a99b48308702745809427c1812563fe4d4b310c45be4
7
+ data.tar.gz: bfefd715da8ed3129950677e26a1c85dbc82b8df439baadb29653ddac71fd1e03a37013a97985e348e7eb6bd0a54c3920ad4c90aa1b27b92074c01a01815844e
@@ -8,12 +8,6 @@ module EthonImpersonate
8
8
  callback :progress_callback, [:pointer, :long_long, :long_long, :long_long, :long_long], :int
9
9
  ffi_lib_flags :now, :global
10
10
 
11
- ffi_lib [
12
- ENV['CURL_IMPERSONATE_PATH'],
13
- "libcurl-impersonate-chrome",
14
- "libcurl-impersonate-chrome.4.dylib",
15
- File.expand_path('../../../../ext/libcurl-impersonate-chrome', __FILE__),
16
- File.expand_path('../../../../ext/libcurl-impersonate-chrome.4.dylib', __FILE__),
17
- ]
11
+ ffi_lib EthonImpersonate::Impersonate::Settings.ffi_libs
18
12
  end
19
13
  end
@@ -2,5 +2,5 @@
2
2
  module EthonImpersonate
3
3
 
4
4
  # EthonImpersonate version.
5
- VERSION = "0.17.3"
5
+ VERSION = "0.17.4"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethon-impersonate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.3
4
+ version: 0.17.4
5
5
  platform: arm64-darwin-24
6
6
  authors:
7
7
  - David Sojevic