active_recall 2.0.0 → 2.0.1

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: 5241d31af65cc21d9fd3ab8a68696587e5af6fdfe62ecf6b4ab719eadda9ee80
4
- data.tar.gz: 7572b3444399f07faa04c093ca4b0f0b95f0d272804aee5e884852824f5718c7
3
+ metadata.gz: 1be7449fff68fa72825e50fd75ac16c5e66c289b8478aa6b5777492a6d15f84c
4
+ data.tar.gz: 60a2523b2e4ea54a3cceebc442be03a36bfae90a8047d77bc96df17fe3f12e2c
5
5
  SHA512:
6
- metadata.gz: 8d44c8efe2acb539484adcb6c4d421ddebf2cdfb35b05c9b49e02c72a65ea1047c8b7dd145261fbbd9e8678221dc5300cdc3551600e263ac7b52947a78d94660
7
- data.tar.gz: bb043b33bd7242b2020a65d4e9e10953dcfbd136e42c5ac0964110c01a26400ad3b0a655d23ca2d74e634d7d41c8791d504f2cca78007c9db0cf49b35dd790c2
6
+ metadata.gz: 04fc13601da77c775765ff7e465010a9227d367dcfe4e7dd2eac0b7faf92461d2377ce106b1b03b1c14538e36ce9ab3c63d906b46fa1885f6eec784547aa3231
7
+ data.tar.gz: 3c663fbd9f5f5d14b040eefd4ad7dbe0c8ba58fcd2b5c90445658c3512c1c80a86da8bd91601ad219eb1043764cb5d221f9a35e2f45d5d7feb53398a20f1dc00
@@ -25,10 +25,6 @@ jobs:
25
25
  - 3.3
26
26
  allow_failures:
27
27
  - false
28
- include:
29
- - os: ubuntu
30
- ruby: ruby-head
31
- allow_failures: true
32
28
  env:
33
29
  BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
34
30
  ALLOW_FAILURES: "${{ matrix.allow_failures }}"
@@ -42,5 +38,13 @@ jobs:
42
38
  with:
43
39
  ruby-version: ${{ matrix.ruby }}
44
40
  bundler-cache: true
45
- - name: Test
46
- run: bundle exec rake spec || $ALLOW_FAILURES
41
+ - name: Install Appraisal Dependencies
42
+ run: bundle exec appraisal install
43
+ - name: Test with Rails 6.0
44
+ run: bundle exec appraisal rails-6-0 rake spec
45
+ - name: Test with Rails 6.1
46
+ run: bundle exec appraisal rails-6-1 rake spec
47
+ - name: Test with Rails 7.0
48
+ run: bundle exec appraisal rails-7-0 rake spec
49
+ - name: Test with Rails 7.0
50
+ run: bundle exec appraisal rails-7-0 rake spec
data/Appraisals ADDED
@@ -0,0 +1,15 @@
1
+ appraise 'rails-6-0' do
2
+ gem 'rails', '~> 6.0'
3
+ end
4
+
5
+ appraise 'rails-6-1' do
6
+ gem 'rails', '~> 6.1'
7
+ end
8
+
9
+ appraise 'rails-7-0' do
10
+ gem 'rails', '~> 7.0'
11
+ end
12
+
13
+ appraise 'rails-7-1' do
14
+ gem 'rails', '~> 7.1'
15
+ end
data/Gemfile.lock CHANGED
@@ -1,30 +1,180 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_recall (2.0.0)
4
+ active_recall (2.0.1)
5
5
  activerecord (>= 6.0, <= 7.2)
