rails_event_store 1.3.0 → 2.0.2

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