File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- ## 1.0.0.beta1
4
+ ## 0. 1.0.beta2
5
5
6
- * First internal release
6
+ * First external release
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- super_spreader (1.0.0.beta1 )
4
+ super_spreader (0. 1.0.beta2 )
5
5
activejob (>= 6.1 , < 8.0 )
6
6
activemodel (>= 6.1 , < 8.0 )
7
7
activerecord (>= 6.1 , < 8.0 )
42
42
builder (3.2.4 )
43
43
coderay (1.1.3 )
44
44
concurrent-ruby (1.1.10 )
45
+ connection_pool (2.4.1 )
45
46
crass (1.0.6 )
46
47
diff-lcs (1.5.0 )
47
48
erubi (1.12.0 )
112
113
rb-fsevent (0.11.2 )
113
114
rb-inotify (0.10.1 )
114
115
ffi (~> 1.0 )
115
- redis (4.8.1 )
116
+ redis (5.0.6 )
117
+ redis-client (>= 0.9.0 )
118
+ redis-client (0.14.1 )
119
+ connection_pool
116
120
regexp_parser (2.6.1 )
117
121
rexml (3.2.5 )
118
122
rspec (3.12.0 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module SuperSpreader
4
- VERSION = "1.0.0.beta1 "
4
+ VERSION = "0. 1.0.beta2 "
5
5
end
You can’t perform that action at this time.
0 commit comments