active_recall 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/.github/workflows/tests.yml +4 -8
- data/.gitignore +2 -1
- data/Appraisals +9 -10
- data/Gemfile.lock +50 -6
- data/active_recall.gemspec +7 -6
- data/bin/flatten +54 -0
- data/bin/lint +6 -0
- data/gemfiles/rails_7_0.gemfile +1 -0
- data/gemfiles/rails_7_0.gemfile.lock +47 -5
- data/gemfiles/rails_7_1.gemfile +1 -0
- data/gemfiles/rails_7_1.gemfile.lock +47 -5
- data/gemfiles/{rails_6_0.gemfile → rails_8_0.gemfile} +2 -1
- data/gemfiles/rails_8_0.gemfile.lock +258 -0
- data/lib/active_recall/algorithms/sm2.rb +24 -19
- data/lib/active_recall/models/item.rb +1 -1
- data/lib/active_recall/version.rb +1 -1
- data/standard.yml +3 -0
- data/tmp/.gitkeep +0 -0
- metadata +41 -25
- data/gemfiles/rails_6_0.gemfile.lock +0 -189
- data/gemfiles/rails_6_1.gemfile +0 -7
- data/gemfiles/rails_6_1.gemfile.lock +0 -189
data/gemfiles/rails_6_1.gemfile
DELETED
@@ -1,189 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
active_recall (2.0.1)
|
5
|
-
activerecord (>= 6.0, <= 7.2)
|
6
|
-
activesupport (>= 6.0, <= 7.2)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actioncable (6.1.7.6)
|
12
|
-
actionpack (= 6.1.7.6)
|
13
|
-
activesupport (= 6.1.7.6)
|
14
|
-
nio4r (~> 2.0)
|
15
|
-
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.1.7.6)
|
17
|
-
actionpack (= 6.1.7.6)
|
18
|
-
activejob (= 6.1.7.6)
|
19
|
-
activerecord (= 6.1.7.6)
|
20
|
-
activestorage (= 6.1.7.6)
|
21
|
-
activesupport (= 6.1.7.6)
|
22
|
-
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.1.7.6)
|
24
|
-
actionpack (= 6.1.7.6)
|
25
|
-
actionview (= 6.1.7.6)
|
26
|
-
activejob (= 6.1.7.6)
|
27
|
-
activesupport (= 6.1.7.6)
|
28
|
-
mail (~> 2.5, >= 2.5.4)
|
29
|
-
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (6.1.7.6)
|
31
|
-
actionview (= 6.1.7.6)
|
32
|
-
activesupport (= 6.1.7.6)
|
33
|
-
rack (~> 2.0, >= 2.0.9)
|
34
|
-
rack-test (>= 0.6.3)
|
35
|
-
rails-dom-testing (~> 2.0)
|
36
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
37
|
-
actiontext (6.1.7.6)
|
38
|
-
actionpack (= 6.1.7.6)
|
39
|
-
activerecord (= 6.1.7.6)
|
40
|
-
activestorage (= 6.1.7.6)
|
41
|
-
activesupport (= 6.1.7.6)
|
42
|
-
nokogiri (>= 1.8.5)
|
43
|
-
actionview (6.1.7.6)
|
44
|
-
activesupport (= 6.1.7.6)
|
45
|
-
builder (~> 3.1)
|
46
|
-
erubi (~> 1.4)
|
47
|
-
rails-dom-testing (~> 2.0)
|
48
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
49
|
-
activejob (6.1.7.6)
|
50
|
-
activesupport (= 6.1.7.6)
|
51
|
-
globalid (>= 0.3.6)
|
52
|
-
activemodel (6.1.7.6)
|
53
|
-
activesupport (= 6.1.7.6)
|
54
|
-
activerecord (6.1.7.6)
|
55
|
-
activemodel (= 6.1.7.6)
|
56
|
-
activesupport (= 6.1.7.6)
|
57
|
-
activestorage (6.1.7.6)
|
58
|
-
actionpack (= 6.1.7.6)
|
59
|
-
activejob (= 6.1.7.6)
|
60
|
-
activerecord (= 6.1.7.6)
|
61
|
-
activesupport (= 6.1.7.6)
|
62
|
-
marcel (~> 1.0)
|
63
|
-
mini_mime (>= 1.1.0)
|
64
|
-
activesupport (6.1.7.6)
|
65
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
66
|
-
i18n (>= 1.6, < 2)
|
67
|
-
minitest (>= 5.1)
|
68
|
-
tzinfo (~> 2.0)
|
69
|
-
zeitwerk (~> 2.3)
|
70
|
-
appraisal (2.5.0)
|
71
|
-
bundler
|
72
|
-
rake
|
73
|
-
thor (>= 0.14.0)
|
74
|
-
builder (3.2.4)
|
75
|
-
concurrent-ruby (1.2.3)
|
76
|
-
crass (1.0.6)
|
77
|
-
date (3.3.4)
|
78
|
-
diff-lcs (1.5.0)
|
79
|
-
erubi (1.12.0)
|
80
|
-
globalid (1.2.1)
|
81
|
-
activesupport (>= 6.1)
|
82
|
-
i18n (1.14.1)
|
83
|
-
concurrent-ruby (~> 1.0)
|
84
|
-
loofah (2.22.0)
|
85
|
-
crass (~> 1.0.2)
|
86
|
-
nokogiri (>= 1.12.0)
|
87
|
-
mail (2.8.1)
|
88
|
-
mini_mime (>= 0.1.1)
|
89
|
-
net-imap
|
90
|
-
net-pop
|
91
|
-
net-smtp
|
92
|
-
marcel (1.0.2)
|
93
|
-
method_source (1.0.0)
|
94
|
-
mini_mime (1.1.5)
|
95
|
-
minitest (5.21.2)
|
96
|
-
net-imap (0.4.9.1)
|
97
|
-
date
|
98
|
-
net-protocol
|
99
|
-
net-pop (0.1.2)
|
100
|
-
net-protocol
|
101
|
-
net-protocol (0.2.2)
|
102
|
-
timeout
|
103
|
-
net-smtp (0.4.0.1)
|
104
|
-
net-protocol
|
105
|
-
nio4r (2.7.0)
|
106
|
-
nokogiri (1.16.0-arm64-darwin)
|
107
|
-
racc (~> 1.4)
|
108
|
-
psych (5.1.2)
|
109
|
-
stringio
|
110
|
-
racc (1.7.3)
|
111
|
-
rack (2.2.8)
|
112
|
-
rack-test (2.1.0)
|
113
|
-
rack (>= 1.3)
|
114
|
-
rails (6.1.7.6)
|
115
|
-
actioncable (= 6.1.7.6)
|
116
|
-
actionmailbox (= 6.1.7.6)
|
117
|
-
actionmailer (= 6.1.7.6)
|
118
|
-
actionpack (= 6.1.7.6)
|
119
|
-
actiontext (= 6.1.7.6)
|
120
|
-
actionview (= 6.1.7.6)
|
121
|
-
activejob (= 6.1.7.6)
|
122
|
-
activemodel (= 6.1.7.6)
|
123
|
-
activerecord (= 6.1.7.6)
|
124
|
-
activestorage (= 6.1.7.6)
|
125
|
-
activesupport (= 6.1.7.6)
|
126
|
-
bundler (>= 1.15.0)
|
127
|
-
railties (= 6.1.7.6)
|
128
|
-
sprockets-rails (>= 2.0.0)
|
129
|
-
rails-dom-testing (2.2.0)
|
130
|
-
activesupport (>= 5.0.0)
|
131
|
-
minitest
|
132
|
-
nokogiri (>= 1.6)
|
133
|
-
rails-html-sanitizer (1.6.0)
|
134
|
-
loofah (~> 2.21)
|
135
|
-
nokogiri (~> 1.14)
|
136
|
-
railties (6.1.7.6)
|
137
|
-
actionpack (= 6.1.7.6)
|
138
|
-
activesupport (= 6.1.7.6)
|
139
|
-
method_source
|
140
|
-
rake (>= 12.2)
|
141
|
-
thor (~> 1.0)
|
142
|
-
rake (13.1.0)
|
143
|
-
rdoc (6.6.2)
|
144
|
-
psych (>= 4.0.0)
|
145
|
-
rspec (3.12.0)
|
146
|
-
rspec-core (~> 3.12.0)
|
147
|
-
rspec-expectations (~> 3.12.0)
|
148
|
-
rspec-mocks (~> 3.12.0)
|
149
|
-
rspec-core (3.12.2)
|
150
|
-
rspec-support (~> 3.12.0)
|
151
|
-
rspec-expectations (3.12.3)
|
152
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
153
|
-
rspec-support (~> 3.12.0)
|
154
|
-
rspec-mocks (3.12.6)
|
155
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
156
|
-
rspec-support (~> 3.12.0)
|
157
|
-
rspec-support (3.12.1)
|
158
|
-
sprockets (4.2.1)
|
159
|
-
concurrent-ruby (~> 1.0)
|
160
|
-
rack (>= 2.2.4, < 4)
|
161
|
-
sprockets-rails (3.4.2)
|
162
|
-
actionpack (>= 5.2)
|
163
|
-
activesupport (>= 5.2)
|
164
|
-
sprockets (>= 3.0.0)
|
165
|
-
sqlite3 (1.7.1-arm64-darwin)
|
166
|
-
stringio (3.1.0)
|
167
|
-
thor (1.3.0)
|
168
|
-
timeout (0.4.1)
|
169
|
-
tzinfo (2.0.6)
|
170
|
-
concurrent-ruby (~> 1.0)
|
171
|
-
websocket-driver (0.7.6)
|
172
|
-
websocket-extensions (>= 0.1.0)
|
173
|
-
websocket-extensions (0.1.5)
|
174
|
-
zeitwerk (2.6.12)
|
175
|
-
|
176
|
-
PLATFORMS
|
177
|
-
arm64-darwin-23
|
178
|
-
|
179
|
-
DEPENDENCIES
|
180
|
-
active_recall!
|
181
|
-
appraisal
|
182
|
-
rails (~> 6.1)
|
183
|
-
rake (>= 12.0)
|
184
|
-
rdoc
|
185
|
-
rspec (>= 3.0)
|
186
|
-
sqlite3
|
187
|
-
|
188
|
-
BUNDLED WITH
|
189
|
-
2.4.14
|