rails_event_store_active_record 2.0.1 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/rails_event_store_active_record.rb +0 -3
- data/lib/rails_event_store_active_record/event_repository.rb +3 -9
- data/lib/rails_event_store_active_record/generators/migration_generator.rb +1 -6
- data/lib/rails_event_store_active_record/version.rb +1 -1
- metadata +19 -49
- data/.mutant.yml +0 -1
- data/CHANGELOG.md +0 -75
- data/Gemfile +0 -13
- data/Gemfile.lock +0 -245
- data/Gemfile.rails_5_0 +0 -13
- data/Gemfile.rails_5_0.lock +0 -217
- data/Gemfile.rails_5_1 +0 -13
- data/Gemfile.rails_5_1.lock +0 -217
- data/Gemfile.rails_5_2 +0 -13
- data/Gemfile.rails_5_2.lock +0 -225
- data/Gemfile.rails_6_0 +0 -13
- data/Gemfile.rails_6_0.lock +0 -241
- data/Makefile +0 -21
- data/lib/rails_event_store_active_record/generators/add_valid_at_generator.rb +0 -31
- data/lib/rails_event_store_active_record/generators/created_at_precision_generator.rb +0 -31
- data/lib/rails_event_store_active_record/generators/no_global_stream_entries_generator.rb +0 -29
- data/lib/rails_event_store_active_record/generators/templates/add_valid_at_template.rb +0 -14
- data/lib/rails_event_store_active_record/generators/templates/created_at_precision_template.rb +0 -45
- data/lib/rails_event_store_active_record/generators/templates/no_global_stream_entries_template.rb +0 -59
- data/rails_event_store_active_record.gemspec +0 -30
data/Gemfile.rails_5_2
DELETED
@@ -1,13 +0,0 @@
|
|
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 'pg', '1.2.2'
|
9
|
-
gem 'mysql2', '0.5.3'
|
10
|
-
gem 'fakefs', '~> 1.2'
|
11
|
-
gem 'childprocess'
|
12
|
-
gem 'rails', '5.2.4.4'
|
13
|
-
gem 'sqlite3', '1.3.13'
|
data/Gemfile.rails_5_2.lock
DELETED
@@ -1,225 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../ruby_event_store
|
3
|
-
specs:
|
4
|
-
ruby_event_store (2.0.1)
|
5
|
-
concurrent-ruby (~> 1.0, >= 1.1.6)
|
6
|
-
|
7
|
-
PATH
|
8
|
-
remote: .
|
9
|
-
specs:
|
10
|
-
rails_event_store_active_record (2.0.1)
|
11
|
-
activemodel (>= 3.0)
|
12
|
-
activerecord-import (>= 1.0.2)
|
13
|
-
activesupport (>= 3.0)
|
14
|
-
ruby_event_store (= 2.0.1)
|
15
|
-
|
16
|
-
GEM
|
17
|
-
remote: https://rubygems.org/
|
18
|
-
remote: https://oss:7AXfeZdAfCqL1PvHm2nvDJO6Zd9UW8IK@gem.mutant.dev/
|
19
|
-
specs:
|
20
|
-
abstract_type (0.0.7)
|
21
|
-
actioncable (5.2.4.4)
|
22
|
-
actionpack (= 5.2.4.4)
|
23
|
-
nio4r (~> 2.0)
|
24
|
-
websocket-driver (>= 0.6.1)
|
25
|
-
actionmailer (5.2.4.4)
|
26
|
-
actionpack (= 5.2.4.4)
|
27
|
-
actionview (= 5.2.4.4)
|
28
|
-
activejob (= 5.2.4.4)
|
29
|
-
mail (~> 2.5, >= 2.5.4)
|
30
|
-
rails-dom-testing (~> 2.0)
|
31
|
-
actionpack (5.2.4.4)
|
32
|
-
actionview (= 5.2.4.4)
|
33
|
-
activesupport (= 5.2.4.4)
|
34
|
-
rack (~> 2.0, >= 2.0.8)
|
35
|
-
rack-test (>= 0.6.3)
|
36
|
-
rails-dom-testing (~> 2.0)
|
37
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
38
|
-
actionview (5.2.4.4)
|
39
|
-
activesupport (= 5.2.4.4)
|
40
|
-
builder (~> 3.1)
|
41
|
-
erubi (~> 1.4)
|
42
|
-
rails-dom-testing (~> 2.0)
|
43
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
44
|
-
activejob (5.2.4.4)
|
45
|
-
activesupport (= 5.2.4.4)
|
46
|
-
globalid (>= 0.3.6)
|
47
|
-
activemodel (5.2.4.4)
|
48
|
-
activesupport (= 5.2.4.4)
|
49
|
-
activerecord (5.2.4.4)
|
50
|
-
activemodel (= 5.2.4.4)
|
51
|
-
activesupport (= 5.2.4.4)
|
52
|
-
arel (>= 9.0)
|
53
|
-
activerecord-import (1.0.7)
|
54
|
-
activerecord (>= 3.2)
|
55
|
-
activestorage (5.2.4.4)
|
56
|
-
actionpack (= 5.2.4.4)
|
57
|
-
activerecord (= 5.2.4.4)
|
58
|
-
marcel (~> 0.3.1)
|
59
|
-
activesupport (5.2.4.4)
|
60
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
61
|
-
i18n (>= 0.7, < 2)
|
62
|
-
minitest (~> 5.1)
|
63
|
-
tzinfo (~> 1.1)
|
64
|
-
adamantium (0.2.0)
|
65
|
-
ice_nine (~> 0.11.0)
|
66
|
-
memoizable (~> 0.4.0)
|
67
|
-
anima (0.3.2)
|
68
|
-
abstract_type (~> 0.0.7)
|
69
|
-
adamantium (~> 0.2)
|
70
|
-
equalizer (~> 0.0.11)
|
71
|
-
arel (9.0.0)
|
72
|
-
ast (2.4.1)
|
73
|
-
builder (3.2.4)
|
74
|
-
childprocess (4.0.0)
|
75
|
-
concord (0.1.6)
|
76
|
-
adamantium (~> 0.2.0)
|
77
|
-
equalizer (~> 0.0.9)
|
78
|
-
concurrent-ruby (1.1.7)
|
79
|
-
crass (1.0.6)
|
80
|
-
diff-lcs (1.4.4)
|
81
|
-
equalizer (0.0.11)
|
82
|
-
erubi (1.10.0)
|
83
|
-
fakefs (1.3.0)
|
84
|
-
globalid (0.4.2)
|
85
|
-
activesupport (>= 4.2.0)
|
86
|
-
i18n (1.8.5)
|
87
|
-
concurrent-ruby (~> 1.0)
|
88
|
-
ice_nine (0.11.2)
|
89
|
-
loofah (2.8.0)
|
90
|
-
crass (~> 1.0.2)
|
91
|
-
nokogiri (>= 1.5.9)
|
92
|
-
mail (2.7.1)
|
93
|
-
mini_mime (>= 0.1.1)
|
94
|
-
marcel (0.3.3)
|
95
|
-
mimemagic (~> 0.3.2)
|
96
|
-
memoizable (0.4.2)
|
97
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
98
|
-
method_source (1.0.0)
|
99
|
-
mimemagic (0.3.5)
|
100
|
-
mini_mime (1.0.2)
|
101
|
-
mini_portile2 (2.4.0)
|
102
|
-
minitest (5.14.2)
|
103
|
-
mprelude (0.1.0)
|
104
|
-
abstract_type (~> 0.0.7)
|
105
|
-
adamantium (~> 0.2.0)
|
106
|
-
concord (~> 0.1.5)
|
107
|
-
equalizer (~> 0.0.9)
|
108
|
-
ice_nine (~> 0.11.1)
|
109
|
-
procto (~> 0.0.2)
|
110
|
-
mutant (0.10.22)
|
111
|
-
abstract_type (~> 0.0.7)
|
112
|
-
adamantium (~> 0.2.0)
|
113
|
-
anima (~> 0.3.1)
|
114
|
-
ast (~> 2.2)
|
115
|
-
concord (~> 0.1.5)
|
116
|
-
diff-lcs (~> 1.3)
|
117
|
-
equalizer (~> 0.0.9)
|
118
|
-
ice_nine (~> 0.11.1)
|
119
|
-
memoizable (~> 0.4.2)
|
120
|
-
mprelude (~> 0.1.0)
|
121
|
-
parser (~> 3.0.0)
|
122
|
-
procto (~> 0.0.2)
|
123
|
-
unparser (~> 0.5.6)
|
124
|
-
variable (~> 0.0.1)
|
125
|
-
mutant-license (0.1.1.2.1627430819213747598431630701693729869473.0)
|
126
|
-
mutant-rspec (0.10.22)
|
127
|
-
mutant (= 0.10.22)
|
128
|
-
rspec-core (>= 3.8.0, < 4.0.0)
|
129
|
-
mysql2 (0.5.3)
|
130
|
-
nio4r (2.5.4)
|
131
|
-
nokogiri (1.10.10)
|
132
|
-
mini_portile2 (~> 2.4.0)
|
133
|
-
parser (3.0.0.0)
|
134
|
-
ast (~> 2.4.1)
|
135
|
-
pg (1.2.2)
|
136
|
-
procto (0.0.3)
|
137
|
-
rack (2.2.3)
|
138
|
-
rack-test (1.1.0)
|
139
|
-
rack (>= 1.0, < 3)
|
140
|
-
rails (5.2.4.4)
|
141
|
-
actioncable (= 5.2.4.4)
|
142
|
-
actionmailer (= 5.2.4.4)
|
143
|
-
actionpack (= 5.2.4.4)
|
144
|
-
actionview (= 5.2.4.4)
|
145
|
-
activejob (= 5.2.4.4)
|
146
|
-
activemodel (= 5.2.4.4)
|
147
|
-
activerecord (= 5.2.4.4)
|
148
|
-
activestorage (= 5.2.4.4)
|
149
|
-
activesupport (= 5.2.4.4)
|
150
|
-
bundler (>= 1.3.0)
|
151
|
-
railties (= 5.2.4.4)
|
152
|
-
sprockets-rails (>= 2.0.0)
|
153
|
-
rails-dom-testing (2.0.3)
|
154
|
-
activesupport (>= 4.2.0)
|
155
|
-
nokogiri (>= 1.6)
|
156
|
-
rails-html-sanitizer (1.3.0)
|
157
|
-
loofah (~> 2.3)
|
158
|
-
railties (5.2.4.4)
|
159
|
-
actionpack (= 5.2.4.4)
|
160
|
-
activesupport (= 5.2.4.4)
|
161
|
-
method_source
|
162
|
-
rake (>= 0.8.7)
|
163
|
-
thor (>= 0.19.0, < 2.0)
|
164
|
-
rake (13.0.3)
|
165
|
-
rspec (3.10.0)
|
166
|
-
rspec-core (~> 3.10.0)
|
167
|
-
rspec-expectations (~> 3.10.0)
|
168
|
-
rspec-mocks (~> 3.10.0)
|
169
|
-
rspec-core (3.10.1)
|
170
|
-
rspec-support (~> 3.10.0)
|
171
|
-
rspec-expectations (3.10.1)
|
172
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
173
|
-
rspec-support (~> 3.10.0)
|
174
|
-
rspec-mocks (3.10.1)
|
175
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
176
|
-
rspec-support (~> 3.10.0)
|
177
|
-
rspec-support (3.10.1)
|
178
|
-
sprockets (4.0.2)
|
179
|
-
concurrent-ruby (~> 1.0)
|
180
|
-
rack (> 1, < 3)
|
181
|
-
sprockets-rails (3.2.2)
|
182
|
-
actionpack (>= 4.0)
|
183
|
-
activesupport (>= 4.0)
|
184
|
-
sprockets (>= 3.0.0)
|
185
|
-
sqlite3 (1.3.13)
|
186
|
-
thor (1.0.1)
|
187
|
-
thread_safe (0.3.6)
|
188
|
-
tzinfo (1.2.9)
|
189
|
-
thread_safe (~> 0.1)
|
190
|
-
unparser (0.5.6)
|
191
|
-
abstract_type (~> 0.0.7)
|
192
|
-
adamantium (~> 0.2.0)
|
193
|
-
anima (~> 0.3.1)
|
194
|
-
concord (~> 0.1.5)
|
195
|
-
diff-lcs (~> 1.3)
|
196
|
-
equalizer (~> 0.0.9)
|
197
|
-
mprelude (~> 0.1.0)
|
198
|
-
parser (>= 3.0.0)
|
199
|
-
procto (~> 0.0.2)
|
200
|
-
variable (0.0.1)
|
201
|
-
equalizer (~> 0.0.11)
|
202
|
-
websocket-driver (0.7.3)
|
203
|
-
websocket-extensions (>= 0.1.0)
|
204
|
-
websocket-extensions (0.1.5)
|
205
|
-
|
206
|
-
PLATFORMS
|
207
|
-
ruby
|
208
|
-
|
209
|
-
DEPENDENCIES
|
210
|
-
childprocess
|
211
|
-
fakefs (~> 1.2)
|
212
|
-
mutant (~> 0.10.21)
|
213
|
-
mutant-license!
|
214
|
-
mutant-rspec (~> 0.10.21)
|
215
|
-
mysql2 (= 0.5.3)
|
216
|
-
pg (= 1.2.2)
|
217
|
-
rails (= 5.2.4.4)
|
218
|
-
rails_event_store_active_record!
|
219
|
-
rake (>= 10.0)
|
220
|
-
rspec (~> 3.6)
|
221
|
-
ruby_event_store!
|
222
|
-
sqlite3 (= 1.3.13)
|
223
|
-
|
224
|
-
BUNDLED WITH
|
225
|
-
2.1.4
|
data/Gemfile.rails_6_0
DELETED
@@ -1,13 +0,0 @@
|
|
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 'pg', '1.2.3'
|
9
|
-
gem 'mysql2', '0.5.3'
|
10
|
-
gem 'fakefs', '~> 1.3'
|
11
|
-
gem 'childprocess'
|
12
|
-
gem 'rails', '6.0.3.4'
|
13
|
-
gem 'sqlite3', '1.4.2'
|
data/Gemfile.rails_6_0.lock
DELETED
@@ -1,241 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../ruby_event_store
|
3
|
-
specs:
|
4
|
-
ruby_event_store (2.0.1)
|
5
|
-
concurrent-ruby (~> 1.0, >= 1.1.6)
|
6
|
-
|
7
|
-
PATH
|
8
|
-
remote: .
|
9
|
-
specs:
|
10
|
-
rails_event_store_active_record (2.0.1)
|
11
|
-
activemodel (>= 3.0)
|
12
|
-
activerecord-import (>= 1.0.2)
|
13
|
-
activesupport (>= 3.0)
|
14
|
-
ruby_event_store (= 2.0.1)
|
15
|
-
|
16
|
-
GEM
|
17
|
-
remote: https://rubygems.org/
|
18
|
-
remote: https://oss:7AXfeZdAfCqL1PvHm2nvDJO6Zd9UW8IK@gem.mutant.dev/
|
19
|
-
specs:
|
20
|
-
abstract_type (0.0.7)
|
21
|
-
actioncable (6.0.3.4)
|
22
|
-
actionpack (= 6.0.3.4)
|
23
|
-
nio4r (~> 2.0)
|
24
|
-
websocket-driver (>= 0.6.1)
|
25
|
-
actionmailbox (6.0.3.4)
|
26
|
-
actionpack (= 6.0.3.4)
|
27
|
-
activejob (= 6.0.3.4)
|
28
|
-
activerecord (= 6.0.3.4)
|
29
|
-
activestorage (= 6.0.3.4)
|
30
|
-
activesupport (= 6.0.3.4)
|
31
|
-
mail (>= 2.7.1)
|
32
|
-
actionmailer (6.0.3.4)
|
33
|
-
actionpack (= 6.0.3.4)
|
34
|
-
actionview (= 6.0.3.4)
|
35
|
-
activejob (= 6.0.3.4)
|
36
|
-
mail (~> 2.5, >= 2.5.4)
|
37
|
-
rails-dom-testing (~> 2.0)
|
38
|
-
actionpack (6.0.3.4)
|
39
|
-
actionview (= 6.0.3.4)
|
40
|
-
activesupport (= 6.0.3.4)
|
41
|
-
rack (~> 2.0, >= 2.0.8)
|
42
|
-
rack-test (>= 0.6.3)
|
43
|
-
rails-dom-testing (~> 2.0)
|
44
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
45
|
-
actiontext (6.0.3.4)
|
46
|
-
actionpack (= 6.0.3.4)
|
47
|
-
activerecord (= 6.0.3.4)
|
48
|
-
activestorage (= 6.0.3.4)
|
49
|
-
activesupport (= 6.0.3.4)
|
50
|
-
nokogiri (>= 1.8.5)
|
51
|
-
actionview (6.0.3.4)
|
52
|
-
activesupport (= 6.0.3.4)
|
53
|
-
builder (~> 3.1)
|
54
|
-
erubi (~> 1.4)
|
55
|
-
rails-dom-testing (~> 2.0)
|
56
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
57
|
-
activejob (6.0.3.4)
|
58
|
-
activesupport (= 6.0.3.4)
|
59
|
-
globalid (>= 0.3.6)
|
60
|
-
activemodel (6.0.3.4)
|
61
|
-
activesupport (= 6.0.3.4)
|
62
|
-
activerecord (6.0.3.4)
|
63
|
-
activemodel (= 6.0.3.4)
|
64
|
-
activesupport (= 6.0.3.4)
|
65
|
-
activerecord-import (1.0.7)
|
66
|
-
activerecord (>= 3.2)
|
67
|
-
activestorage (6.0.3.4)
|
68
|
-
actionpack (= 6.0.3.4)
|
69
|
-
activejob (= 6.0.3.4)
|
70
|
-
activerecord (= 6.0.3.4)
|
71
|
-
marcel (~> 0.3.1)
|
72
|
-
activesupport (6.0.3.4)
|
73
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
74
|
-
i18n (>= 0.7, < 2)
|
75
|
-
minitest (~> 5.1)
|
76
|
-
tzinfo (~> 1.1)
|
77
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
78
|
-
adamantium (0.2.0)
|
79
|
-
ice_nine (~> 0.11.0)
|
80
|
-
memoizable (~> 0.4.0)
|
81
|
-
anima (0.3.2)
|
82
|
-
abstract_type (~> 0.0.7)
|
83
|
-
adamantium (~> 0.2)
|
84
|
-
equalizer (~> 0.0.11)
|
85
|
-
ast (2.4.1)
|
86
|
-
builder (3.2.4)
|
87
|
-
childprocess (4.0.0)
|
88
|
-
concord (0.1.6)
|
89
|
-
adamantium (~> 0.2.0)
|
90
|
-
equalizer (~> 0.0.9)
|
91
|
-
concurrent-ruby (1.1.7)
|
92
|
-
crass (1.0.6)
|
93
|
-
diff-lcs (1.4.4)
|
94
|
-
equalizer (0.0.11)
|
95
|
-
erubi (1.10.0)
|
96
|
-
fakefs (1.3.0)
|
97
|
-
globalid (0.4.2)
|
98
|
-
activesupport (>= 4.2.0)
|
99
|
-
i18n (1.8.5)
|
100
|
-
concurrent-ruby (~> 1.0)
|
101
|
-
ice_nine (0.11.2)
|
102
|
-
loofah (2.8.0)
|
103
|
-
crass (~> 1.0.2)
|
104
|
-
nokogiri (>= 1.5.9)
|
105
|
-
mail (2.7.1)
|
106
|
-
mini_mime (>= 0.1.1)
|
107
|
-
marcel (0.3.3)
|
108
|
-
mimemagic (~> 0.3.2)
|
109
|
-
memoizable (0.4.2)
|
110
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
111
|
-
method_source (1.0.0)
|
112
|
-
mimemagic (0.3.5)
|
113
|
-
mini_mime (1.0.2)
|
114
|
-
mini_portile2 (2.4.0)
|
115
|
-
minitest (5.14.2)
|
116
|
-
mprelude (0.1.0)
|
117
|
-
abstract_type (~> 0.0.7)
|
118
|
-
adamantium (~> 0.2.0)
|
119
|
-
concord (~> 0.1.5)
|
120
|
-
equalizer (~> 0.0.9)
|
121
|
-
ice_nine (~> 0.11.1)
|
122
|
-
procto (~> 0.0.2)
|
123
|
-
mutant (0.10.22)
|
124
|
-
abstract_type (~> 0.0.7)
|
125
|
-
adamantium (~> 0.2.0)
|
126
|
-
anima (~> 0.3.1)
|
127
|
-
ast (~> 2.2)
|
128
|
-
concord (~> 0.1.5)
|
129
|
-
diff-lcs (~> 1.3)
|
130
|
-
equalizer (~> 0.0.9)
|
131
|
-
ice_nine (~> 0.11.1)
|
132
|
-
memoizable (~> 0.4.2)
|
133
|
-
mprelude (~> 0.1.0)
|
134
|
-
parser (~> 3.0.0)
|
135
|
-
procto (~> 0.0.2)
|
136
|
-
unparser (~> 0.5.6)
|
137
|
-
variable (~> 0.0.1)
|
138
|
-
mutant-license (0.1.1.2.1627430819213747598431630701693729869473.0)
|
139
|
-
mutant-rspec (0.10.22)
|
140
|
-
mutant (= 0.10.22)
|
141
|
-
rspec-core (>= 3.8.0, < 4.0.0)
|
142
|
-
mysql2 (0.5.3)
|
143
|
-
nio4r (2.5.4)
|
144
|
-
nokogiri (1.10.10)
|
145
|
-
mini_portile2 (~> 2.4.0)
|
146
|
-
parser (3.0.0.0)
|
147
|
-
ast (~> 2.4.1)
|
148
|
-
pg (1.2.3)
|
149
|
-
procto (0.0.3)
|
150
|
-
rack (2.2.3)
|
151
|
-
rack-test (1.1.0)
|
152
|
-
rack (>= 1.0, < 3)
|
153
|
-
rails (6.0.3.4)
|
154
|
-
actioncable (= 6.0.3.4)
|
155
|
-
actionmailbox (= 6.0.3.4)
|
156
|
-
actionmailer (= 6.0.3.4)
|
157
|
-
actionpack (= 6.0.3.4)
|
158
|
-
actiontext (= 6.0.3.4)
|
159
|
-
actionview (= 6.0.3.4)
|
160
|
-
activejob (= 6.0.3.4)
|
161
|
-
activemodel (= 6.0.3.4)
|
162
|
-
activerecord (= 6.0.3.4)
|
163
|
-
activestorage (= 6.0.3.4)
|
164
|
-
activesupport (= 6.0.3.4)
|
165
|
-
bundler (>= 1.3.0)
|
166
|
-
railties (= 6.0.3.4)
|
167
|
-
sprockets-rails (>= 2.0.0)
|
168
|
-
rails-dom-testing (2.0.3)
|
169
|
-
activesupport (>= 4.2.0)
|
170
|
-
nokogiri (>= 1.6)
|
171
|
-
rails-html-sanitizer (1.3.0)
|
172
|
-
loofah (~> 2.3)
|
173
|
-
railties (6.0.3.4)
|
174
|
-
actionpack (= 6.0.3.4)
|
175
|
-
activesupport (= 6.0.3.4)
|
176
|
-
method_source
|
177
|
-
rake (>= 0.8.7)
|
178
|
-
thor (>= 0.20.3, < 2.0)
|
179
|
-
rake (13.0.3)
|
180
|
-
rspec (3.10.0)
|
181
|
-
rspec-core (~> 3.10.0)
|
182
|
-
rspec-expectations (~> 3.10.0)
|
183
|
-
rspec-mocks (~> 3.10.0)
|
184
|
-
rspec-core (3.10.1)
|
185
|
-
rspec-support (~> 3.10.0)
|
186
|
-
rspec-expectations (3.10.1)
|
187
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
188
|
-
rspec-support (~> 3.10.0)
|
189
|
-
rspec-mocks (3.10.1)
|
190
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
191
|
-
rspec-support (~> 3.10.0)
|
192
|
-
rspec-support (3.10.1)
|
193
|
-
sprockets (4.0.2)
|
194
|
-
concurrent-ruby (~> 1.0)
|
195
|
-
rack (> 1, < 3)
|
196
|
-
sprockets-rails (3.2.2)
|
197
|
-
actionpack (>= 4.0)
|
198
|
-
activesupport (>= 4.0)
|
199
|
-
sprockets (>= 3.0.0)
|
200
|
-
sqlite3 (1.4.2)
|
201
|
-
thor (1.0.1)
|
202
|
-
thread_safe (0.3.6)
|
203
|
-
tzinfo (1.2.9)
|
204
|
-
thread_safe (~> 0.1)
|
205
|
-
unparser (0.5.6)
|
206
|
-
abstract_type (~> 0.0.7)
|
207
|
-
adamantium (~> 0.2.0)
|
208
|
-
anima (~> 0.3.1)
|
209
|
-
concord (~> 0.1.5)
|
210
|
-
diff-lcs (~> 1.3)
|
211
|
-
equalizer (~> 0.0.9)
|
212
|
-
mprelude (~> 0.1.0)
|
213
|
-
parser (>= 3.0.0)
|
214
|
-
procto (~> 0.0.2)
|
215
|
-
variable (0.0.1)
|
216
|
-
equalizer (~> 0.0.11)
|
217
|
-
websocket-driver (0.7.3)
|
218
|
-
websocket-extensions (>= 0.1.0)
|
219
|
-
websocket-extensions (0.1.5)
|
220
|
-
zeitwerk (2.4.2)
|
221
|
-
|
222
|
-
PLATFORMS
|
223
|
-
ruby
|
224
|
-
|
225
|
-
DEPENDENCIES
|
226
|
-
childprocess
|
227
|
-
fakefs (~> 1.3)
|
228
|
-
mutant (~> 0.10.21)
|
229
|
-
mutant-license!
|
230
|
-
mutant-rspec (~> 0.10.21)
|
231
|
-
mysql2 (= 0.5.3)
|
232
|
-
pg (= 1.2.3)
|
233
|
-
rails (= 6.0.3.4)
|
234
|
-
rails_event_store_active_record!
|
235
|
-
rake (>= 10.0)
|
236
|
-
rspec (~> 3.6)
|
237
|
-
ruby_event_store!
|
238
|
-
sqlite3 (= 1.4.2)
|
239
|
-
|
240
|
-
BUNDLED WITH
|
241
|
-
2.1.4
|