rails_event_store 1.3.1 → 2.0.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: 16d83cb5cb45f3e9eb9597ac6af7ad8159afb6c893f119885ce5176252e935b1
4
- data.tar.gz: 624d2e6e2398b960513e0e3391ced52a05a9334e23395adacb74906c3fec6461
3
+ metadata.gz: 0eba2a0d1c1131e1527c79a56af8c49c9f70a22dcab62b0d9672610ab5ef3f83
4
+ data.tar.gz: 5a9995ee836d9de3ac018864c0bed6f604fa47ea91be8448fafd5a01cf700a27
5
5
  SHA512:
6
- metadata.gz: f2a91f244de5f5afba31f60a2cf347eb42924afab65f73fc2651247661d3f5467716396ffac0e882e7fc2429ddce3f8ce7e428927fd0270d3999953f7a0aee93
7
- data.tar.gz: 14ec0811e1270e03a91bfcfd0fbe48422190a88d5bf78b91ab23f5d75ba4ba031b69e9f6976c30bdf3ad87e7581842c0ed680b0060e9bcc6cec5240a9ce3d211
6
+ metadata.gz: be06d1c95facbd1193fb683cf3fc9361b5224d619e62dfd0e128f083311f556065372b0ebd4315478291028424959ddf10d190b69f0e0ea91fcb5d0b99e84305
7
+ data.tar.gz: e9e9795ca9c3ba37b393082fce2af4ad6f8f3a9ec730c9c6a74c3901b8f9cd5fec79584c1f41d4eaeb51d6cb768e6699decde53e6bfc35d9ee01dc3db47cec62
data/.mutant.yml ADDED
@@ -0,0 +1 @@
1
+ ../.mutant.yml
data/Gemfile CHANGED
@@ -2,22 +2,13 @@ source 'https://rubygems.org'
2
2
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
3
  gemspec
4
4
 
5
- eval_gemfile File.expand_path('../support/bundler/Gemfile.shared', __dir__)
5
+ eval_gemfile '../support/bundler/Gemfile.shared'
6
6
 
7
7
  gem 'ruby_event_store', path: '../ruby_event_store'
8
8
  gem 'ruby_event_store-browser', path: '../ruby_event_store-browser'
9
9
  gem 'rails_event_store_active_record', path: '../rails_event_store_active_record'
10
10
  gem 'aggregate_root', path: '../aggregate_root'
11
- gem 'bounded_context', path: '../bounded_context'
12
- gem 'protobuf_nested_struct'
13
11
  gem 'sidekiq'
14
12
  gem 'rack-test'
