rails_event_store 1.3.1 → 2.0.3

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