pact-ffi 0.4.22.1-x86_64-linux → 0.4.22.2-x86_64-linux

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: '086ea539112088fbf482a223913587227e0214ba54cecc13001f3f3cbc5a05f6'
4
- data.tar.gz: 40b87e147e5307771a0ea885148f7b1ae9721d95e6d7c51d8a0023346b28dbf1
3
+ metadata.gz: eadc1ddd634d6192733f78b898da59fc5e8680d2a880bcca6901daac18f90711
4
+ data.tar.gz: 3cfb9846ad047a1b3c4a766705cf94e5fbd2fdd74893cae6c5d7c6ec9e33508d
5
5
  SHA512:
6
- metadata.gz: 62b7584d0c29f68b96831954e292816a4bcdc121b57d0668feeff2531c8a98231da75958e29d71dce212df73914739819b4195c0979ee953d6edc0af5f343526
7
- data.tar.gz: 4072e69d7a208f66a22222fd9ce92fa65ae743e3d30db2aad6c98ee93700648ad336f83229bc61636cb049e85e6a58684957b49af040413f01bcb2ab4e8f5329
6
+ metadata.gz: 4e83cfcbed775d1f02e6e829ab2510987a3d19648512a5b1a6ea5c0206b550396b82725b31503dfd42b38695a8a2e3ed5e58d726a73deaf587d741426d81be14
7
+ data.tar.gz: 368d5fda788f114de05497c2e2bf9988b157a724cf4c3bc0c2993f7ae5bb4fcc10b69c0e8271cdde25ba99de07ce14dc409513d8384a377e3956a218f9815fc8
@@ -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
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