pact-ffi 0.4.22.1-x86_64-linux-musl → 0.4.22.2-x86_64-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: 21e2a1d0d38cca5d53274057249ecf6613dcb6d2dee8ec296626655696fddbde
4
- data.tar.gz: 0c76ab52a472855ef09575f78306f8ac19d256df9fe3c6a21d968e28b13ee2fb
3
+ metadata.gz: 0ea98dd147b040fdc35429da2618fc65d7536924b1ad294c38739e38fff1cb96
4
+ data.tar.gz: 6843ff53bad8d3467819b66a2ab8a9aab3b52e555acba700fbdcca163c2070e5
5
5
  SHA512:
6
- metadata.gz: aacf30b458303ebd399958f2097a62500d8cdee908287b1794f6e091e64eb5057ed452575cc6377fba82c9ae26a228553c5f897d573e9a6eaba6194d50f5b7cc
7
- data.tar.gz: 47ff1a3c8a4cc9a93cab7d7fcfaacbd4cfb391550606e8dbed0d9a5c837e31a1e1f7e81d4bd656622f5dd1eb48adacc882c9a8ecf7ad8e191ea803517af7be52
6
+ metadata.gz: 8e7d3c16fd10d6b0f0ff663e6663b0254cea5f4f373f648cbeaeaf4c311554dd042b82f4fabf5be9d5d8ec29f92d70bb0699a48bb19e97a543ba8275b900932a
7
+ data.tar.gz: e4aacf2958f5c4e7aea9a2da6c7166ad1c47173890b7779cbbfe3e078106cd23c40c8fbacd60a7cd9ff8343eb11fefac0b1d179822551eac47788034418b1d80
@@ -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: x86_64-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