key_vortex-contract 0.2.3 → 0.2.3.1

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: 95334ae02aa19de56dbbc6ff95bd3f3ac67d0ec485233e8c095a8ffdef9f8e66
4
- data.tar.gz: f66f64cf6c98f39188760cc991bfbb6d3980e47b3dda547a2074921ce778a625
3
+ metadata.gz: 1425cfa9fb0dd13f0c41914ee3ebd9a16f429805570a7cfe13f2a0fddff38a5b
4
+ data.tar.gz: d27a7b1a7c988c3f1e71381bab706411a392b6e663dec03c0d4ed6acd2e9e32b
5
5
  SHA512:
6
- metadata.gz: 47a50a6faf16acc302d0906ef7a98e43d349ac9bc7d31e3e9b553d0de18c5724777b4a4201af5f4ea4200d4ee9c75da79a957843d354ce3d13af2e6cebb22f17
7
- data.tar.gz: bf8a492b1a487ada9f53661b475c680b631e119dff158374ac387fce79351677df5b9bca8121fdcc1bd64512c43db3dd80e99683d87d23995448b420c3b37ee7
6
+ metadata.gz: bce4ab04bd0f89fc845c9ddf0b83a77235601befe00e68f0f6baccc615a1b7128cf50d43b00885476e32d2f5dad42aed71869397694780e7d4af1bb050ca8fac
7
+ data.tar.gz: 881e594ebbcd04019c8fa3fc905aefb05f95860befab252f5d9c9971e4d42ff29371280ccf4ce931f5281f6282a1f69c1f0314be2e2c62619786934cf5d4bfd7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- key_vortex-contract (0.2.3)
4
+ key_vortex-contract (0.2.3.1)
5
5
  rantly (~> 2.0.0)
6
6
  rspec (~> 3.0)
7
7
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module KeyVortex
4
4
  module Contract
5
- VERSION = "0.2.3"
5
+ VERSION = "0.2.3.1"
6
6
  end
7
7
  end
@@ -13,7 +13,7 @@ end
13
13
 
14
14
  require "rantly/rspec_extensions"
15
15
 
16
- RSpec.shared_context "an adapter" do
16
+ RSpec.shared_context "an adapter" do |build_args = {}|
17
17
  around(:each) do |s|
18
18
  property_of { string }.check(100) do |sample|
19
19
  @sample = sample
@@ -43,7 +43,7 @@ RSpec.shared_context "an adapter" do
43
43
  end
44
44
 
45
45
  it "registers a symbol on KeyVortex" do
46
- vortex = KeyVortex.vortex(described_class.symbol, SampleRecord)
46
+ vortex = KeyVortex.vortex(described_class.symbol, SampleRecord, **build_args)
47
47
  expect(vortex.adapter).to be_a(described_class)
48
48
  end
49
49
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: key_vortex-contract
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lambda Null
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-13 00:00:00.000000000 Z
11
+ date: 2023-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rantly