pact-ffi 0.4.22.1-aarch64-linux-musl → 0.4.22.2-aarch64-linux-musl

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28f547d98682d1270009331a193aa5b8278130bb2e830f185ca5e28925947096
4
- data.tar.gz: b49e93ab3b35b3fe33e24bce1dfdafe7f45bc8342d01bcb010d2cf049fc8ffc4
3
+ metadata.gz: fcd13fc3acdc26a71ef0644e31886c7b8e91a86b20e31c94cd5d295b9223f48f
4
+ data.tar.gz: 1c2e3778ab3e05974132180afd4dea06c820cde5aa0dd4c6e282cab780dd0d81
5
5
  SHA512:
6
- metadata.gz: 006efde9f404164597830e05524703050085e12655801fc457b9f274423ad3eafff67cf2a884ef51e209152b0adfa60afb1cbceb4ceb31266ccad8ff042e24db
7
- data.tar.gz: 5ac075126cea2f6801c4287bf184e93890b1f4559dc792006bd9236d4c8ff4a8c50148ca685d2d1879ad8815cb2c4a21d2a963242cce071b33582c084a86a3b2
6
+ metadata.gz: dc6a90dd454b2828879e2519296d645f6aa2d56eefd3ebfaeb309fcdb646d7397e2828258d6bab82a17c8ac121439c30a12e4c33ed0cca6f6380c876696c25f8
7
+ data.tar.gz: 7cc02a28c0d0d9254439906160b62ad20fd9da92451ce576e568e233c82156f7ca40681b7dd81f1b026526ee178bf7645d5c78051f820bc30108c3dcec7a5b74
@@ -32,8 +32,8 @@ module PactFfi
32
32
  'RESULT_FAILED' => 1,
33
33
  ]
34
34
 
35
- attach_function :using_plugin, :pactffi_using_plugin, %i[pointer string string], :uint32_type
36
- attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[pointer], :void
35
+ attach_function :using_plugin, :pactffi_using_plugin, %i[uint16 string string], :uint32_type
36
+ attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[uint16], :void
37
37
  attach_function :interaction_contents, :pactffi_interaction_contents, %i[uint32_type int32 string string],
38
38
  :uint32_type
39
39
  end
@@ -1,5 +1,5 @@
1
1
  module Pact
2
2
  module Version
3
- VERSION = '0.4.22.1'
3
+ VERSION = '0.4.22.2'
4
4
  end
5
5
  end
data/lib/pact/ffi.rb CHANGED
@@ -415,8 +415,8 @@ module PactFfi
415
415
  attach_function :verifier_logs_for_provider, :pactffi_verifier_logs_for_provider, %i[string], :string
416
416
  attach_function :verifier_output, :pactffi_verifier_output, %i[pointer uint8], :string
417
417
  attach_function :verifier_json, :pactffi_verifier_json, %i[pointer], :string
418
- attach_function :using_plugin, :pactffi_using_plugin, %i[pointer string string], :uint32_type
419
- attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[pointer], :void
418
+ attach_function :using_plugin, :pactffi_using_plugin, %i[uint16 string string], :uint32_type
419
+ attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[uint16], :void
420
420
  attach_function :interaction_contents, :pactffi_interaction_contents, %i[uint32_type int32 string string],
421
421
  :uint32_type
422
422
  attach_function :matches_string_value, :pactffi_matches_string_value, %i[pointer string string uint8], :string
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pact-ffi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.22.1
4
+ version: 0.4.22.2
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Yousaf Nabi
@@ -56,16 +56,16 @@ dependencies:
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '10.0'
61
+ version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '10.0'
68
+ version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement