key_vortex-contract 0.2.3 → 0.2.4

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: 543e93a3027dedfe80e8907b3532016d59d654cc9a0c88997b12229e5271c092
4
+ data.tar.gz: 0f37a24926f35974aa1c7f29e760abf1325f25c30a9379aa67a056d2134fd35d
5
5
  SHA512:
6
- metadata.gz: 47a50a6faf16acc302d0906ef7a98e43d349ac9bc7d31e3e9b553d0de18c5724777b4a4201af5f4ea4200d4ee9c75da79a957843d354ce3d13af2e6cebb22f17
7
- data.tar.gz: bf8a492b1a487ada9f53661b475c680b631e119dff158374ac387fce79351677df5b9bca8121fdcc1bd64512c43db3dd80e99683d87d23995448b420c3b37ee7
6
+ metadata.gz: 8f3ef0ca6c385fc527bba5215b4ff78a1dc29be0534d214b3596589f591e9180d4bddc30f86acd77d2f5f506bd96a874c85efbe623fbd8a126e43b2c531e78c5
7
+ data.tar.gz: 98cdf06193c38aef67c602a218d7bec104c2823d6f37cb37ce99825086d7047b9cb8f04ec0fc29984fa913f2b5c268a76bed27b9b7b55cc1ab0ba98cf6fb27f9
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.4)
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.4"
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.4
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