unreliable 0.1.2 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -1
- data/README.md +89 -67
- data/lib/unreliable/build_order.rb +35 -1
- data/lib/unreliable/version.rb +1 -1
- data/spec/env_spec.rb +2 -2
- data/spec/examples.txt +39 -14
- data/spec/model_cache_versioning_spec.rb +22 -0
- data/spec/model_indexes_books_spec.rb +15 -0
- data/spec/model_indexes_cats_spec.rb +11 -0
- data/spec/model_indexes_dreams_spec.rb +11 -0
- data/spec/model_indexes_shelves_spec.rb +33 -0
- data/spec/model_joins_spec.rb +27 -0
- data/spec/model_select_spec.rb +6 -6
- data/spec/model_subquery_spec.rb +3 -3
- data/spec/model_update_arel_10_spec.rb +40 -0
- data/spec/spec_helper.rb +7 -0
- data/spec/textual_order_spec.rb +35 -0
- data/spec/version_spec.rb +1 -1
- metadata +14 -20
- data/Appraisals +0 -32
- data/gemfiles/activerecord_5.0.gemfile +0 -8
- data/gemfiles/activerecord_5.0.gemfile.lock +0 -134
- data/gemfiles/activerecord_5.1.gemfile +0 -8
- data/gemfiles/activerecord_5.1.gemfile.lock +0 -134
- data/gemfiles/activerecord_5.2.gemfile +0 -8
- data/gemfiles/activerecord_5.2.gemfile.lock +0 -134
- data/gemfiles/activerecord_6.0.gemfile +0 -7
- data/gemfiles/activerecord_6.0.gemfile.lock +0 -134
- data/gemfiles/activerecord_6.1.gemfile +0 -7
- data/gemfiles/activerecord_6.1.gemfile.lock +0 -133
- data/gemfiles/activerecord_7.0.gemfile +0 -7
- data/gemfiles/activerecord_7.0.gemfile.lock +0 -133
- data/spec/model_update_spec.rb +0 -7
@@ -1,134 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
unreliable (0.1.2)
|
5
|
-
activerecord (>= 5.0, < 8.0)
|
6
|
-
railties (>= 5.0, < 8.0)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actionpack (6.0.4.7)
|
12
|
-
actionview (= 6.0.4.7)
|
13
|
-
activesupport (= 6.0.4.7)
|
14
|
-
rack (~> 2.0, >= 2.0.8)
|
15
|
-
rack-test (>= 0.6.3)
|
16
|
-
rails-dom-testing (~> 2.0)
|
17
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
18
|
-
actionview (6.0.4.7)
|
19
|
-
activesupport (= 6.0.4.7)
|
20
|
-
builder (~> 3.1)
|
21
|
-
erubi (~> 1.4)
|
22
|
-
rails-dom-testing (~> 2.0)
|
23
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
24
|
-
activemodel (6.0.4.7)
|
25
|
-
activesupport (= 6.0.4.7)
|
26
|
-
activerecord (6.0.4.7)
|
27
|
-
activemodel (= 6.0.4.7)
|
28
|
-
activesupport (= 6.0.4.7)
|
29
|
-
activesupport (6.0.4.7)
|
30
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
31
|
-
i18n (>= 0.7, < 2)
|
32
|
-
minitest (~> 5.1)
|
33
|
-
tzinfo (~> 1.1)
|
34
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
35
|
-
appraisal (2.4.1)
|
36
|
-
bundler
|
37
|
-
rake
|
38
|
-
thor (>= 0.14.0)
|
39
|
-
ast (2.4.2)
|
40
|
-
builder (3.2.4)
|
41
|
-
combustion (1.3.5)
|
42
|
-
activesupport (>= 3.0.0)
|
43
|
-
railties (>= 3.0.0)
|
44
|
-
thor (>= 0.14.6)
|
45
|
-
concurrent-ruby (1.1.10)
|
46
|
-
crass (1.0.6)
|
47
|
-
diff-lcs (1.5.0)
|
48
|
-
erubi (1.10.0)
|
49
|
-
i18n (1.10.0)
|
50
|
-
concurrent-ruby (~> 1.0)
|
51
|
-
loofah (2.16.0)
|
52
|
-
crass (~> 1.0.2)
|
53
|
-
nokogiri (>= 1.5.9)
|
54
|
-
method_source (1.0.0)
|
55
|
-
minitest (5.15.0)
|
56
|
-
nokogiri (1.13.4-x86_64-linux)
|
57
|
-
racc (~> 1.4)
|
58
|
-
parallel (1.22.1)
|
59
|
-
parser (3.1.2.0)
|
60
|
-
ast (~> 2.4.1)
|
61
|
-
racc (1.6.0)
|
62
|
-
rack (2.2.3)
|
63
|
-
rack-test (1.1.0)
|
64
|
-
rack (>= 1.0, < 3)
|
65
|
-
rails-dom-testing (2.0.3)
|
66
|
-
activesupport (>= 4.2.0)
|
67
|
-
nokogiri (>= 1.6)
|
68
|
-
rails-html-sanitizer (1.4.2)
|
69
|
-
loofah (~> 2.3)
|
70
|
-
railties (6.0.4.7)
|
71
|
-
actionpack (= 6.0.4.7)
|
72
|
-
activesupport (= 6.0.4.7)
|
73
|
-
method_source
|
74
|
-
rake (>= 0.8.7)
|
75
|
-
thor (>= 0.20.3, < 2.0)
|
76
|
-
rainbow (3.1.1)
|
77
|
-
rake (13.0.6)
|
78
|
-
regexp_parser (2.3.1)
|
79
|
-
rexml (3.2.5)
|
80
|
-
rspec (3.11.0)
|
81
|
-
rspec-core (~> 3.11.0)
|
82
|
-
rspec-expectations (~> 3.11.0)
|
83
|
-
rspec-mocks (~> 3.11.0)
|
84
|
-
rspec-core (3.11.0)
|
85
|
-
rspec-support (~> 3.11.0)
|
86
|
-
rspec-expectations (3.11.0)
|
87
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
88
|
-
rspec-support (~> 3.11.0)
|
89
|
-
rspec-mocks (3.11.1)
|
90
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
91
|
-
rspec-support (~> 3.11.0)
|
92
|
-
rspec-support (3.11.0)
|
93
|
-
rubocop (1.28.2)
|
94
|
-
parallel (~> 1.10)
|
95
|
-
parser (>= 3.1.0.0)
|
96
|
-
rainbow (>= 2.2.2, < 4.0)
|
97
|
-
regexp_parser (>= 1.8, < 3.0)
|
98
|
-
rexml
|
99
|
-
rubocop-ast (>= 1.17.0, < 2.0)
|
100
|
-
ruby-progressbar (~> 1.7)
|
101
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
102
|
-
rubocop-ast (1.17.0)
|
103
|
-
parser (>= 3.1.1.0)
|
104
|
-
rubocop-performance (1.13.3)
|
105
|
-
rubocop (>= 1.7.0, < 2.0)
|
106
|
-
rubocop-ast (>= 0.4.0)
|
107
|
-
ruby-progressbar (1.11.0)
|
108
|
-
sqlite3 (1.4.2)
|
109
|
-
standard (1.11.0)
|
110
|
-
rubocop (= 1.28.2)
|
111
|
-
rubocop-performance (= 1.13.3)
|
112
|
-
thor (1.2.1)
|
113
|
-
thread_safe (0.3.6)
|
114
|
-
tzinfo (1.2.9)
|
115
|
-
thread_safe (~> 0.1)
|
116
|
-
unicode-display_width (2.1.0)
|
117
|
-
zeitwerk (2.5.4)
|
118
|
-
|
119
|
-
PLATFORMS
|
120
|
-
x86_64-linux
|
121
|
-
|
122
|
-
DEPENDENCIES
|
123
|
-
activerecord (~> 6.0.0)
|
124
|
-
appraisal (~> 2.4)
|
125
|
-
bundler (~> 2.1)
|
126
|
-
combustion (~> 1.3)
|
127
|
-
rake (~> 13.0)
|
128
|
-
rspec (~> 3.0)
|
129
|
-
sqlite3 (~> 1.4)
|
130
|
-
standard (~> 1.11)
|
131
|
-
unreliable!
|
132
|
-
|
133
|
-
BUNDLED WITH
|
134
|
-
2.3.8
|
@@ -1,133 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
unreliable (0.1.2)
|
5
|
-
activerecord (>= 5.0, < 8.0)
|
6
|
-
railties (>= 5.0, < 8.0)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actionpack (6.1.5)
|
12
|
-
actionview (= 6.1.5)
|
13
|
-
activesupport (= 6.1.5)
|
14
|
-
rack (~> 2.0, >= 2.0.9)
|
15
|
-
rack-test (>= 0.6.3)
|
16
|
-
rails-dom-testing (~> 2.0)
|
17
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
18
|
-
actionview (6.1.5)
|
19
|
-
activesupport (= 6.1.5)
|
20
|
-
builder (~> 3.1)
|
21
|
-
erubi (~> 1.4)
|
22
|
-
rails-dom-testing (~> 2.0)
|
23
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
24
|
-
activemodel (6.1.5)
|
25
|
-
activesupport (= 6.1.5)
|
26
|
-
activerecord (6.1.5)
|
27
|
-
activemodel (= 6.1.5)
|
28
|
-
activesupport (= 6.1.5)
|
29
|
-
activesupport (6.1.5)
|
30
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
31
|
-
i18n (>= 1.6, < 2)
|
32
|
-
minitest (>= 5.1)
|
33
|
-
tzinfo (~> 2.0)
|
34
|
-
zeitwerk (~> 2.3)
|
35
|
-
appraisal (2.4.1)
|
36
|
-
bundler
|
37
|
-
rake
|
38
|
-
thor (>= 0.14.0)
|
39
|
-
ast (2.4.2)
|
40
|
-
builder (3.2.4)
|
41
|
-
combustion (1.3.5)
|
42
|
-
activesupport (>= 3.0.0)
|
43
|
-
railties (>= 3.0.0)
|
44
|
-
thor (>= 0.14.6)
|
45
|
-
concurrent-ruby (1.1.10)
|
46
|
-
crass (1.0.6)
|
47
|
-
diff-lcs (1.5.0)
|
48
|
-
erubi (1.10.0)
|
49
|
-
i18n (1.10.0)
|
50
|
-
concurrent-ruby (~> 1.0)
|
51
|
-
loofah (2.16.0)
|
52
|
-
crass (~> 1.0.2)
|
53
|
-
nokogiri (>= 1.5.9)
|
54
|
-
method_source (1.0.0)
|
55
|
-
minitest (5.15.0)
|
56
|
-
nokogiri (1.13.4-x86_64-linux)
|
57
|
-
racc (~> 1.4)
|
58
|
-
parallel (1.22.1)
|
59
|
-
parser (3.1.2.0)
|
60
|
-
ast (~> 2.4.1)
|
61
|
-
racc (1.6.0)
|
62
|
-
rack (2.2.3)
|
63
|
-
rack-test (1.1.0)
|
64
|
-
rack (>= 1.0, < 3)
|
65
|
-
rails-dom-testing (2.0.3)
|
66
|
-
activesupport (>= 4.2.0)
|
67
|
-
nokogiri (>= 1.6)
|
68
|
-
rails-html-sanitizer (1.4.2)
|
69
|
-
loofah (~> 2.3)
|
70
|
-
railties (6.1.5)
|
71
|
-
actionpack (= 6.1.5)
|
72
|
-
activesupport (= 6.1.5)
|
73
|
-
method_source
|
74
|
-
rake (>= 12.2)
|
75
|
-
thor (~> 1.0)
|
76
|
-
rainbow (3.1.1)
|
77
|
-
rake (13.0.6)
|
78
|
-
regexp_parser (2.3.1)
|
79
|
-
rexml (3.2.5)
|
80
|
-
rspec (3.11.0)
|
81
|
-
rspec-core (~> 3.11.0)
|
82
|
-
rspec-expectations (~> 3.11.0)
|
83
|
-
rspec-mocks (~> 3.11.0)
|
84
|
-
rspec-core (3.11.0)
|
85
|
-
rspec-support (~> 3.11.0)
|
86
|
-
rspec-expectations (3.11.0)
|
87
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
88
|
-
rspec-support (~> 3.11.0)
|
89
|
-
rspec-mocks (3.11.1)
|
90
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
91
|
-
rspec-support (~> 3.11.0)
|
92
|
-
rspec-support (3.11.0)
|
93
|
-
rubocop (1.28.2)
|
94
|
-
parallel (~> 1.10)
|
95
|
-
parser (>= 3.1.0.0)
|
96
|
-
rainbow (>= 2.2.2, < 4.0)
|
97
|
-
regexp_parser (>= 1.8, < 3.0)
|
98
|
-
rexml
|
99
|
-
rubocop-ast (>= 1.17.0, < 2.0)
|
100
|
-
ruby-progressbar (~> 1.7)
|
101
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
102
|
-
rubocop-ast (1.17.0)
|
103
|
-
parser (>= 3.1.1.0)
|
104
|
-
rubocop-performance (1.13.3)
|
105
|
-
rubocop (>= 1.7.0, < 2.0)
|
106
|
-
rubocop-ast (>= 0.4.0)
|
107
|
-
ruby-progressbar (1.11.0)
|
108
|
-
sqlite3 (1.4.2)
|
109
|
-
standard (1.11.0)
|
110
|
-
rubocop (= 1.28.2)
|
111
|
-
rubocop-performance (= 1.13.3)
|
112
|
-
thor (1.2.1)
|
113
|
-
tzinfo (2.0.4)
|
114
|
-
concurrent-ruby (~> 1.0)
|
115
|
-
unicode-display_width (2.1.0)
|
116
|
-
zeitwerk (2.5.4)
|
117
|
-
|
118
|
-
PLATFORMS
|
119
|
-
x86_64-linux
|
120
|
-
|
121
|
-
DEPENDENCIES
|
122
|
-
activerecord (~> 6.1.0)
|
123
|
-
appraisal (~> 2.4)
|
124
|
-
bundler (~> 2.1)
|
125
|
-
combustion (~> 1.3)
|
126
|
-
rake (~> 13.0)
|
127
|
-
rspec (~> 3.0)
|
128
|
-
sqlite3 (~> 1.4)
|
129
|
-
standard (~> 1.11)
|
130
|
-
unreliable!
|
131
|
-
|
132
|
-
BUNDLED WITH
|
133
|
-
2.3.8
|
@@ -1,133 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
unreliable (0.1.2)
|
5
|
-
activerecord (>= 5.0, < 8.0)
|
6
|
-
railties (>= 5.0, < 8.0)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actionpack (7.0.2.3)
|
12
|
-
actionview (= 7.0.2.3)
|
13
|
-
activesupport (= 7.0.2.3)
|
14
|
-
rack (~> 2.0, >= 2.2.0)
|
15
|
-
rack-test (>= 0.6.3)
|
16
|
-
rails-dom-testing (~> 2.0)
|
17
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
18
|
-
actionview (7.0.2.3)
|
19
|
-
activesupport (= 7.0.2.3)
|
20
|
-
builder (~> 3.1)
|
21
|
-
erubi (~> 1.4)
|
22
|
-
rails-dom-testing (~> 2.0)
|
23
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
24
|
-
activemodel (7.0.2.3)
|
25
|
-
activesupport (= 7.0.2.3)
|
26
|
-
activerecord (7.0.2.3)
|
27
|
-
activemodel (= 7.0.2.3)
|
28
|
-
activesupport (= 7.0.2.3)
|
29
|
-
activesupport (7.0.2.3)
|
30
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
31
|
-
i18n (>= 1.6, < 2)
|
32
|
-
minitest (>= 5.1)
|
33
|
-
tzinfo (~> 2.0)
|
34
|
-
appraisal (2.4.1)
|
35
|
-
bundler
|
36
|
-
rake
|
37
|
-
thor (>= 0.14.0)
|
38
|
-
ast (2.4.2)
|
39
|
-
builder (3.2.4)
|
40
|
-
combustion (1.3.5)
|
41
|
-
activesupport (>= 3.0.0)
|
42
|
-
railties (>= 3.0.0)
|
43
|
-
thor (>= 0.14.6)
|
44
|
-
concurrent-ruby (1.1.10)
|
45
|
-
crass (1.0.6)
|
46
|
-
diff-lcs (1.5.0)
|
47
|
-
erubi (1.10.0)
|
48
|
-
i18n (1.10.0)
|
49
|
-
concurrent-ruby (~> 1.0)
|
50
|
-
loofah (2.16.0)
|
51
|
-
crass (~> 1.0.2)
|
52
|
-
nokogiri (>= 1.5.9)
|
53
|
-
method_source (1.0.0)
|
54
|
-
minitest (5.15.0)
|
55
|
-
nokogiri (1.13.4-x86_64-linux)
|
56
|
-
racc (~> 1.4)
|
57
|
-
parallel (1.22.1)
|
58
|
-
parser (3.1.2.0)
|
59
|
-
ast (~> 2.4.1)
|
60
|
-
racc (1.6.0)
|
61
|
-
rack (2.2.3)
|
62
|
-
rack-test (1.1.0)
|
63
|
-
rack (>= 1.0, < 3)
|
64
|
-
rails-dom-testing (2.0.3)
|
65
|
-
activesupport (>= 4.2.0)
|
66
|
-
nokogiri (>= 1.6)
|
67
|
-
rails-html-sanitizer (1.4.2)
|
68
|
-
loofah (~> 2.3)
|
69
|
-
railties (7.0.2.3)
|
70
|
-
actionpack (= 7.0.2.3)
|
71
|
-
activesupport (= 7.0.2.3)
|
72
|
-
method_source
|
73
|
-
rake (>= 12.2)
|
74
|
-
thor (~> 1.0)
|
75
|
-
zeitwerk (~> 2.5)
|
76
|
-
rainbow (3.1.1)
|
77
|
-
rake (13.0.6)
|
78
|
-
regexp_parser (2.3.1)
|
79
|
-
rexml (3.2.5)
|
80
|
-
rspec (3.11.0)
|
81
|
-
rspec-core (~> 3.11.0)
|
82
|
-
rspec-expectations (~> 3.11.0)
|
83
|
-
rspec-mocks (~> 3.11.0)
|
84
|
-
rspec-core (3.11.0)
|
85
|
-
rspec-support (~> 3.11.0)
|
86
|
-
rspec-expectations (3.11.0)
|
87
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
88
|
-
rspec-support (~> 3.11.0)
|
89
|
-
rspec-mocks (3.11.1)
|
90
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
91
|
-
rspec-support (~> 3.11.0)
|
92
|
-
rspec-support (3.11.0)
|
93
|
-
rubocop (1.28.2)
|
94
|
-
parallel (~> 1.10)
|
95
|
-
parser (>= 3.1.0.0)
|
96
|
-
rainbow (>= 2.2.2, < 4.0)
|
97
|
-
regexp_parser (>= 1.8, < 3.0)
|
98
|
-
rexml
|
99
|
-
rubocop-ast (>= 1.17.0, < 2.0)
|
100
|
-
ruby-progressbar (~> 1.7)
|
101
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
102
|
-
rubocop-ast (1.17.0)
|
103
|
-
parser (>= 3.1.1.0)
|
104
|
-
rubocop-performance (1.13.3)
|
105
|
-
rubocop (>= 1.7.0, < 2.0)
|
106
|
-
rubocop-ast (>= 0.4.0)
|
107
|
-
ruby-progressbar (1.11.0)
|
108
|
-
sqlite3 (1.4.2)
|
109
|
-
standard (1.11.0)
|
110
|
-
rubocop (= 1.28.2)
|
111
|
-
rubocop-performance (= 1.13.3)
|
112
|
-
thor (1.2.1)
|
113
|
-
tzinfo (2.0.4)
|
114
|
-
concurrent-ruby (~> 1.0)
|
115
|
-
unicode-display_width (2.1.0)
|
116
|
-
zeitwerk (2.5.4)
|
117
|
-
|
118
|
-
PLATFORMS
|
119
|
-
x86_64-linux
|
120
|
-
|
121
|
-
DEPENDENCIES
|
122
|
-
activerecord (~> 7.0.0)
|
123
|
-
appraisal (~> 2.4)
|
124
|
-
bundler (~> 2.1)
|
125
|
-
combustion (~> 1.3)
|
126
|
-
rake (~> 13.0)
|
127
|
-
rspec (~> 3.0)
|
128
|
-
sqlite3 (~> 1.4)
|
129
|
-
standard (~> 1.11)
|
130
|
-
unreliable!
|
131
|
-
|
132
|
-
BUNDLED WITH
|
133
|
-
2.3.8
|