sandthorn 0.9.0 → 0.9.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
  SHA1:
3
- metadata.gz: 738faf44676674ac1da5b4591cfa857fa39196d2
4
- data.tar.gz: b908878bd176b73a8a7aa5bf42173af2b28cbe79
3
+ metadata.gz: 6a0905a8e583c0c46aa86f5db5b1d9415afa991e
4
+ data.tar.gz: 56ea78db0b5c871b8e807bbd53a6ae321db983cd
5
5
  SHA512:
6
- metadata.gz: 6e8d654e0dad2df6b94227088dfdebabdebdd5ca3eebfd68dfbffc29a9d0d437d5b8edcddc2ef1d90e036bc9a2170cf3749df6b0c206535dfcea132b20e631b7
7
- data.tar.gz: f35b3ccf742865f59a910475423e78c778b9db9c6ee4d976b22de9dd426040379a59d89b8f816b33245685da9124b3285d32467ebffabcf8ae95fca3bf5e442c
6
+ metadata.gz: a16f549f541a59451de1504b9c985fa629033010b77bfb3a8347a5d8b18afb9fc2c7a2ac89229eb9b86444b89fcec67d955de8453f91bceb79b98400b5fc1545
7
+ data.tar.gz: 1540e391ae9dd007d33ef442d40984435f70746847d61a6b7f972ddde18f919d862bc589c9b381905b3ca77859f4cdabc1e6cd09fae294515396f9854e14bbe5
data/lib/sandthorn.rb CHANGED
@@ -167,6 +167,10 @@ module Sandthorn
167
167
  snapshot_deserializer.call(data)
168
168
  end
169
169
 
170
+ def map_types= data
171
+ @event_stores.map_types data
172
+ end
173
+
170
174
 
171
175
  alias_method :event_stores=, :event_store=
172
176
  end
@@ -1,3 +1,3 @@
1
1
  module Sandthorn
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
@@ -60,4 +60,13 @@ describe Sandthorn do
60
60
  end
61
61
  end
62
62
  end
63
+
64
+ describe "::configure" do
65
+
66
+ it "should respond_to map_types=" do
67
+ Sandthorn.configure do |conf|
68
+ expect(conf).to respond_to(:map_types=)
69
+ end
70
+ end
71
+ end
63
72
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sandthorn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lars Krantz