ethon-impersonate 0.17.5-arm64-darwin-24 → 0.17.6-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: e1802b93f748dc9e0ab98353bb1db237b5df2f4cb93ba4a11b93c8153ca176da
4
- data.tar.gz: 566e1fc66957382109c922f9728f995aa8c1a28017c9108d46b379b6adf79c53
3
+ metadata.gz: 0d058e08d3a485b9373484fb5a23efa5cdd76e3267db632d0e5c874cd8b92b3b
4
+ data.tar.gz: 694549d7e6a14122d88476d1b9f262d4c62d9018ec1ff8ac4314b579d258c01c
5
5
  SHA512:
6
- metadata.gz: 203f55dc96a35e238cb68bfb2d4b6165860642f746c7e18dcce1c8c0e280e4c68c3bd63111c2f4b0bc7fd7f6bd0a5cd2ccf0681487d65763d844e8f80fb42413
7
- data.tar.gz: 5c17cd73f991e60813d545a75cafd29f18d907c959e38cfa2bed97e839ded8bf57aa573223667b3de05e308acc90947c8046a0cf6fbf7d18d739ab757026050f
6
+ metadata.gz: 6c948cc7459a8fcdeaf780cb91286f831871750f659226bba75653488cb47adad5f9cf96efda8bb91b3b189bb33cc440bfb7933a9d9ed5f6f2a0d3809d822942
7
+ data.tar.gz: 8239fa0df7b5b08aa3c98049ec4a700923a1e22d1036b9d0d09a1c0e0bf2b1114f527256736ef75ab73b8822042a274994b277037cef8ef2a81ff633e6518a62
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
  s.add_dependency("ffi", ["~> 1.15"])
22
22
 
23
23
  s.files = Dir.chdir(__dir__) do
24
- `git ls-files -z`.split("\x0") + Dir.glob("ext/**/*")
24
+ `git ls-files -z`.split("\x0")
25
25
  end.reject { |file| file.start_with?(*%w[. Gemfile Guardfile Rakefile profile spec scripts]) || file.end_with?(".gitignore") }
26
26
 
27
27
  s.require_path = "lib"
Binary file
@@ -2,5 +2,5 @@
2
2
  module EthonImpersonate
3
3
 
4
4
  # EthonImpersonate version.
5
- VERSION = "0.17.5"
5
+ VERSION = "0.17.6"
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.5
4
+ version: 0.17.6
5
5
  platform: arm64-darwin-24
6
6
  authors:
7
7
  - David Sojevic
@@ -37,6 +37,7 @@ files:
37
37
  - README.md
38
38
  - config/puma.rb
39
39
  - ethon-impersonate.gemspec
40
+ - ext/libcurl-impersonate.4.dylib
40
41
  - lib/ethon-impersonate.rb
41
42
  - lib/ethon/impersonate.rb
42
43
  - lib/ethon_impersonate.rb