6
6
  activesupport (>= 6.0, <= 7.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activemodel (7.0.5.1)
12
- activesupport (= 7.0.5.1)
13
- activerecord (7.0.5.1)
14
- activemodel (= 7.0.5.1)
15
- activesupport (= 7.0.5.1)
16
- activesupport (7.0.5.1)
11
+ actioncable (7.1.3)
12
+ actionpack (= 7.1.3)
13
+ activesupport (= 7.1.3)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.1.3)
18
+ actionpack (= 7.1.3)
19
+ activejob (= 7.1.3)
20
+ activerecord (= 7.1.3)
21
+ activestorage (= 7.1.3)
22
+ activesupport (= 7.1.3)
23
+ mail (>= 2.7.1)
24
+ net-imap
25
+ net-pop
26
+ net-smtp
27
+ actionmailer (7.1.3)
28
+ actionpack (= 7.1.3)
29
+ actionview (= 7.1.3)
30
+ activejob (= 7.1.3)
31
+ activesupport (= 7.1.3)
32
+ mail (~> 2.5, >= 2.5.4)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ rails-dom-testing (~> 2.2)
37
+ actionpack (7.1.3)
38
+ actionview (= 7.1.3)
39
+ activesupport (= 7.1.3)
40
+ nokogiri (>= 1.8.5)
41
+ racc
42
+ rack (>= 2.2.4)
43
+ rack-session (>= 1.0.1)
44
+ rack-test (>= 0.6.3)
45
+ rails-dom-testing (~> 2.2)
46
+ rails-html-sanitizer (~> 1.6)
47
+ actiontext (7.1.3)
48
+ actionpack (= 7.1.3)
49
+ activerecord (= 7.1.3)
50
+ activestorage (= 7.1.3)
51
+ activesupport (= 7.1.3)
52
+ globalid (>= 0.6.0)
53
+ nokogiri (>= 1.8.5)
54
+ actionview (7.1.3)
55
+ activesupport (= 7.1.3)
56
+ builder (~> 3.1)
57
+ erubi (~> 1.11)
58
+ rails-dom-testing (~> 2.2)
59
+ rails-html-sanitizer (~> 1.6)
60
+ activejob (7.1.3)
61
+ activesupport (= 7.1.3)
62
+ globalid (>= 0.3.6)
63
+ activemodel (7.1.3)
64
+ activesupport (= 7.1.3)
65
+ activerecord (7.1.3)
66
+ activemodel (= 7.1.3)
67
+ activesupport (= 7.1.3)
68
+ timeout (>= 0.4.0)
69
+ activestorage (7.1.3)
70
+ actionpack (= 7.1.3)
71
+ activejob (= 7.1.3)
72
+ activerecord (= 7.1.3)
73
+ activesupport (= 7.1.3)
74
+ marcel (~> 1.0)
75
+ activesupport (7.1.3)
76
+ base64
77
+ bigdecimal
17
78
  concurrent-ruby (~> 1.0, >= 1.0.2)
79
+ connection_pool (>= 2.2.5)
80
+ drb
18
81
  i18n (>= 1.6, < 2)
19
82
  minitest (>= 5.1)
83
+ mutex_m
20
84
  tzinfo (~> 2.0)
85
+ appraisal (2.5.0)
86
+ bundler
87
+ rake
88
+ thor (>= 0.14.0)
89
+ base64 (0.2.0)
90
+ bigdecimal (3.1.6)
91
+ builder (3.2.4)
21
92
  concurrent-ruby (1.2.2)
93
+ connection_pool (2.4.1)
94
+ crass (1.0.6)
95
+ date (3.3.4)
22
96
  diff-lcs (1.3)
97
+ drb (2.2.0)
98
+ ruby2_keywords
99
+ erubi (1.12.0)
100
+ globalid (1.2.1)
101
+ activesupport (>= 6.1)
23
102
  i18n (1.14.1)
24
103
  concurrent-ruby (~> 1.0)
104
+ io-console (0.7.2)
105
+ irb (1.11.1)
106
+ rdoc
107
+ reline (>= 0.4.2)
108
+ loofah (2.22.0)
109
+ crass (~> 1.0.2)
110
+ nokogiri (>= 1.12.0)
111
+ mail (2.8.1)
112
+ mini_mime (>= 0.1.1)
113
+ net-imap
114
+ net-pop
115
+ net-smtp
116
+ marcel (1.0.2)
117
+ mini_mime (1.1.5)
118
+ mini_portile2 (2.8.5)
25
119
  minitest (5.18.1)
120
+ mutex_m (0.2.0)
121
+ net-imap (0.4.9.1)
122
+ date
123
+ net-protocol
124
+ net-pop (0.1.2)
125
+ net-protocol
126
+ net-protocol (0.2.2)
127
+ timeout
128
+ net-smtp (0.4.0.1)
129
+ net-protocol
130
+ nio4r (2.7.0)
131
+ nokogiri (1.16.0)
132
+ mini_portile2 (~> 2.8.2)
133
+ racc (~> 1.4)
134
+ nokogiri (1.16.0-x86_64-linux)
135
+ racc (~> 1.4)
136
+ racc (1.7.3)
137
+ rack (3.0.8)
138
+ rack-session (2.0.0)
139
+ rack (>= 3.0.0)
140
+ rack-test (2.1.0)
141
+ rack (>= 1.3)
142
+ rackup (2.1.0)
143
+ rack (>= 3)
144
+ webrick (~> 1.8)
145
+ rails (7.1.3)
146
+ actioncable (= 7.1.3)
147
+ actionmailbox (= 7.1.3)
148
+ actionmailer (= 7.1.3)
149
+ actionpack (= 7.1.3)
150
+ actiontext (= 7.1.3)
151
+ actionview (= 7.1.3)
152
+ activejob (= 7.1.3)
153
+ activemodel (= 7.1.3)
154
+ activerecord (= 7.1.3)
155
+ activestorage (= 7.1.3)
156
+ activesupport (= 7.1.3)
157
+ bundler (>= 1.15.0)
158
+ railties (= 7.1.3)
159
+ rails-dom-testing (2.2.0)
160
+ activesupport (>= 5.0.0)
161
+ minitest
162
+ nokogiri (>= 1.6)
163
+ rails-html-sanitizer (1.6.0)
164
+ loofah (~> 2.21)
165
+ nokogiri (~> 1.14)
166
+ railties (7.1.3)
167
+ actionpack (= 7.1.3)
168
+ activesupport (= 7.1.3)
169
+ irb
170
+ rackup (>= 1.0.0)
171
+ rake (>= 12.2)
172
+ thor (~> 1.0, >= 1.2.2)
173
+ zeitwerk (~> 2.6)
26
174
  rake (12.3.3)
27
175
  rdoc (6.2.0)
176
+ reline (0.4.2)
177
+ io-console (~> 0.5)
28
178
  rspec (3.8.0)
29
179
  rspec-core (~> 3.8.0)
30
180
  rspec-expectations (~> 3.8.0)
@@ -38,9 +188,17 @@ GEM
38
188
  diff-lcs (>= 1.2.0, < 2.0)
39
189
  rspec-support (~> 3.8.0)
40
190
  rspec-support (3.8.2)
191
+ ruby2_keywords (0.0.5)
41
192
  sqlite3 (1.4.2)
193
+ thor (1.3.0)
194
+ timeout (0.4.1)
42
195
  tzinfo (2.0.6)
43
196
  concurrent-ruby (~> 1.0)
197
+ webrick (1.8.1)
198
+ websocket-driver (0.7.6)
199
+ websocket-extensions (>= 0.1.0)
200
+ websocket-extensions (0.1.5)
201
+ zeitwerk (2.6.12)
44
202
 
45
203
  PLATFORMS
46
204
  ruby
@@ -48,6 +206,8 @@ PLATFORMS
48
206
 
49
207
  DEPENDENCIES
50
208
  active_recall!
209
+ appraisal
210
+ rails (>= 6.0, <= 7.2)
51
211
  rake (>= 12.0)
52
212
  rdoc
53
213
  rspec (>= 3.0)
data/README.md CHANGED
@@ -128,7 +128,7 @@ user.words.next #=> nil
128
128
  ## Development
129
129
 
130
130
  After checking out the repo, run `bin/setup` to install dependencies.
131
- Then, run `rake spec` to run the tests.
131
+ Then, run `bin/spec` to run the tests.
132
132
  You can also run `bin/console` for an interactive prompt that will allow you to experiment.
133
133
 
134
134
  To install this gem onto your local machine, run `bundle exec rake install`.
@@ -32,6 +32,8 @@ Gem::Specification.new do |spec|
32
32
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
33
33
  spec.require_paths = ["lib"]
34
34
 
35
+ spec.add_development_dependency 'appraisal'
36
+ spec.add_development_dependency "rails", ">= 6.0", "<= 7.2"
35
37
  spec.add_development_dependency "rake", ">= 12.0"
36
38
  spec.add_development_dependency "rdoc"
37
39
  spec.add_development_dependency "rspec", ">= 3.0"
data/bin/setup CHANGED
@@ -4,3 +4,4 @@ IFS=$'\n\t'
4
4
  set -vx
5
5
 
6
6
  bundle install
7
+ bundle exec appraisal install
data/bin/spec ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env bash
2
+ set -eo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ appraisal=${1:-}
7
+
8
+ if [ -z "$appraisal" ]; then
9
+ # Run tests for all appraisals if none is specified
10
+ bundle exec appraisal rake spec
11
+ else
12
+ # Run tests for a specific appraisal
13
+ bundle exec appraisal "$appraisal" rake spec
14
+ fi
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 6.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,189 @@
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.0)
183
+ rake (>= 12.0)
184
+ rdoc
185
+ rspec (>= 3.0)
186
+ sqlite3
187
+
188
+ BUNDLED WITH
189
+ 2.4.14
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 6.1"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,189 @@
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
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 7.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,216 @@
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 (7.1.3)
12
+ actionpack (= 7.1.3)
13
+ activesupport (= 7.1.3)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.1.3)
18
+ actionpack (= 7.1.3)
19
+ activejob (= 7.1.3)
20
+ activerecord (= 7.1.3)
21
+ activestorage (= 7.1.3)
22
+ activesupport (= 7.1.3)
23
+ mail (>= 2.7.1)
24
+ net-imap
25
+ net-pop
26
+ net-smtp
27
+ actionmailer (7.1.3)
28
+ actionpack (= 7.1.3)
29
+ actionview (= 7.1.3)
30
+ activejob (= 7.1.3)
31
+ activesupport (= 7.1.3)
32
+ mail (~> 2.5, >= 2.5.4)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ rails-dom-testing (~> 2.2)
37
+ actionpack (7.1.3)
38
+ actionview (= 7.1.3)
39
+ activesupport (= 7.1.3)
40
+ nokogiri (>= 1.8.5)
41
+ racc
42
+ rack (>= 2.2.4)
43
+ rack-session (>= 1.0.1)
44
+ rack-test (>= 0.6.3)
45
+ rails-dom-testing (~> 2.2)
46
+ rails-html-sanitizer (~> 1.6)
47
+ actiontext (7.1.3)
48
+ actionpack (= 7.1.3)
49
+ activerecord (= 7.1.3)
50
+ activestorage (= 7.1.3)
51
+ activesupport (= 7.1.3)
52
+ globalid (>= 0.6.0)
53
+ nokogiri (>= 1.8.5)
54
+ actionview (7.1.3)
55
+ activesupport (= 7.1.3)
56
+ builder (~> 3.1)
57
+ erubi (~> 1.11)
58
+ rails-dom-testing (~> 2.2)
59
+ rails-html-sanitizer (~> 1.6)
60
+ activejob (7.1.3)
61
+ activesupport (= 7.1.3)
62
+ globalid (>= 0.3.6)
63
+ activemodel (7.1.3)
64
+ activesupport (= 7.1.3)
65
+ activerecord (7.1.3)
66
+ activemodel (= 7.1.3)
67
+ activesupport (= 7.1.3)
68
+ timeout (>= 0.4.0)
69
+ activestorage (7.1.3)
70
+ actionpack (= 7.1.3)
71
+ activejob (= 7.1.3)
72
+ activerecord (= 7.1.3)
73
+ activesupport (= 7.1.3)
74
+ marcel (~> 1.0)
75
+ activesupport (7.1.3)
76
+ base64
77
+ bigdecimal
78
+ concurrent-ruby (~> 1.0, >= 1.0.2)
79
+ connection_pool (>= 2.2.5)
80
+ drb
81
+ i18n (>= 1.6, < 2)
82
+ minitest (>= 5.1)
83
+ mutex_m
84
+ tzinfo (~> 2.0)
85
+ appraisal (2.5.0)
86
+ bundler
87
+ rake
88
+ thor (>= 0.14.0)
89
+ base64 (0.2.0)
90
+ bigdecimal (3.1.6)
91
+ builder (3.2.4)
92
+ concurrent-ruby (1.2.3)
93
+ connection_pool (2.4.1)
94
+ crass (1.0.6)
95
+ date (3.3.4)
96
+ diff-lcs (1.5.0)
97
+ drb (2.2.0)
98
+ ruby2_keywords
99
+ erubi (1.12.0)
100
+ globalid (1.2.1)
101
+ activesupport (>= 6.1)
102
+ i18n (1.14.1)
103
+ concurrent-ruby (~> 1.0)
104
+ io-console (0.7.2)
105
+ irb (1.11.1)
106
+ rdoc
107
+ reline (>= 0.4.2)
108
+ loofah (2.22.0)
109
+ crass (~> 1.0.2)
110
+ nokogiri (>= 1.12.0)
111
+ mail (2.8.1)
112
+ mini_mime (>= 0.1.1)
113
+ net-imap
114
+ net-pop
115
+ net-smtp
116
+ marcel (1.0.2)
117
+ mini_mime (1.1.5)
118
+ minitest (5.21.2)
119
+ mutex_m (0.2.0)
120
+ net-imap (0.4.9.1)
121
+ date
122
+ net-protocol
123
+ net-pop (0.1.2)
124
+ net-protocol
125
+ net-protocol (0.2.2)
126
+ timeout
127
+ net-smtp (0.4.0.1)
128
+ net-protocol
129
+ nio4r (2.7.0)
130
+ nokogiri (1.16.0-arm64-darwin)
131
+ racc (~> 1.4)
132
+ psych (5.1.2)
133
+ stringio
134
+ racc (1.7.3)
135
+ rack (3.0.8)
136
+ rack-session (2.0.0)
137
+ rack (>= 3.0.0)
138
+ rack-test (2.1.0)
139
+ rack (>= 1.3)
140
+ rackup (2.1.0)
141
+ rack (>= 3)
142
+ webrick (~> 1.8)
143
+ rails (7.1.3)
144
+ actioncable (= 7.1.3)
145
+ actionmailbox (= 7.1.3)
146
+ actionmailer (= 7.1.3)
147
+ actionpack (= 7.1.3)
148
+ actiontext (= 7.1.3)
149
+ actionview (= 7.1.3)
150
+ activejob (= 7.1.3)
151
+ activemodel (= 7.1.3)
152
+ activerecord (= 7.1.3)
153
+ activestorage (= 7.1.3)
154
+ activesupport (= 7.1.3)
155
+ bundler (>= 1.15.0)
156
+ railties (= 7.1.3)
157
+ rails-dom-testing (2.2.0)
158
+ activesupport (>= 5.0.0)
159
+ minitest
160
+ nokogiri (>= 1.6)
161
+ rails-html-sanitizer (1.6.0)
162
+ loofah (~> 2.21)
163
+ nokogiri (~> 1.14)
164
+ railties (7.1.3)
165
+ actionpack (= 7.1.3)
166
+ activesupport (= 7.1.3)
167
+ irb
168
+ rackup (>= 1.0.0)
169
+ rake (>= 12.2)
170
+ thor (~> 1.0, >= 1.2.2)
171
+ zeitwerk (~> 2.6)
172
+ rake (13.1.0)
173
+ rdoc (6.6.2)
174
+ psych (>= 4.0.0)
175
+ reline (0.4.2)
176
+ io-console (~> 0.5)
177
+ rspec (3.12.0)
178
+ rspec-core (~> 3.12.0)
179
+ rspec-expectations (~> 3.12.0)
180
+ rspec-mocks (~> 3.12.0)
181
+ rspec-core (3.12.2)
182
+ rspec-support (~> 3.12.0)
183
+ rspec-expectations (3.12.3)
184
+ diff-lcs (>= 1.2.0, < 2.0)
185
+ rspec-support (~> 3.12.0)
186
+ rspec-mocks (3.12.6)
187
+ diff-lcs (>= 1.2.0, < 2.0)
188
+ rspec-support (~> 3.12.0)
189
+ rspec-support (3.12.1)
190
+ ruby2_keywords (0.0.5)
191
+ sqlite3 (1.7.1-arm64-darwin)
192
+ stringio (3.1.0)
193
+ thor (1.3.0)
194
+ timeout (0.4.1)
195
+ tzinfo (2.0.6)
196
+ concurrent-ruby (~> 1.0)
197
+ webrick (1.8.1)
198
+ websocket-driver (0.7.6)
199
+ websocket-extensions (>= 0.1.0)
200
+ websocket-extensions (0.1.5)
201
+ zeitwerk (2.6.12)
202
+
203
+ PLATFORMS
204
+ arm64-darwin-23
205
+
206
+ DEPENDENCIES
207
+ active_recall!
208
+ appraisal
209
+ rails (~> 7.0)
210
+ rake (>= 12.0)
211
+ rdoc
212
+ rspec (>= 3.0)
213
+ sqlite3
214
+
215
+ BUNDLED WITH
216
+ 2.4.14
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 7.1"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,216 @@
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 (7.1.3)
12
+ actionpack (= 7.1.3)
13
+ activesupport (= 7.1.3)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.1.3)
18
+ actionpack (= 7.1.3)
19
+ activejob (= 7.1.3)
20
+ activerecord (= 7.1.3)
21
+ activestorage (= 7.1.3)
22
+ activesupport (= 7.1.3)
23
+ mail (>= 2.7.1)
24
+ net-imap
25
+ net-pop
26
+ net-smtp
27
+ actionmailer (7.1.3)
28
+ actionpack (= 7.1.3)
29
+ actionview (= 7.1.3)
30
+ activejob (= 7.1.3)
31
+ activesupport (= 7.1.3)
32
+ mail (~> 2.5, >= 2.5.4)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ rails-dom-testing (~> 2.2)
37
+ actionpack (7.1.3)
38
+ actionview (= 7.1.3)
39
+ activesupport (= 7.1.3)
40
+ nokogiri (>= 1.8.5)
41
+ racc
42
+ rack (>= 2.2.4)
43
+ rack-session (>= 1.0.1)
44
+ rack-test (>= 0.6.3)
45
+ rails-dom-testing (~> 2.2)
46
+ rails-html-sanitizer (~> 1.6)
47
+ actiontext (7.1.3)
48
+ actionpack (= 7.1.3)
49
+ activerecord (= 7.1.3)
50
+ activestorage (= 7.1.3)
51
+ activesupport (= 7.1.3)
52
+ globalid (>= 0.6.0)
53
+ nokogiri (>= 1.8.5)
54
+ actionview (7.1.3)
55
+ activesupport (= 7.1.3)
56
+ builder (~> 3.1)
57
+ erubi (~> 1.11)
58
+ rails-dom-testing (~> 2.2)
59
+ rails-html-sanitizer (~> 1.6)
60
+ activejob (7.1.3)
61
+ activesupport (= 7.1.3)
62
+ globalid (>= 0.3.6)
63
+ activemodel (7.1.3)
64
+ activesupport (= 7.1.3)
65
+ activerecord (7.1.3)
66
+ activemodel (= 7.1.3)
67
+ activesupport (= 7.1.3)
68
+ timeout (>= 0.4.0)
69
+ activestorage (7.1.3)
70
+ actionpack (= 7.1.3)
71
+ activejob (= 7.1.3)
72
+ activerecord (= 7.1.3)
73
+ activesupport (= 7.1.3)
74
+ marcel (~> 1.0)
75
+ activesupport (7.1.3)
76
+ base64
77
+ bigdecimal
78
+ concurrent-ruby (~> 1.0, >= 1.0.2)
79
+ connection_pool (>= 2.2.5)
80
+ drb
81
+ i18n (>= 1.6, < 2)
82
+ minitest (>= 5.1)
83
+ mutex_m
84
+ tzinfo (~> 2.0)
85
+ appraisal (2.5.0)
86
+ bundler
87
+ rake
88
+ thor (>= 0.14.0)
89
+ base64 (0.2.0)
90
+ bigdecimal (3.1.6)
91
+ builder (3.2.4)
92
+ concurrent-ruby (1.2.3)
93
+ connection_pool (2.4.1)
94
+ crass (1.0.6)
95
+ date (3.3.4)
96
+ diff-lcs (1.5.0)
97
+ drb (2.2.0)
98
+ ruby2_keywords
99
+ erubi (1.12.0)
100
+ globalid (1.2.1)
101
+ activesupport (>= 6.1)
102
+ i18n (1.14.1)
103
+ concurrent-ruby (~> 1.0)
104
+ io-console (0.7.2)
105
+ irb (1.11.1)
106
+ rdoc
107
+ reline (>= 0.4.2)
108
+ loofah (2.22.0)
109
+ crass (~> 1.0.2)
110
+ nokogiri (>= 1.12.0)
111
+ mail (2.8.1)
112
+ mini_mime (>= 0.1.1)
113
+ net-imap
114
+ net-pop
115
+ net-smtp
116
+ marcel (1.0.2)
117
+ mini_mime (1.1.5)
118
+ minitest (5.21.2)
119
+ mutex_m (0.2.0)
120
+ net-imap (0.4.9.1)
121
+ date
122
+ net-protocol
123
+ net-pop (0.1.2)
124
+ net-protocol
125
+ net-protocol (0.2.2)
126
+ timeout
127
+ net-smtp (0.4.0.1)
128
+ net-protocol
129
+ nio4r (2.7.0)
130
+ nokogiri (1.16.0-arm64-darwin)
131
+ racc (~> 1.4)
132
+ psych (5.1.2)
133
+ stringio
134
+ racc (1.7.3)
135
+ rack (3.0.8)
136
+ rack-session (2.0.0)
137
+ rack (>= 3.0.0)
138
+ rack-test (2.1.0)
139
+ rack (>= 1.3)
140
+ rackup (2.1.0)
141
+ rack (>= 3)
142
+ webrick (~> 1.8)
143
+ rails (7.1.3)
144
+ actioncable (= 7.1.3)
145
+ actionmailbox (= 7.1.3)
146
+ actionmailer (= 7.1.3)
147
+ actionpack (= 7.1.3)
148
+ actiontext (= 7.1.3)
149
+ actionview (= 7.1.3)
150
+ activejob (= 7.1.3)
151
+ activemodel (= 7.1.3)
152
+ activerecord (= 7.1.3)
153
+ activestorage (= 7.1.3)
154
+ activesupport (= 7.1.3)
155
+ bundler (>= 1.15.0)
156
+ railties (= 7.1.3)
157
+ rails-dom-testing (2.2.0)
158
+ activesupport (>= 5.0.0)
159
+ minitest
160
+ nokogiri (>= 1.6)
161
+ rails-html-sanitizer (1.6.0)
162
+ loofah (~> 2.21)
163
+ nokogiri (~> 1.14)
164
+ railties (7.1.3)
165
+ actionpack (= 7.1.3)
166
+ activesupport (= 7.1.3)
167
+ irb
168
+ rackup (>= 1.0.0)
169
+ rake (>= 12.2)
170
+ thor (~> 1.0, >= 1.2.2)
171
+ zeitwerk (~> 2.6)
172
+ rake (13.1.0)
173
+ rdoc (6.6.2)
174
+ psych (>= 4.0.0)
175
+ reline (0.4.2)
176
+ io-console (~> 0.5)
177
+ rspec (3.12.0)
178
+ rspec-core (~> 3.12.0)
179
+ rspec-expectations (~> 3.12.0)
180
+ rspec-mocks (~> 3.12.0)
181
+ rspec-core (3.12.2)
182
+ rspec-support (~> 3.12.0)
183
+ rspec-expectations (3.12.3)
184
+ diff-lcs (>= 1.2.0, < 2.0)
185
+ rspec-support (~> 3.12.0)
186
+ rspec-mocks (3.12.6)
187
+ diff-lcs (>= 1.2.0, < 2.0)
188
+ rspec-support (~> 3.12.0)
189
+ rspec-support (3.12.1)
190
+ ruby2_keywords (0.0.5)
191
+ sqlite3 (1.7.1-arm64-darwin)
192
+ stringio (3.1.0)
193
+ thor (1.3.0)
194
+ timeout (0.4.1)
195
+ tzinfo (2.0.6)
196
+ concurrent-ruby (~> 1.0)
197
+ webrick (1.8.1)
198
+ websocket-driver (0.7.6)
199
+ websocket-extensions (>= 0.1.0)
200
+ websocket-extensions (0.1.5)
201
+ zeitwerk (2.6.12)
202
+
203
+ PLATFORMS
204
+ arm64-darwin-23
205
+
206
+ DEPENDENCIES
207
+ active_recall!
208
+ appraisal
209
+ rails (~> 7.1)
210
+ rake (>= 12.0)
211
+ rdoc
212
+ rspec (>= 3.0)
213
+ sqlite3
214
+
215
+ BUNDLED WITH
216
+ 2.4.14
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveRecall
4
- VERSION = "2.0.0"
4
+ VERSION = "2.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_recall
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Gravina
@@ -9,8 +9,42 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-01-14 00:00:00.000000000 Z
12
+ date: 2024-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: appraisal
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: '0'
21
+ type: :development
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: '0'
28
+ - !ruby/object:Gem::Dependency
29
+ name: rails
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '6.0'
35
+ - - "<="
36
+ - !ruby/object:Gem::Version
37
+ version: '7.2'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '6.0'
45
+ - - "<="
46
+ - !ruby/object:Gem::Version
47
+ version: '7.2'
14
48
  - !ruby/object:Gem::Dependency
15
49
  name: rake
16
50
  requirement: !ruby/object:Gem::Requirement
@@ -119,6 +153,7 @@ files:
119
153
  - ".gitignore"
120
154
  - ".rspec"
121
155
  - ".tool-versions"
156
+ - Appraisals
122
157
  - Gemfile
123
158
  - Gemfile.lock
124
159
  - LICENSE
@@ -127,6 +162,15 @@ files:
127
162
  - active_recall.gemspec
128
163
  - bin/console
129
164
  - bin/setup
165
+ - bin/spec
166
+ - gemfiles/rails_6_0.gemfile
167
+ - gemfiles/rails_6_0.gemfile.lock
168
+ - gemfiles/rails_6_1.gemfile
169
+ - gemfiles/rails_6_1.gemfile.lock
170
+ - gemfiles/rails_7_0.gemfile
171
+ - gemfiles/rails_7_0.gemfile.lock
172
+ - gemfiles/rails_7_1.gemfile
173
+ - gemfiles/rails_7_1.gemfile.lock
130
174
  - lib/active_recall.rb
131
175
  - lib/active_recall/algorithms/fibonacci_sequence.rb
132
176
  - lib/active_recall/algorithms/leitner_system.rb