15
- gem 'google-protobuf', '~> 3.12.2', '>= 3.12.2'
16
- gem 'pry'
17
- gem 'rails', ENV['RAILS_VERSION']
18
-
19
- if Gem::Version.new(ENV['RAILS_VERSION']) >= Gem::Version.new('6.0.0')
20
- gem 'sqlite3', '1.4.2'
21
- else
22
- gem 'sqlite3', '1.3.13'
23
- end
13
+ gem 'rails', '6.1.0'
14
+ gem 'sqlite3', '1.4.2'
data/Gemfile.lock ADDED
@@ -0,0 +1,287 @@
1
+ PATH
2
+ remote: ../aggregate_root
3
+ specs:
4
+ aggregate_root (2.0.0)
5
+ ruby_event_store (= 2.0.0)
6
+
7
+ PATH
8
+ remote: ../rails_event_store_active_record
9
+ specs:
10
+ rails_event_store_active_record (2.0.0)
11
+ activemodel (>= 3.0)
12
+ activerecord-import (>= 1.0.2)
13
+ activesupport (>= 3.0)
14
+ ruby_event_store (= 2.0.0)
15
+
16
+ PATH
17
+ remote: ../ruby_event_store-browser
18
+ specs:
19
+ ruby_event_store-browser (2.0.0)
20
+ ruby_event_store (= 2.0.0)
21
+ sinatra
22
+
23
+ PATH
24
+ remote: ../ruby_event_store
25
+ specs:
26
+ ruby_event_store (2.0.0)
27
+ concurrent-ruby (~> 1.0, >= 1.1.6)
28
+
29
+ PATH
30
+ remote: .
31
+ specs:
32
+ rails_event_store (2.0.0)
33
+ activejob (>= 3.0)
34
+ activemodel (>= 3.0)
35
+ activesupport (>= 3.0)
36
+ aggregate_root (= 2.0.0)
37
+ arkency-command_bus (>= 0.4)
38
+ rails_event_store_active_record (= 2.0.0)
39
+ ruby_event_store (= 2.0.0)
40
+ ruby_event_store-browser (= 2.0.0)
41
+
42
+ GEM
43
+ remote: https://rubygems.org/
44
+ remote: https://oss:7AXfeZdAfCqL1PvHm2nvDJO6Zd9UW8IK@gem.mutant.dev/
45
+ specs:
46
+ abstract_type (0.0.7)
47
+ actioncable (6.1.0)
48
+ actionpack (= 6.1.0)
49
+ activesupport (= 6.1.0)
50
+ nio4r (~> 2.0)
51
+ websocket-driver (>= 0.6.1)
52
+ actionmailbox (6.1.0)
53
+ actionpack (= 6.1.0)
54
+ activejob (= 6.1.0)
55
+ activerecord (= 6.1.0)
56
+ activestorage (= 6.1.0)
57
+ activesupport (= 6.1.0)
58
+ mail (>= 2.7.1)
59
+ actionmailer (6.1.0)
60
+ actionpack (= 6.1.0)
61
+ actionview (= 6.1.0)
62
+ activejob (= 6.1.0)
63
+ activesupport (= 6.1.0)
64
+ mail (~> 2.5, >= 2.5.4)
65
+ rails-dom-testing (~> 2.0)
66
+ actionpack (6.1.0)
67
+ actionview (= 6.1.0)
68
+ activesupport (= 6.1.0)
69
+ rack (~> 2.0, >= 2.0.9)
70
+ rack-test (>= 0.6.3)
71
+ rails-dom-testing (~> 2.0)
72
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
73
+ actiontext (6.1.0)
74
+ actionpack (= 6.1.0)
75
+ activerecord (= 6.1.0)
76
+ activestorage (= 6.1.0)
77
+ activesupport (= 6.1.0)
78
+ nokogiri (>= 1.8.5)
79
+ actionview (6.1.0)
80
+ activesupport (= 6.1.0)
81
+ builder (~> 3.1)
82
+ erubi (~> 1.4)
83
+ rails-dom-testing (~> 2.0)
84
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
85
+ activejob (6.1.0)
86
+ activesupport (= 6.1.0)
87
+ globalid (>= 0.3.6)
88
+ activemodel (6.1.0)
89
+ activesupport (= 6.1.0)
90
+ activerecord (6.1.0)
91
+ activemodel (= 6.1.0)
92
+ activesupport (= 6.1.0)
93
+ activerecord-import (1.0.7)
94
+ activerecord (>= 3.2)
95
+ activestorage (6.1.0)
96
+ actionpack (= 6.1.0)
97
+ activejob (= 6.1.0)
98
+ activerecord (= 6.1.0)
99
+ activesupport (= 6.1.0)
100
+ marcel (~> 0.3.1)
101
+ mimemagic (~> 0.3.2)
102
+ activesupport (6.1.0)
103
+ concurrent-ruby (~> 1.0, >= 1.0.2)
104
+ i18n (>= 1.6, < 2)
105
+ minitest (>= 5.1)
106
+ tzinfo (~> 2.0)
107
+ zeitwerk (~> 2.3)
108
+ adamantium (0.2.0)
109
+ ice_nine (~> 0.11.0)
110
+ memoizable (~> 0.4.0)
111
+ anima (0.3.2)
112
+ abstract_type (~> 0.0.7)
113
+ adamantium (~> 0.2)
114
+ equalizer (~> 0.0.11)
115
+ arkency-command_bus (0.4.0)
116
+ thread_safe
117
+ ast (2.4.1)
118
+ builder (3.2.4)
119
+ concord (0.1.6)
120
+ adamantium (~> 0.2.0)
121
+ equalizer (~> 0.0.9)
122
+ concurrent-ruby (1.1.7)
123
+ connection_pool (2.2.3)
124
+ crass (1.0.6)
125
+ diff-lcs (1.4.4)
126
+ equalizer (0.0.11)
127
+ erubi (1.10.0)
128
+ globalid (0.4.2)
129
+ activesupport (>= 4.2.0)
130
+ i18n (1.8.5)
131
+ concurrent-ruby (~> 1.0)
132
+ ice_nine (0.11.2)
133
+ loofah (2.8.0)
134
+ crass (~> 1.0.2)
135
+ nokogiri (>= 1.5.9)
136
+ mail (2.7.1)
137
+ mini_mime (>= 0.1.1)
138
+ marcel (0.3.3)
139
+ mimemagic (~> 0.3.2)
140
+ memoizable (0.4.2)
141
+ thread_safe (~> 0.3, >= 0.3.1)
142
+ method_source (1.0.0)
143
+ mimemagic (0.3.5)
144
+ mini_mime (1.0.2)
145
+ mini_portile2 (2.4.0)
146
+ minitest (5.14.2)
147
+ mprelude (0.1.0)
148
+ abstract_type (~> 0.0.7)
149
+ adamantium (~> 0.2.0)
150
+ concord (~> 0.1.5)
151
+ equalizer (~> 0.0.9)
152
+ ice_nine (~> 0.11.1)
153
+ procto (~> 0.0.2)
154
+ mustermann (1.1.1)
155
+ ruby2_keywords (~> 0.0.1)
156
+ mutant (0.10.22)
157
+ abstract_type (~> 0.0.7)
158
+ adamantium (~> 0.2.0)
159
+ anima (~> 0.3.1)
160
+ ast (~> 2.2)
161
+ concord (~> 0.1.5)
162
+ diff-lcs (~> 1.3)
163
+ equalizer (~> 0.0.9)
164
+ ice_nine (~> 0.11.1)
165
+ memoizable (~> 0.4.2)
166
+ mprelude (~> 0.1.0)
167
+ parser (~> 3.0.0)
168
+ procto (~> 0.0.2)
169
+ unparser (~> 0.5.6)
170
+ variable (~> 0.0.1)
171
+ mutant-license (0.1.1.2.1627430819213747598431630701693729869473.0)
172
+ mutant-rspec (0.10.22)
173
+ mutant (= 0.10.22)
174
+ rspec-core (>= 3.8.0, < 4.0.0)
175
+ nio4r (2.5.4)
176
+ nokogiri (1.10.10)
177
+ mini_portile2 (~> 2.4.0)
178
+ parser (3.0.0.0)
179
+ ast (~> 2.4.1)
180
+ procto (0.0.3)
181
+ rack (2.2.3)
182
+ rack-protection (2.1.0)
183
+ rack
184
+ rack-test (1.1.0)
185
+ rack (>= 1.0, < 3)
186
+ rails (6.1.0)
187
+ actioncable (= 6.1.0)
188
+ actionmailbox (= 6.1.0)
189
+ actionmailer (= 6.1.0)
190
+ actionpack (= 6.1.0)
191
+ actiontext (= 6.1.0)
192
+ actionview (= 6.1.0)
193
+ activejob (= 6.1.0)
194
+ activemodel (= 6.1.0)
195
+ activerecord (= 6.1.0)
196
+ activestorage (= 6.1.0)
197
+ activesupport (= 6.1.0)
198
+ bundler (>= 1.15.0)
199
+ railties (= 6.1.0)
200
+ sprockets-rails (>= 2.0.0)
201
+ rails-dom-testing (2.0.3)
202
+ activesupport (>= 4.2.0)
203
+ nokogiri (>= 1.6)
204
+ rails-html-sanitizer (1.3.0)
205
+ loofah (~> 2.3)
206
+ railties (6.1.0)
207
+ actionpack (= 6.1.0)
208
+ activesupport (= 6.1.0)
209
+ method_source
210
+ rake (>= 0.8.7)
211
+ thor (~> 1.0)
212
+ rake (13.0.3)
213
+ redis (4.2.5)
214
+ rspec (3.10.0)
215
+ rspec-core (~> 3.10.0)
216
+ rspec-expectations (~> 3.10.0)
217
+ rspec-mocks (~> 3.10.0)
218
+ rspec-core (3.10.1)
219
+ rspec-support (~> 3.10.0)
220
+ rspec-expectations (3.10.1)
221
+ diff-lcs (>= 1.2.0, < 2.0)
222
+ rspec-support (~> 3.10.0)
223
+ rspec-mocks (3.10.1)
224
+ diff-lcs (>= 1.2.0, < 2.0)
225
+ rspec-support (~> 3.10.0)
226
+ rspec-support (3.10.1)
227
+ ruby2_keywords (0.0.2)
228
+ sidekiq (6.1.2)
229
+ connection_pool (>= 2.2.2)
230
+ rack (~> 2.0)
231
+ redis (>= 4.2.0)
232
+ sinatra (2.1.0)
233
+ mustermann (~> 1.0)
234
+ rack (~> 2.2)
235
+ rack-protection (= 2.1.0)
236
+ tilt (~> 2.0)
237
+ sprockets (4.0.2)
238
+ concurrent-ruby (~> 1.0)
239
+ rack (> 1, < 3)
240
+ sprockets-rails (3.2.2)
241
+ actionpack (>= 4.0)
242
+ activesupport (>= 4.0)
243
+ sprockets (>= 3.0.0)
244
+ sqlite3 (1.4.2)
245
+ thor (1.0.1)
246
+ thread_safe (0.3.6)
247
+ tilt (2.0.10)
248
+ tzinfo (2.0.4)
249
+ concurrent-ruby (~> 1.0)
250
+ unparser (0.5.6)
251
+ abstract_type (~> 0.0.7)
252
+ adamantium (~> 0.2.0)
253
+ anima (~> 0.3.1)
254
+ concord (~> 0.1.5)
255
+ diff-lcs (~> 1.3)
256
+ equalizer (~> 0.0.9)
257
+ mprelude (~> 0.1.0)
258
+ parser (>= 3.0.0)
259
+ procto (~> 0.0.2)
260
+ variable (0.0.1)
261
+ equalizer (~> 0.0.11)
262
+ websocket-driver (0.7.3)
263
+ websocket-extensions (>= 0.1.0)
264
+ websocket-extensions (0.1.5)
265
+ zeitwerk (2.4.2)
266
+
267
+ PLATFORMS
268
+ ruby
269
+
270
+ DEPENDENCIES
271
+ aggregate_root!
272
+ mutant (~> 0.10.21)
273
+ mutant-license!
274
+ mutant-rspec (~> 0.10.21)
275
+ rack-test
276
+ rails (= 6.1.0)
277
+ rails_event_store!
278
+ rails_event_store_active_record!
279
+ rake (>= 10.0)
280
+ rspec (~> 3.6)
281
+ ruby_event_store!
282
+ ruby_event_store-browser!
283
+ sidekiq
284
+ sqlite3 (= 1.4.2)
285
+
286
+ BUNDLED WITH
287
+ 2.1.4
data/Gemfile.rails_5_0 ADDED
@@ -0,0 +1,14 @@
1
+ source 'https://rubygems.org'
2
+ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
+ gemspec
4
+
5
+ eval_gemfile '../support/bundler/Gemfile.shared'
6
+
7
+ gem 'ruby_event_store', path: '../ruby_event_store'
8
+ gem 'ruby_event_store-browser', path: '../ruby_event_store-browser'
9
+ gem 'rails_event_store_active_record', path: '../rails_event_store_active_record'
10
+ gem 'aggregate_root', path: '../aggregate_root'
11
+ gem 'sidekiq'
12
+ gem 'rack-test'
13
+ gem 'rails', '5.0.7.2'
14
+ gem 'sqlite3', '1.3.13'
@@ -0,0 +1,259 @@
1
+ PATH
2
+ remote: ../aggregate_root
3
+ specs:
4
+ aggregate_root (2.0.0)
5
+ ruby_event_store (= 2.0.0)
6
+
7
+ PATH
8
+ remote: ../rails_event_store_active_record
9
+ specs:
10
+ rails_event_store_active_record (2.0.0)
11
+ activemodel (>= 3.0)
12
+ activerecord-import (>= 1.0.2)
13
+ activesupport (>= 3.0)
14
+ ruby_event_store (= 2.0.0)
15
+
16
+ PATH
17
+ remote: ../ruby_event_store-browser
18
+ specs:
19
+ ruby_event_store-browser (2.0.0)
20
+ ruby_event_store (= 2.0.0)
21
+ sinatra
22
+
23
+ PATH
24
+ remote: ../ruby_event_store
25
+ specs:
26
+ ruby_event_store (2.0.0)
27
+ concurrent-ruby (~> 1.0, >= 1.1.6)
28
+
29
+ PATH
30
+ remote: .
31
+ specs:
32
+ rails_event_store (2.0.0)
33
+ activejob (>= 3.0)
34
+ activemodel (>= 3.0)
35
+ activesupport (>= 3.0)
36
+ aggregate_root (= 2.0.0)
37
+ arkency-command_bus (>= 0.4)
38
+ rails_event_store_active_record (= 2.0.0)
39
+ ruby_event_store (= 2.0.0)
40
+ ruby_event_store-browser (= 2.0.0)
41
+
42
+ GEM
43
+ remote: https://rubygems.org/
44
+ remote: https://oss:7AXfeZdAfCqL1PvHm2nvDJO6Zd9UW8IK@gem.mutant.dev/
45
+ specs:
46
+ abstract_type (0.0.7)
47
+ actioncable (5.0.7.2)
48
+ actionpack (= 5.0.7.2)
49
+ nio4r (>= 1.2, < 3.0)
50
+ websocket-driver (~> 0.6.1)
51
+ actionmailer (5.0.7.2)
52
+ actionpack (= 5.0.7.2)
53
+ actionview (= 5.0.7.2)
54
+ activejob (= 5.0.7.2)
55
+ mail (~> 2.5, >= 2.5.4)
56
+ rails-dom-testing (~> 2.0)
57
+ actionpack (5.0.7.2)
58
+ actionview (= 5.0.7.2)
59
+ activesupport (= 5.0.7.2)
60
+ rack (~> 2.0)
61
+ rack-test (~> 0.6.3)
62
+ rails-dom-testing (~> 2.0)
63
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
64
+ actionview (5.0.7.2)
65
+ activesupport (= 5.0.7.2)
66
+ builder (~> 3.1)
67
+ erubis (~> 2.7.0)
68
+ rails-dom-testing (~> 2.0)
69
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
70
+ activejob (5.0.7.2)
71
+ activesupport (= 5.0.7.2)
72
+ globalid (>= 0.3.6)
73
+ activemodel (5.0.7.2)
74
+ activesupport (= 5.0.7.2)
75
+ activerecord (5.0.7.2)
76
+ activemodel (= 5.0.7.2)
77
+ activesupport (= 5.0.7.2)
78
+ arel (~> 7.0)
79
+ activerecord-import (1.0.7)
80
+ activerecord (>= 3.2)
81
+ activesupport (5.0.7.2)
82
+ concurrent-ruby (~> 1.0, >= 1.0.2)
83
+ i18n (>= 0.7, < 2)
84
+ minitest (~> 5.1)
85
+ tzinfo (~> 1.1)
86
+ adamantium (0.2.0)
87
+ ice_nine (~> 0.11.0)
88
+ memoizable (~> 0.4.0)
89
+ anima (0.3.2)
90
+ abstract_type (~> 0.0.7)
91
+ adamantium (~> 0.2)
92
+ equalizer (~> 0.0.11)
93
+ arel (7.1.4)
94
+ arkency-command_bus (0.4.0)
95
+ thread_safe
96
+ ast (2.4.1)
97
+ builder (3.2.4)
98
+ concord (0.1.6)
99
+ adamantium (~> 0.2.0)
100
+ equalizer (~> 0.0.9)
101
+ concurrent-ruby (1.1.7)
102
+ connection_pool (2.2.3)
103
+ crass (1.0.6)
104
+ diff-lcs (1.4.4)
105
+ equalizer (0.0.11)
106
+ erubis (2.7.0)
107
+ globalid (0.4.2)
108
+ activesupport (>= 4.2.0)
109
+ i18n (1.8.5)
110
+ concurrent-ruby (~> 1.0)
111
+ ice_nine (0.11.2)
112
+ loofah (2.8.0)
113
+ crass (~> 1.0.2)
114
+ nokogiri (>= 1.5.9)
115
+ mail (2.7.1)
116
+ mini_mime (>= 0.1.1)
117
+ memoizable (0.4.2)
118
+ thread_safe (~> 0.3, >= 0.3.1)
119
+ method_source (1.0.0)
120
+ mini_mime (1.0.2)
121
+ mini_portile2 (2.4.0)
122
+ minitest (5.14.2)
123
+ mprelude (0.1.0)
124
+ abstract_type (~> 0.0.7)
125
+ adamantium (~> 0.2.0)
126
+ concord (~> 0.1.5)
127
+ equalizer (~> 0.0.9)
128
+ ice_nine (~> 0.11.1)
129
+ procto (~> 0.0.2)
130
+ mustermann (1.1.1)
131
+ ruby2_keywords (~> 0.0.1)
132
+ mutant (0.10.22)
133
+ abstract_type (~> 0.0.7)
134
+ adamantium (~> 0.2.0)
135
+ anima (~> 0.3.1)
136
+ ast (~> 2.2)
137
+ concord (~> 0.1.5)
138
+ diff-lcs (~> 1.3)
139
+ equalizer (~> 0.0.9)
140
+ ice_nine (~> 0.11.1)
141
+ memoizable (~> 0.4.2)
142
+ mprelude (~> 0.1.0)
143
+ parser (~> 3.0.0)
144
+ procto (~> 0.0.2)
145
+ unparser (~> 0.5.6)
146
+ variable (~> 0.0.1)
147
+ mutant-license (0.1.1.2.1627430819213747598431630701693729869473.0)
148
+ mutant-rspec (0.10.22)
149
+ mutant (= 0.10.22)
150
+ rspec-core (>= 3.8.0, < 4.0.0)
151
+ nio4r (2.5.4)
152
+ nokogiri (1.10.10)
153
+ mini_portile2 (~> 2.4.0)
154
+ parser (3.0.0.0)
155
+ ast (~> 2.4.1)
156
+ procto (0.0.3)
157
+ rack (2.2.3)
158
+ rack-protection (2.1.0)
159
+ rack
160
+ rack-test (0.6.3)
161
+ rack (>= 1.0)
162
+ rails (5.0.7.2)
163
+ actioncable (= 5.0.7.2)
164
+ actionmailer (= 5.0.7.2)
165
+ actionpack (= 5.0.7.2)
166
+ actionview (= 5.0.7.2)
167
+ activejob (= 5.0.7.2)
168
+ activemodel (= 5.0.7.2)
169
+ activerecord (= 5.0.7.2)
170
+ activesupport (= 5.0.7.2)
171
+ bundler (>= 1.3.0)
172
+ railties (= 5.0.7.2)
173
+ sprockets-rails (>= 2.0.0)
174
+ rails-dom-testing (2.0.3)
175
+ activesupport (>= 4.2.0)
176
+ nokogiri (>= 1.6)
177
+ rails-html-sanitizer (1.3.0)
178
+ loofah (~> 2.3)
179
+ railties (5.0.7.2)
180
+ actionpack (= 5.0.7.2)
181
+ activesupport (= 5.0.7.2)
182
+ method_source
183
+ rake (>= 0.8.7)
184
+ thor (>= 0.18.1, < 2.0)
185
+ rake (13.0.3)
186
+ redis (4.2.5)
187
+ rspec (3.10.0)
188
+ rspec-core (~> 3.10.0)
189
+ rspec-expectations (~> 3.10.0)
190
+ rspec-mocks (~> 3.10.0)
191
+ rspec-core (3.10.1)
192
+ rspec-support (~> 3.10.0)
193
+ rspec-expectations (3.10.1)
194
+ diff-lcs (>= 1.2.0, < 2.0)
195
+ rspec-support (~> 3.10.0)
196
+ rspec-mocks (3.10.1)
197
+ diff-lcs (>= 1.2.0, < 2.0)
198
+ rspec-support (~> 3.10.0)
199
+ rspec-support (3.10.1)
200
+ ruby2_keywords (0.0.2)
201
+ sidekiq (6.1.2)
202
+ connection_pool (>= 2.2.2)
203
+ rack (~> 2.0)
204
+ redis (>= 4.2.0)
205
+ sinatra (2.1.0)
206
+ mustermann (~> 1.0)
207
+ rack (~> 2.2)
208
+ rack-protection (= 2.1.0)
209
+ tilt (~> 2.0)
210
+ sprockets (4.0.2)
211
+ concurrent-ruby (~> 1.0)
212
+ rack (> 1, < 3)
213
+ sprockets-rails (3.2.2)
214
+ actionpack (>= 4.0)
215
+ activesupport (>= 4.0)
216
+ sprockets (>= 3.0.0)
217
+ sqlite3 (1.3.13)
218
+ thor (1.0.1)
219
+ thread_safe (0.3.6)
220
+ tilt (2.0.10)
221
+ tzinfo (1.2.9)
222
+ thread_safe (~> 0.1)
223
+ unparser (0.5.6)
224
+ abstract_type (~> 0.0.7)
225
+ adamantium (~> 0.2.0)
226
+ anima (~> 0.3.1)
227
+ concord (~> 0.1.5)
228
+ diff-lcs (~> 1.3)
229
+ equalizer (~> 0.0.9)
230
+ mprelude (~> 0.1.0)
231
+ parser (>= 3.0.0)
232
+ procto (~> 0.0.2)
233
+ variable (0.0.1)
234
+ equalizer (~> 0.0.11)
235
+ websocket-driver (0.6.5)
236
+ websocket-extensions (>= 0.1.0)
237
+ websocket-extensions (0.1.5)
238
+
239
+ PLATFORMS
240
+ ruby
241
+
242
+ DEPENDENCIES
243
+ aggregate_root!
244
+ mutant (~> 0.10.21)
245
+ mutant-license!
246
+ mutant-rspec (~> 0.10.21)
247
+ rack-test
248
+ rails (= 5.0.7.2)
249
+ rails_event_store!
250
+ rails_event_store_active_record!
251
+ rake (>= 10.0)
252
+ rspec (~> 3.6)
253
+ ruby_event_store!
254
+ ruby_event_store-browser!
255
+ sidekiq
256
+ sqlite3 (= 1.3.13)
257
+
258
+ BUNDLED WITH
259
+ 2.1.4