rails_event_store-rspec 0.36.0 → 0.37.0

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: dcc8ce3fc1e69e366aeb0151f14c2607976a3d4eb85c72cda265c503d4e09fa7
4
- data.tar.gz: d9bac666f74f1bacb4167afbe23a5a5005abe601d860bd487d652b27f1d3cc46
3
+ metadata.gz: 7690184d88bd21190310860c10edf46900c01a352ca8ed326cfd1f1da1ca0d15
4
+ data.tar.gz: 83a2884c50c006f9381fc666720f6713907d93a9feea062964497d5cebafc4ea
5
5
  SHA512:
6
- metadata.gz: 40c829e8e264c4f95e4ffb6807057e9c26001b0d1493a9a156806ad8c1369fbc85ac23ccd86e04464be00f84b5811c89efd3cd210834df394edc545b9d75fb48
7
- data.tar.gz: 21633ad67f65aed0136676101921c7e5edf105b60490bbaee1ecdbc0151839a3f4c10f4b5dfec704ec0410b1d405c1ca744d9b18e212b5f538559ef6efe65176
6
+ metadata.gz: 8c4acdf334debdee413c0c23b17365cdf58f51257efeaf551a6fcc36f8edbe43c84ee81e0e6ab62a5058a78e5b71a01b161155ab176b0d732d31b416d16c73a8
7
+ data.tar.gz: 2dab93a861b65f7c5fd3065d3817fcb98551ee6218e16e33ce7ebcdb3d26cc2facbf3cf42bb5c444d453872e499f0d35bbe982330b37cfb94cde64f181925fca
@@ -1,5 +1,5 @@
1
1
  module RailsEventStore
2
2
  module RSpec
3
- VERSION = "0.36.0"
3
+ VERSION = "0.37.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_event_store-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arkency
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-22 00:00:00.000000000 Z
11
+ date: 2019-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -33,7 +33,6 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - ".gitignore"
35
35
  - Gemfile
36
- - LICENSE
37
36
  - Makefile
38
37
  - README.md
39
38
  - bin/console
@@ -69,7 +68,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
68
  - !ruby/object:Gem::Version
70
69
  version: '0'
71
70
  requirements: []
72
- rubygems_version: 3.0.2
71
+ rubyforge_project:
72
+ rubygems_version: 2.7.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: RSpec matchers for RailsEventStore
data/LICENSE DELETED
@@ -1,22 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017-2018 Arkency
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
22
-