pact-ffi 0.4.22.1-x64-mingw-ucrt → 0.4.22.2-x64-mingw-ucrt

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: '096b91012f086d667e5c9a93f99230fe12ecd814c3cfac6688684023bf25cfce'
4
- data.tar.gz: 9cd14c61fcd140f046da63cd8fa11eb91bcfc74e0dc511c5d95357ceb1a35a93
3
+ metadata.gz: 4b911100d6c7e3f55559b8f7d83dd081be6506d290a6a5cedda7f9fc56782af5
4
+ data.tar.gz: 2fe4b533a02c1848dfdc6e4a4048466d1ce5ae1aa1ae15485553ce1aeb47fd81
5
5
  SHA512:
6
- metadata.gz: 8cd0a7a96b200f633f4e7886c4a74955168a31ce55c04d02d1e9a2118f36fe05d7607b4d6af4043756ed63bca6ec60364f371f432e82c7cb92d97fc3b0f36460
7
- data.tar.gz: 1511f43500c8060a837e71ddf77f10cf75d316512a1f706d815c6f3cdf506abc4d3e2e95f9a6aa146cf694664a8d9758b4346904935f2feed86bfa838bd46e95
6
+ metadata.gz: 8cb02df3936818c56e68bf36a853382faf4f82e0e0284bca209833103b8c989d739a245b5cf29b7640aa5d1a02da70038d384679e414acd5872f9dff0a09f1f3
7
+ data.tar.gz: 91afad5d421437b8a6ef94b68bd573061cab734a168b4921fdc5ebcf08b6ef526b12e1be662fafef78af79ef453c3aeee549edaa31c1cdd0a06bcf0faa702c7a
@@ -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: x64-mingw-ucrt
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