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.
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'
@@ -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.1.7)
48
+ actionpack (= 5.1.7)
49
+ nio4r (~> 2.0)
50
+ websocket-driver (~> 0.6.1)
51
+ actionmailer (5.1.7)
52
+ actionpack (= 5.1.7)
53
+ actionview (= 5.1.7)
54
+ activejob (= 5.1.7)
55
+ mail (~> 2.5, >= 2.5.4)
56
+ rails-dom-testing (~> 2.0)
57
+ actionpack (5.1.7)
58
+ actionview (= 5.1.7)
59
+ activesupport (= 5.1.7)
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.1.7)
65
+ activesupport (= 5.1.7)
66
+ builder (~> 3.1)
67
+ erubi (~> 1.4)
68
+ rails-dom-testing (~> 2.0)
69
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
70
+ activejob (5.1.7)
71
+ activesupport (= 5.1.7)
72
+ globalid (>= 0.3.6)
73
+ activemodel (5.1.7)
74
+ activesupport (= 5.1.7)
75
+ activerecord (5.1.7)
76
+ activemodel (= 5.1.7)
77
+ activesupport (= 5.1.7)
78
+ arel (~> 8.0)
79
+ activerecord-import (1.0.7)
80
+ activerecord (>= 3.2)
81
+ activesupport (5.1.7)
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 (8.0.0)
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
+ erubi (1.10.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 (1.1.0)
161
+ rack (>= 1.0, < 3)
162
+ rails (5.1.7)
163
+ actioncable (= 5.1.7)
164
+ actionmailer (= 5.1.7)
165
+ actionpack (= 5.1.7)
166
+ actionview (= 5.1.7)
167
+ activejob (= 5.1.7)
168
+ activemodel (= 5.1.7)
169
+ activerecord (= 5.1.7)
170
+ activesupport (= 5.1.7)
171
+ bundler (>= 1.3.0)
172
+ railties (= 5.1.7)
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.1.7)
180
+ actionpack (= 5.1.7)
181
+ activesupport (= 5.1.7)
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.1.7)
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
data/Gemfile.rails_5_2 ADDED
@@ -0,0 +1,15 @@
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.2.4.4'
14
+ gem 'sqlite3', '1.3.13'
15
+
@@ -0,0 +1,267 @@
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.2.4.4)
48
+ actionpack (= 5.2.4.4)
49
+ nio4r (~> 2.0)
50
+ websocket-driver (>= 0.6.1)
51
+ actionmailer (5.2.4.4)
52
+ actionpack (= 5.2.4.4)
53
+ actionview (= 5.2.4.4)
54
+ activejob (= 5.2.4.4)
55
+ mail (~> 2.5, >= 2.5.4)
56
+ rails-dom-testing (~> 2.0)
57
+ actionpack (5.2.4.4)
58
+ actionview (= 5.2.4.4)
59
+ activesupport (= 5.2.4.4)
60
+ rack (~> 2.0, >= 2.0.8)
61
+ rack-test (>= 0.6.3)
62
+ rails-dom-testing (~> 2.0)
63
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
64
+ actionview (5.2.4.4)
65
+ activesupport (= 5.2.4.4)
66
+ builder (~> 3.1)
67
+ erubi (~> 1.4)
68
+ rails-dom-testing (~> 2.0)
69
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
70
+ activejob (5.2.4.4)
71
+ activesupport (= 5.2.4.4)
72
+ globalid (>= 0.3.6)
73
+ activemodel (5.2.4.4)
74
+ activesupport (= 5.2.4.4)
75
+ activerecord (5.2.4.4)
76
+ activemodel (= 5.2.4.4)
77
+ activesupport (= 5.2.4.4)
78
+ arel (>= 9.0)
79
+ activerecord-import (1.0.7)
80
+ activerecord (>= 3.2)
81
+ activestorage (5.2.4.4)
82
+ actionpack (= 5.2.4.4)
83
+ activerecord (= 5.2.4.4)
84
+ marcel (~> 0.3.1)
85
+ activesupport (5.2.4.4)
86
+ concurrent-ruby (~> 1.0, >= 1.0.2)
87
+ i18n (>= 0.7, < 2)
88
+ minitest (~> 5.1)
89
+ tzinfo (~> 1.1)
90
+ adamantium (0.2.0)
91
+ ice_nine (~> 0.11.0)
92
+ memoizable (~> 0.4.0)
93
+ anima (0.3.2)
94
+ abstract_type (~> 0.0.7)
95
+ adamantium (~> 0.2)
96
+ equalizer (~> 0.0.11)
97
+ arel (9.0.0)
98
+ arkency-command_bus (0.4.0)
99
+ thread_safe
100
+ ast (2.4.1)
101
+ builder (3.2.4)
102
+ concord (0.1.6)
103
+ adamantium (~> 0.2.0)
104
+ equalizer (~> 0.0.9)
105
+ concurrent-ruby (1.1.7)
106
+ connection_pool (2.2.3)
107
+ crass (1.0.6)
108
+ diff-lcs (1.4.4)
109
+ equalizer (0.0.11)
110
+ erubi (1.10.0)
111
+ globalid (0.4.2)
112
+ activesupport (>= 4.2.0)
113
+ i18n (1.8.5)
114
+ concurrent-ruby (~> 1.0)
115
+ ice_nine (0.11.2)
116
+ loofah (2.8.0)
117
+ crass (~> 1.0.2)
118
+ nokogiri (>= 1.5.9)
119
+ mail (2.7.1)
120
+ mini_mime (>= 0.1.1)
121
+ marcel (0.3.3)
122
+ mimemagic (~> 0.3.2)
123
+ memoizable (0.4.2)
124
+ thread_safe (~> 0.3, >= 0.3.1)
125
+ method_source (1.0.0)
126
+ mimemagic (0.3.5)
127
+ mini_mime (1.0.2)
128
+ mini_portile2 (2.4.0)
129
+ minitest (5.14.2)
130
+ mprelude (0.1.0)
131
+ abstract_type (~> 0.0.7)
132
+ adamantium (~> 0.2.0)
133
+ concord (~> 0.1.5)
134
+ equalizer (~> 0.0.9)
135
+ ice_nine (~> 0.11.1)
136
+ procto (~> 0.0.2)
137
+ mustermann (1.1.1)
138
+ ruby2_keywords (~> 0.0.1)
139
+ mutant (0.10.22)
140
+ abstract_type (~> 0.0.7)
141
+ adamantium (~> 0.2.0)
142
+ anima (~> 0.3.1)
143
+ ast (~> 2.2)
144
+ concord (~> 0.1.5)
145
+ diff-lcs (~> 1.3)
146
+ equalizer (~> 0.0.9)
147
+ ice_nine (~> 0.11.1)
148
+ memoizable (~> 0.4.2)
149
+ mprelude (~> 0.1.0)
150
+ parser (~> 3.0.0)
151
+ procto (~> 0.0.2)
152
+ unparser (~> 0.5.6)
153
+ variable (~> 0.0.1)
154
+ mutant-license (0.1.1.2.1627430819213747598431630701693729869473.0)
155
+ mutant-rspec (0.10.22)
156
+ mutant (= 0.10.22)
157
+ rspec-core (>= 3.8.0, < 4.0.0)
158
+ nio4r (2.5.4)
159
+ nokogiri (1.10.10)
160
+ mini_portile2 (~> 2.4.0)
161
+ parser (3.0.0.0)
162
+ ast (~> 2.4.1)
163
+ procto (0.0.3)
164
+ rack (2.2.3)
165
+ rack-protection (2.1.0)
166
+ rack
167
+ rack-test (1.1.0)
168
+ rack (>= 1.0, < 3)
169
+ rails (5.2.4.4)
170
+ actioncable (= 5.2.4.4)
171
+ actionmailer (= 5.2.4.4)
172
+ actionpack (= 5.2.4.4)
173
+ actionview (= 5.2.4.4)
174
+ activejob (= 5.2.4.4)
175
+ activemodel (= 5.2.4.4)
176
+ activerecord (= 5.2.4.4)
177
+ activestorage (= 5.2.4.4)
178
+ activesupport (= 5.2.4.4)
179
+ bundler (>= 1.3.0)
180
+ railties (= 5.2.4.4)
181
+ sprockets-rails (>= 2.0.0)
182
+ rails-dom-testing (2.0.3)
183
+ activesupport (>= 4.2.0)
184
+ nokogiri (>= 1.6)
185
+ rails-html-sanitizer (1.3.0)
186
+ loofah (~> 2.3)
187
+ railties (5.2.4.4)
188
+ actionpack (= 5.2.4.4)
189
+ activesupport (= 5.2.4.4)
190
+ method_source
191
+ rake (>= 0.8.7)
192
+ thor (>= 0.19.0, < 2.0)
193
+ rake (13.0.3)
194
+ redis (4.2.5)
195
+ rspec (3.10.0)
196
+ rspec-core (~> 3.10.0)
197
+ rspec-expectations (~> 3.10.0)
198
+ rspec-mocks (~> 3.10.0)
199
+ rspec-core (3.10.1)
200
+ rspec-support (~> 3.10.0)
201
+ rspec-expectations (3.10.1)
202
+ diff-lcs (>= 1.2.0, < 2.0)
203
+ rspec-support (~> 3.10.0)
204
+ rspec-mocks (3.10.1)
205
+ diff-lcs (>= 1.2.0, < 2.0)
206
+ rspec-support (~> 3.10.0)
207
+ rspec-support (3.10.1)
208
+ ruby2_keywords (0.0.2)
209
+ sidekiq (6.1.2)
210
+ connection_pool (>= 2.2.2)
211
+ rack (~> 2.0)
212
+ redis (>= 4.2.0)
213
+ sinatra (2.1.0)
214
+ mustermann (~> 1.0)
215
+ rack (~> 2.2)
216
+ rack-protection (= 2.1.0)
217
+ tilt (~> 2.0)
218
+ sprockets (4.0.2)
219
+ concurrent-ruby (~> 1.0)
220
+ rack (> 1, < 3)
221
+ sprockets-rails (3.2.2)
222
+ actionpack (>= 4.0)
223
+ activesupport (>= 4.0)
224
+ sprockets (>= 3.0.0)
225
+ sqlite3 (1.3.13)
226
+ thor (1.0.1)
227
+ thread_safe (0.3.6)
228
+ tilt (2.0.10)
229
+ tzinfo (1.2.9)
230
+ thread_safe (~> 0.1)
231
+ unparser (0.5.6)
232
+ abstract_type (~> 0.0.7)
233
+ adamantium (~> 0.2.0)
234
+ anima (~> 0.3.1)
235
+ concord (~> 0.1.5)
236
+ diff-lcs (~> 1.3)
237
+ equalizer (~> 0.0.9)
238
+ mprelude (~> 0.1.0)
239
+ parser (>= 3.0.0)
240
+ procto (~> 0.0.2)
241
+ variable (0.0.1)
242
+ equalizer (~> 0.0.11)
243
+ websocket-driver (0.7.3)
244
+ websocket-extensions (>= 0.1.0)
245
+ websocket-extensions (0.1.5)
246
+
247
+ PLATFORMS
248
+ ruby
249
+
250
+ DEPENDENCIES
251
+ aggregate_root!
252
+ mutant (~> 0.10.21)
253
+ mutant-license!
254
+ mutant-rspec (~> 0.10.21)
255
+ rack-test
256
+ rails (= 5.2.4.4)
257
+ rails_event_store!
258
+ rails_event_store_active_record!
259
+ rake (>= 10.0)
260
+ rspec (~> 3.6)
261
+ ruby_event_store!
262
+ ruby_event_store-browser!
263
+ sidekiq
264
+ sqlite3 (= 1.3.13)
265
+
266
+ BUNDLED WITH
267
+ 2.1.4