arel_toolkit 0.4.7 → 0.4.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +5 -3
- data/.ruby-version +1 -1
- data/.tool-versions +1 -1
- data/Appraisals +4 -14
- data/CHANGELOG.md +18 -1
- data/Dockerfile +11 -0
- data/Gemfile.lock +86 -97
- data/arel_toolkit.gemspec +3 -3
- data/docker-compose.yml +9 -1
- data/gemfiles/{active_record_6_1.gemfile → active_record_6_1_6_1.gemfile} +1 -1
- data/gemfiles/{active_record_6_1.gemfile.lock → active_record_6_1_6_1.gemfile.lock} +88 -103
- data/gemfiles/{active_record_6.gemfile → active_record_6_1_7.gemfile} +1 -1
- data/gemfiles/active_record_6_1_7.gemfile.lock +246 -0
- data/lib/arel/extensions/type_cast.rb +1 -1
- data/lib/arel/sql_to_arel/pg_query_visitor/frame_options.rb +2 -2
- data/lib/arel/sql_to_arel/result.rb +1 -1
- data/lib/arel_toolkit/version.rb +1 -1
- data/lib/arel_toolkit.rb +0 -3
- metadata +19 -23
- data/gemfiles/.bundle/config +0 -2
- data/gemfiles/active_record_6.gemfile.lock +0 -212
- data/gemfiles/arel_gems.gemfile +0 -10
- data/gemfiles/arel_gems.gemfile.lock +0 -286
- data/gemfiles/default.gemfile +0 -5
- data/gemfiles/default.gemfile.lock +0 -210
@@ -1,210 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
arel_toolkit (0.4.7)
|
5
|
-
activerecord (>= 5.0.0)
|
6
|
-
pg (~> 1.1.4)
|
7
|
-
pg_query (~> 2.1)
|
8
|
-
|
9
|
-
GEM
|
10
|
-
remote: https://rubygems.org/
|
11
|
-
specs:
|
12
|
-
activemodel (5.2.3)
|
13
|
-
activesupport (= 5.2.3)
|
14
|
-
activerecord (5.2.3)
|
15
|
-
activemodel (= 5.2.3)
|
16
|
-
activesupport (= 5.2.3)
|
17
|
-
arel (>= 9.0)
|
18
|
-
activesupport (5.2.3)
|
19
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
20
|
-
i18n (>= 0.7, < 2)
|
21
|
-
minitest (~> 5.1)
|
22
|
-
tzinfo (~> 1.1)
|
23
|
-
addressable (2.7.0)
|
24
|
-
public_suffix (>= 2.0.2, < 5.0)
|
25
|
-
ansi (1.5.0)
|
26
|
-
appraisal (2.4.1)
|
27
|
-
bundler
|
28
|
-
rake
|
29
|
-
thor (>= 0.14.0)
|
30
|
-
approvals (0.0.24)
|
31
|
-
nokogiri (~> 1.6)
|
32
|
-
thor (~> 0.18)
|
33
|
-
arel (9.0.0)
|
34
|
-
ast (2.4.0)
|
35
|
-
binding_of_caller (0.8.0)
|
36
|
-
debug_inspector (>= 0.0.1)
|
37
|
-
coderay (1.1.2)
|
38
|
-
concurrent-ruby (1.1.5)
|
39
|
-
database_cleaner (1.7.0)
|
40
|
-
debug_inspector (0.0.3)
|
41
|
-
diff-lcs (1.3)
|
42
|
-
docile (1.3.2)
|
43
|
-
dpl (1.10.12)
|
44
|
-
faraday (0.17.0)
|
45
|
-
multipart-post (>= 1.2, < 3)
|
46
|
-
faraday-http-cache (2.0.0)
|
47
|
-
faraday (~> 0.8)
|
48
|
-
ffi (1.11.1)
|
49
|
-
formatador (0.2.5)
|
50
|
-
github_changelog_generator (1.15.0)
|
51
|
-
activesupport
|
52
|
-
faraday-http-cache
|
53
|
-
multi_json
|
54
|
-
octokit (~> 4.6)
|
55
|
-
rainbow (>= 2.2.1)
|
56
|
-
rake (>= 10.0)
|
57
|
-
retriable (~> 3.0)
|
58
|
-
google-protobuf (3.19.4-x86_64-darwin)
|
59
|
-
guard (2.15.0)
|
60
|
-
formatador (>= 0.2.4)
|
61
|
-
listen (>= 2.7, < 4.0)
|
62
|
-
lumberjack (>= 1.0.12, < 2.0)
|
63
|
-
nenv (~> 0.1)
|
64
|
-
notiffany (~> 0.0)
|
65
|
-
pry (>= 0.9.12)
|
66
|
-
shellany (~> 0.0)
|
67
|
-
thor (>= 0.18.1)
|
68
|
-
guard-compat (1.2.1)
|
69
|
-
guard-rake (1.0.0)
|
70
|
-
guard
|
71
|
-
rake
|
72
|
-
guard-rspec (4.7.3)
|
73
|
-
guard (~> 2.1)
|
74
|
-
guard-compat (~> 1.1)
|
75
|
-
rspec (>= 2.99.0, < 4.0)
|
76
|
-
guard-rubocop (1.3.0)
|
77
|
-
guard (~> 2.0)
|
78
|
-
rubocop (~> 0.20)
|
79
|
-
hirb (0.7.3)
|
80
|
-
i18n (1.7.0)
|
81
|
-
concurrent-ruby (~> 1.0)
|
82
|
-
interception (0.5)
|
83
|
-
jaro_winkler (1.5.3)
|
84
|
-
json (2.2.0)
|
85
|
-
listen (3.1.5)
|
86
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
87
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
88
|
-
ruby_dep (~> 1.2)
|
89
|
-
lumberjack (1.0.13)
|
90
|
-
memory_profiler (0.9.14)
|
91
|
-
method_source (0.9.2)
|
92
|
-
mini_portile2 (2.4.0)
|
93
|
-
minitest (5.13.0)
|
94
|
-
multi_json (1.14.1)
|
95
|
-
multipart-post (2.1.1)
|
96
|
-
nenv (0.3.0)
|
97
|
-
nokogiri (1.10.3)
|
98
|
-
mini_portile2 (~> 2.4.0)
|
99
|
-
notiffany (0.1.1)
|
100
|
-
nenv (~> 0.1)
|
101
|
-
shellany (~> 0.0)
|
102
|
-
octokit (4.14.0)
|
103
|
-
sawyer (~> 0.8.0, >= 0.5.3)
|
104
|
-
parallel (1.17.0)
|
105
|
-
parser (2.6.3.0)
|
106
|
-
ast (~> 2.4.0)
|
107
|
-
pg (1.1.4)
|
108
|
-
pg_query (2.1.3)
|
109
|
-
google-protobuf (>= 3.19.2)
|
110
|
-
pry (0.12.2)
|
111
|
-
coderay (~> 1.1.0)
|
112
|
-
method_source (~> 0.9.0)
|
113
|
-
pry-alias (0.0.1)
|
114
|
-
binding_of_caller
|
115
|
-
pry
|
116
|
-
pry-doc (1.0.0)
|
117
|
-
pry (~> 0.11)
|
118
|
-
yard (~> 0.9.11)
|
119
|
-
pry-nav (0.3.0)
|
120
|
-
pry (>= 0.9.10, < 0.13.0)
|
121
|
-
pry-rescue (1.5.0)
|
122
|
-
interception (>= 0.5)
|
123
|
-
pry (>= 0.12.0)
|
124
|
-
pry-stack_explorer (0.4.9.3)
|
125
|
-
binding_of_caller (>= 0.7)
|
126
|
-
pry (>= 0.9.11)
|
127
|
-
public_suffix (4.0.1)
|
128
|
-
rainbow (3.0.0)
|
129
|
-
rake (13.0.1)
|
130
|
-
rake-compiler (1.0.7)
|
131
|
-
rake
|
132
|
-
rb-fsevent (0.10.3)
|
133
|
-
rb-inotify (0.10.0)
|
134
|
-
ffi (~> 1.0)
|
135
|
-
retriable (3.1.2)
|
136
|
-
rspec (3.8.0)
|
137
|
-
rspec-core (~> 3.8.0)
|
138
|
-
rspec-expectations (~> 3.8.0)
|
139
|
-
rspec-mocks (~> 3.8.0)
|
140
|
-
rspec-core (3.8.2)
|
141
|
-
rspec-support (~> 3.8.0)
|
142
|
-
rspec-expectations (3.8.4)
|
143
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
144
|
-
rspec-support (~> 3.8.0)
|
145
|
-
rspec-mocks (3.8.1)
|
146
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
147
|
-
rspec-support (~> 3.8.0)
|
148
|
-
rspec-support (3.8.2)
|
149
|
-
rubocop (0.71.0)
|
150
|
-
jaro_winkler (~> 1.5.1)
|
151
|
-
parallel (~> 1.10)
|
152
|
-
parser (>= 2.6)
|
153
|
-
rainbow (>= 2.2.2, < 4.0)
|
154
|
-
ruby-progressbar (~> 1.7)
|
155
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
156
|
-
ruby-progressbar (1.10.1)
|
157
|
-
ruby_dep (1.5.0)
|
158
|
-
sawyer (0.8.2)
|
159
|
-
addressable (>= 2.3.5)
|
160
|
-
faraday (> 0.8, < 2.0)
|
161
|
-
shellany (0.0.1)
|
162
|
-
simplecov (0.16.1)
|
163
|
-
docile (~> 1.1)
|
164
|
-
json (>= 1.8, < 3)
|
165
|
-
simplecov-html (~> 0.10.0)
|
166
|
-
simplecov-console (0.4.2)
|
167
|
-
ansi
|
168
|
-
hirb
|
169
|
-
simplecov
|
170
|
-
simplecov-html (0.10.2)
|
171
|
-
stackprof (0.2.13)
|
172
|
-
thor (0.20.3)
|
173
|
-
thread_safe (0.3.6)
|
174
|
-
tzinfo (1.2.5)
|
175
|
-
thread_safe (~> 0.1)
|
176
|
-
unicode-display_width (1.6.0)
|
177
|
-
yard (0.9.20)
|
178
|
-
|
179
|
-
PLATFORMS
|
180
|
-
ruby
|
181
|
-
|
182
|
-
DEPENDENCIES
|
183
|
-
appraisal (~> 2.4.1)
|
184
|
-
approvals (~> 0.0.24)
|
185
|
-
arel_toolkit!
|
186
|
-
bundler (~> 2.0)
|
187
|
-
database_cleaner (~> 1.7.0)
|
188
|
-
dpl (~> 1.10.11)
|
189
|
-
github_changelog_generator (~> 1.15)
|
190
|
-
guard (~> 2.15)
|
191
|
-
guard-rake (~> 1.0.0)
|
192
|
-
guard-rspec (~> 4.7)
|
193
|
-
guard-rubocop (~> 1.3.0)
|
194
|
-
memory_profiler (~> 0.9)
|
195
|
-
pry
|
196
|
-
pry-alias
|
197
|
-
pry-doc
|
198
|
-
pry-nav
|
199
|
-
pry-rescue
|
200
|
-
pry-stack_explorer
|
201
|
-
rake (~> 13.0)
|
202
|
-
rake-compiler (~> 1.0)
|
203
|
-
rspec (~> 3.8)
|
204
|
-
rubocop (= 0.71.0)
|
205
|
-
simplecov (~> 0.16.1)
|
206
|
-
simplecov-console (~> 0.4.2)
|
207
|
-
stackprof (~> 0.2)
|
208
|
-
|
209
|
-
BUNDLED WITH
|
210
|
-
2.3.6
|