sbmt-pact 0.12.0 → 0.12.1

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: 4e25420695b0554f5f33b616489005f728e0181586e0406da057fbd50bed1d06
4
- data.tar.gz: 84972279401ef1a085806fc7e19a678bdd9b919edb306050c8c0432cf60c1cb3
3
+ metadata.gz: 2d2f7a0d693f68b4017b8f52d58d7779d82fd1e2a7fcd0bd2d3fd342f3398d95
4
+ data.tar.gz: b54b9b4b68845e1d9f6f7628dce6d449f865c59114a96d6b70235ca709f95c0a
5
5
  SHA512:
6
- metadata.gz: aa7672e3b37b7ed48827fca27ce7eb433318a1bc03e1ad9d41b00fde572d718d2989ab57ae90c298bbab991b0277565d5bc23ddb2862d1a762268256357e3f50
7
- data.tar.gz: 1e3ae269dd85853864be55b2131556c09f16f61d81b8308a9b112a86d2ad834e3bf159bf80d3ac34b868a8d9dc232f5601fb18ccd18e724cb1535b0f4440d713
6
+ metadata.gz: 5c41bbf30fde0c2724a92546aa8a8cf47f12a1f30ed55fcf4d9c2fb1e0137b6bd03c93c7aeddf351c612b0e8c9ed151c4844bb71e0a6bb83c1452d2b6d7c33ae
7
+ data.tar.gz: 3715a3465aac49d5c10626971665f125eddf7adcbd0c34a69120952dff388cada70d2a41ca885df8cddcd17b980801aea154d72449977abe052eed78d3af2eeb
data/CHANGELOG.md CHANGED
@@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
 
16
16
  ### Fixed
17
17
 
18
+ ## [0.12.1] - 2024-12-12
19
+
20
+ ### Changed
21
+ - replaced localhost to 127.0.0.1 for provider tests
22
+
23
+ ## [0.12.0] - 2024-09-11
24
+
25
+ # Changed
26
+ - remove internal deps
27
+
18
28
  ## [0.11.1] - 2024-08-22
19
29
 
20
30
  ### Fixed
@@ -12,6 +12,8 @@ module Sbmt
12
12
  CONTENT_TYPE = "application/protobuf"
13
13
  GRPC_CONTENT_TYPE = "application/grpc"
14
14
  PROTOBUF_PLUGIN_NAME = "protobuf"
15
+
16
+ # see .gitlab-ci.yml before changing plugin version
15
17
  PROTOBUF_PLUGIN_VERSION = "0.4.0"
16
18
 
17
19
  class PluginInitError < Sbmt::Pact::FfiError; end
@@ -12,7 +12,7 @@ module Sbmt
12
12
 
13
13
  @server_pid = nil
14
14
 
15
- @host = @options[:host] || "localhost"
15
+ @host = @options[:host] || "127.0.0.1"
16
16
  @logger = @options[:logger] || ::Logger.new($stdout)
17
17
  end
18
18
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sbmt
4
4
  module Pact
5
- VERSION = "0.12.0"
5
+ VERSION = "0.12.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbmt-pact
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kuper Ruby Platform Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: zeitwerk
@@ -454,7 +454,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
454
454
  - !ruby/object:Gem::Version
455
455
  version: '0'
456
456
  requirements: []
457
- rubygems_version: 3.5.18
457
+ rubygems_version: 3.5.3
458
458
  signing_key:
459
459
  specification_version: 4
460
460
  summary: Ruby gem for simplified Pact testing between microservices, supporting the