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
metadata
CHANGED
@@ -1,41 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arel_toolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- maarten
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: '6.1'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: '6.1'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: pg
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 1.1.4
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 1.1.4
|
41
41
|
- !ruby/object:Gem::Dependency
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '2.
|
47
|
+
version: '2.2'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '2.
|
54
|
+
version: '2.2'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: bundler
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -391,7 +391,7 @@ dependencies:
|
|
391
391
|
description: 'ArelToolkit contains parsing, querying, modifying, optimisations, extensions
|
392
392
|
and more for Arel.
|
393
393
|
|
394
|
-
|
394
|
+
'
|
395
395
|
email:
|
396
396
|
- maarten@vgijssel.nl
|
397
397
|
executables: []
|
@@ -410,6 +410,7 @@ files:
|
|
410
410
|
- Appraisals
|
411
411
|
- CHANGELOG.md
|
412
412
|
- CODE_OF_CONDUCT.md
|
413
|
+
- Dockerfile
|
413
414
|
- Gemfile
|
414
415
|
- Gemfile.lock
|
415
416
|
- Guardfile
|
@@ -424,15 +425,10 @@ files:
|
|
424
425
|
- ext/pg_result_init/extconf.rb
|
425
426
|
- ext/pg_result_init/pg_result_init.c
|
426
427
|
- ext/pg_result_init/pg_result_init.h
|
427
|
-
- gemfiles
|
428
|
-
- gemfiles/
|
429
|
-
- gemfiles/
|
430
|
-
- gemfiles/
|
431
|
-
- gemfiles/active_record_6_1.gemfile.lock
|
432
|
-
- gemfiles/arel_gems.gemfile
|
433
|
-
- gemfiles/arel_gems.gemfile.lock
|
434
|
-
- gemfiles/default.gemfile
|
435
|
-
- gemfiles/default.gemfile.lock
|
428
|
+
- gemfiles/active_record_6_1_6_1.gemfile
|
429
|
+
- gemfiles/active_record_6_1_6_1.gemfile.lock
|
430
|
+
- gemfiles/active_record_6_1_7.gemfile
|
431
|
+
- gemfiles/active_record_6_1_7.gemfile.lock
|
436
432
|
- lib/arel/enhance.rb
|
437
433
|
- lib/arel/enhance/context_enhancer/arel_table.rb
|
438
434
|
- lib/arel/enhance/node.rb
|
@@ -581,7 +577,7 @@ homepage: https://github.com/mvgijssel/arel_toolkit
|
|
581
577
|
licenses:
|
582
578
|
- MIT
|
583
579
|
metadata: {}
|
584
|
-
post_install_message:
|
580
|
+
post_install_message:
|
585
581
|
rdoc_options: []
|
586
582
|
require_paths:
|
587
583
|
- lib
|
@@ -597,7 +593,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
597
593
|
version: '0'
|
598
594
|
requirements: []
|
599
595
|
rubygems_version: 3.1.6
|
600
|
-
signing_key:
|
596
|
+
signing_key:
|
601
597
|
specification_version: 4
|
602
598
|
summary: Collection of tools for Arel
|
603
599
|
test_files: []
|
data/gemfiles/.bundle/config
DELETED
@@ -1,212 +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 (6.0.0)
|
13
|
-
activesupport (= 6.0.0)
|
14
|
-
activerecord (6.0.0)
|
15
|
-
activemodel (= 6.0.0)
|
16
|
-
activesupport (= 6.0.0)
|
17
|
-
activesupport (6.0.0)
|
18
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
|
-
i18n (>= 0.7, < 2)
|
20
|
-
minitest (~> 5.1)
|
21
|
-
tzinfo (~> 1.1)
|
22
|
-
zeitwerk (~> 2.1, >= 2.1.8)
|
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
|
-
ast (2.4.1)
|
34
|
-
binding_of_caller (0.8.0)
|
35
|
-
debug_inspector (>= 0.0.1)
|
36
|
-
coderay (1.1.3)
|
37
|
-
concurrent-ruby (1.1.7)
|
38
|
-
database_cleaner (1.7.0)
|
39
|
-
debug_inspector (0.0.3)
|
40
|
-
diff-lcs (1.4.4)
|
41
|
-
docile (1.3.2)
|
42
|
-
dpl (1.10.15)
|
43
|
-
faraday (1.1.0)
|
44
|
-
multipart-post (>= 1.2, < 3)
|
45
|
-
ruby2_keywords
|
46
|
-
faraday-http-cache (2.2.0)
|
47
|
-
faraday (>= 0.8)
|
48
|
-
ffi (1.13.1)
|
49
|
-
formatador (0.2.5)
|
50
|
-
github_changelog_generator (1.15.2)
|
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.16.2)
|
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.8.5)
|
81
|
-
concurrent-ruby (~> 1.0)
|
82
|
-
interception (0.5)
|
83
|
-
jaro_winkler (1.5.4)
|
84
|
-
json (2.3.1)
|
85
|
-
listen (3.2.1)
|
86
|
-
rb-fsevent (~> 0.10, >= 0.10.3)
|
87
|
-
rb-inotify (~> 0.9, >= 0.9.10)
|
88
|
-
lumberjack (1.2.8)
|
89
|
-
memory_profiler (0.9.14)
|
90
|
-
method_source (0.9.2)
|
91
|
-
mini_portile2 (2.4.0)
|
92
|
-
minitest (5.14.2)
|
93
|
-
multi_json (1.15.0)
|
94
|
-
multipart-post (2.1.1)
|
95
|
-
nenv (0.3.0)
|
96
|
-
nokogiri (1.10.10)
|
97
|
-
mini_portile2 (~> 2.4.0)
|
98
|
-
notiffany (0.1.3)
|
99
|
-
nenv (~> 0.1)
|
100
|
-
shellany (~> 0.0)
|
101
|
-
octokit (4.19.0)
|
102
|
-
faraday (>= 0.9)
|
103
|
-
sawyer (~> 0.8.0, >= 0.5.3)
|
104
|
-
parallel (1.19.2)
|
105
|
-
parser (2.7.2.0)
|
106
|
-
ast (~> 2.4.1)
|
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.1.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.2)
|
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.6)
|
128
|
-
rainbow (3.0.0)
|
129
|
-
rake (13.0.1)
|
130
|
-
rake-compiler (1.1.1)
|
131
|
-
rake
|
132
|
-
rb-fsevent (0.10.4)
|
133
|
-
rb-inotify (0.10.1)
|
134
|
-
ffi (~> 1.0)
|
135
|
-
retriable (3.1.2)
|
136
|
-
rspec (3.9.0)
|
137
|
-
rspec-core (~> 3.9.0)
|
138
|
-
rspec-expectations (~> 3.9.0)
|
139
|
-
rspec-mocks (~> 3.9.0)
|
140
|
-
rspec-core (3.9.3)
|
141
|
-
rspec-support (~> 3.9.3)
|
142
|
-
rspec-expectations (3.9.3)
|
143
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
144
|
-
rspec-support (~> 3.9.0)
|
145
|
-
rspec-mocks (3.9.1)
|
146
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
147
|
-
rspec-support (~> 3.9.0)
|
148
|
-
rspec-support (3.9.4)
|
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
|
-
ruby2_keywords (0.0.2)
|
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.16)
|
172
|
-
thor (0.20.3)
|
173
|
-
thread_safe (0.3.6)
|
174
|
-
tzinfo (1.2.7)
|
175
|
-
thread_safe (~> 0.1)
|
176
|
-
unicode-display_width (1.6.1)
|
177
|
-
yard (0.9.25)
|
178
|
-
zeitwerk (2.4.0)
|
179
|
-
|
180
|
-
PLATFORMS
|
181
|
-
ruby
|
182
|
-
|
183
|
-
DEPENDENCIES
|
184
|
-
activerecord (~> 6.0.0)
|
185
|
-
appraisal (~> 2.4.1)
|
186
|
-
approvals (~> 0.0.24)
|
187
|
-
arel_toolkit!
|
188
|
-
bundler (~> 2.0)
|
189
|
-
database_cleaner (~> 1.7.0)
|
190
|
-
dpl (~> 1.10.11)
|
191
|
-
github_changelog_generator (~> 1.15)
|
192
|
-
guard (~> 2.15)
|
193
|
-
guard-rake (~> 1.0.0)
|
194
|
-
guard-rspec (~> 4.7)
|
195
|
-
guard-rubocop (~> 1.3.0)
|
196
|
-
memory_profiler (~> 0.9)
|
197
|
-
pry
|
198
|
-
pry-alias
|
199
|
-
pry-doc
|
200
|
-
pry-nav
|
201
|
-
pry-rescue
|
202
|
-
pry-stack_explorer
|
203
|
-
rake (~> 13.0)
|
204
|
-
rake-compiler (~> 1.0)
|
205
|
-
rspec (~> 3.8)
|
206
|
-
rubocop (= 0.71.0)
|
207
|
-
simplecov (~> 0.16.1)
|
208
|
-
simplecov-console (~> 0.4.2)
|
209
|
-
stackprof (~> 0.2)
|
210
|
-
|
211
|
-
BUNDLED WITH
|
212
|
-
2.3.6
|
data/gemfiles/arel_gems.gemfile
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "postgres_ext", branch: "rails-5.2", git: "https://github.com/Hacker0x01/postgres_ext.git"
|
6
|
-
gem "active_record_upsert", branch: "master", git: "https://github.com/Hacker0x01/active_record_upsert.git"
|
7
|
-
gem "pg_search", branch: "update-ranking", git: "https://github.com/Hacker0x01/pg_search.git"
|
8
|
-
gem "rspec-rails", "~> 3.8.0"
|
9
|
-
|
10
|
-
gemspec path: "../"
|
@@ -1,286 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/Hacker0x01/active_record_upsert.git
|
3
|
-
revision: 7aa8a57431e817e53e68097c4a83b53dfe6d7c8e
|
4
|
-
branch: master
|
5
|
-
specs:
|
6
|
-
active_record_upsert (0.9.1)
|
7
|
-
activerecord (>= 5.0, < 6.0)
|
8
|
-
arel (> 7.0, < 10.0)
|
9
|
-
pg (>= 0.18, < 2.0)
|
10
|
-
|
11
|
-
GIT
|
12
|
-
remote: https://github.com/Hacker0x01/pg_search.git
|
13
|
-
revision: 2185dc3cb1b1cf251153b0d4e9ab468a0b64a212
|
14
|
-
branch: update-ranking
|
15
|
-
specs:
|
16
|
-
pg_search (2.1.2)
|
17
|
-
activerecord (>= 4.2)
|
18
|
-
activesupport (>= 4.2)
|
19
|
-
arel (>= 6)
|
20
|
-
|
21
|
-
GIT
|
22
|
-
remote: https://github.com/Hacker0x01/postgres_ext.git
|
23
|
-
revision: 0df6a2891a3bad7da1e7d06e5b6d4e10a3219eb4
|
24
|
-
branch: rails-5.2
|
25
|
-
specs:
|
26
|
-
postgres_ext (3.0.0)
|
27
|
-
activerecord (>= 4.0.0)
|
28
|
-
arel (>= 4.0.1)
|
29
|
-
pg_array_parser (~> 0.0.9)
|
30
|
-
|
31
|
-
PATH
|
32
|
-
remote: ..
|
33
|
-
specs:
|
34
|
-
arel_toolkit (0.4.7)
|
35
|
-
activerecord (>= 5.0.0)
|
36
|
-
pg (~> 1.1.4)
|
37
|
-
pg_query (~> 2.1)
|
38
|
-
|
39
|
-
GEM
|
40
|
-
remote: https://rubygems.org/
|
41
|
-
specs:
|
42
|
-
actionpack (5.2.3)
|
43
|
-
actionview (= 5.2.3)
|
44
|
-
activesupport (= 5.2.3)
|
45
|
-
rack (~> 2.0)
|
46
|
-
rack-test (>= 0.6.3)
|
47
|
-
rails-dom-testing (~> 2.0)
|
48
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
49
|
-
actionview (5.2.3)
|
50
|
-
activesupport (= 5.2.3)
|
51
|
-
builder (~> 3.1)
|
52
|
-
erubi (~> 1.4)
|
53
|
-
rails-dom-testing (~> 2.0)
|
54
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
55
|
-
activemodel (5.2.3)
|
56
|
-
activesupport (= 5.2.3)
|
57
|
-
activerecord (5.2.3)
|
58
|
-
activemodel (= 5.2.3)
|
59
|
-
activesupport (= 5.2.3)
|
60
|
-
arel (>= 9.0)
|
61
|
-
activesupport (5.2.3)
|
62
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
63
|
-
i18n (>= 0.7, < 2)
|
64
|
-
minitest (~> 5.1)
|
65
|
-
tzinfo (~> 1.1)
|
66
|
-
addressable (2.7.0)
|
67
|
-
public_suffix (>= 2.0.2, < 5.0)
|
68
|
-
ansi (1.5.0)
|
69
|
-
appraisal (2.4.1)
|
70
|
-
bundler
|
71
|
-
rake
|
72
|
-
thor (>= 0.14.0)
|
73
|
-
approvals (0.0.24)
|
74
|
-
nokogiri (~> 1.6)
|
75
|
-
thor (~> 0.18)
|
76
|
-
arel (9.0.0)
|
77
|
-
ast (2.4.0)
|
78
|
-
binding_of_caller (0.8.0)
|
79
|
-
debug_inspector (>= 0.0.1)
|
80
|
-
builder (3.2.3)
|
81
|
-
coderay (1.1.2)
|
82
|
-
concurrent-ruby (1.1.5)
|
83
|
-
crass (1.0.4)
|
84
|
-
database_cleaner (1.7.0)
|
85
|
-
debug_inspector (0.0.3)
|
86
|
-
diff-lcs (1.3)
|
87
|
-
docile (1.3.2)
|
88
|
-
dpl (1.10.12)
|
89
|
-
erubi (1.8.0)
|
90
|
-
faraday (0.17.0)
|
91
|
-
multipart-post (>= 1.2, < 3)
|
92
|
-
faraday-http-cache (2.0.0)
|
93
|
-
faraday (~> 0.8)
|
94
|
-
ffi (1.11.1)
|
95
|
-
formatador (0.2.5)
|
96
|
-
github_changelog_generator (1.15.0)
|
97
|
-
activesupport
|
98
|
-
faraday-http-cache
|
99
|
-
multi_json
|
100
|
-
octokit (~> 4.6)
|
101
|
-
rainbow (>= 2.2.1)
|
102
|
-
rake (>= 10.0)
|
103
|
-
retriable (~> 3.0)
|
104
|
-
google-protobuf (3.19.4-x86_64-darwin)
|
105
|
-
guard (2.15.0)
|
106
|
-
formatador (>= 0.2.4)
|
107
|
-
listen (>= 2.7, < 4.0)
|
108
|
-
lumberjack (>= 1.0.12, < 2.0)
|
109
|
-
nenv (~> 0.1)
|
110
|
-
notiffany (~> 0.0)
|
111
|
-
pry (>= 0.9.12)
|
112
|
-
shellany (~> 0.0)
|
113
|
-
thor (>= 0.18.1)
|
114
|
-
guard-compat (1.2.1)
|
115
|
-
guard-rake (1.0.0)
|
116
|
-
guard
|
117
|
-
rake
|
118
|
-
guard-rspec (4.7.3)
|
119
|
-
guard (~> 2.1)
|
120
|
-
guard-compat (~> 1.1)
|
121
|
-
rspec (>= 2.99.0, < 4.0)
|
122
|
-
guard-rubocop (1.3.0)
|
123
|
-
guard (~> 2.0)
|
124
|
-
rubocop (~> 0.20)
|
125
|
-
hirb (0.7.3)
|
126
|
-
i18n (1.6.0)
|
127
|
-
concurrent-ruby (~> 1.0)
|
128
|
-
interception (0.5)
|
129
|
-
jaro_winkler (1.5.3)
|
130
|
-
json (2.2.0)
|
131
|
-
listen (3.1.5)
|
132
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
133
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
134
|
-
ruby_dep (~> 1.2)
|
135
|
-
loofah (2.2.3)
|
136
|
-
crass (~> 1.0.2)
|
137
|
-
nokogiri (>= 1.5.9)
|
138
|
-
lumberjack (1.0.13)
|
139
|
-
memory_profiler (0.9.14)
|
140
|
-
method_source (0.9.2)
|
141
|
-
mini_portile2 (2.4.0)
|
142
|
-
minitest (5.11.3)
|
143
|
-
multi_json (1.14.1)
|
144
|
-
multipart-post (2.1.1)
|
145
|
-
nenv (0.3.0)
|
146
|
-
nokogiri (1.10.3)
|
147
|
-
mini_portile2 (~> 2.4.0)
|
148
|
-
notiffany (0.1.1)
|
149
|
-
nenv (~> 0.1)
|
150
|
-
shellany (~> 0.0)
|
151
|
-
octokit (4.14.0)
|
152
|
-
sawyer (~> 0.8.0, >= 0.5.3)
|
153
|
-
parallel (1.17.0)
|
154
|
-
parser (2.6.3.0)
|
155
|
-
ast (~> 2.4.0)
|
156
|
-
pg (1.1.4)
|
157
|
-
pg_array_parser (0.0.9)
|
158
|
-
pg_query (2.1.3)
|
159
|
-
google-protobuf (>= 3.19.2)
|
160
|
-
pry (0.12.2)
|
161
|
-
coderay (~> 1.1.0)
|
162
|
-
method_source (~> 0.9.0)
|
163
|
-
pry-alias (0.0.1)
|
164
|
-
binding_of_caller
|
165
|
-
pry
|
166
|
-
pry-doc (1.0.0)
|
167
|
-
pry (~> 0.11)
|
168
|
-
yard (~> 0.9.11)
|
169
|
-
pry-nav (0.3.0)
|
170
|
-
pry (>= 0.9.10, < 0.13.0)
|
171
|
-
pry-rescue (1.5.0)
|
172
|
-
interception (>= 0.5)
|
173
|
-
pry (>= 0.12.0)
|
174
|
-
pry-stack_explorer (0.4.9.3)
|
175
|
-
binding_of_caller (>= 0.7)
|
176
|
-
pry (>= 0.9.11)
|
177
|
-
public_suffix (4.0.1)
|
178
|
-
rack (2.0.7)
|
179
|
-
rack-test (1.1.0)
|
180
|
-
rack (>= 1.0, < 3)
|
181
|
-
rails-dom-testing (2.0.3)
|
182
|
-
activesupport (>= 4.2.0)
|
183
|
-
nokogiri (>= 1.6)
|
184
|
-
rails-html-sanitizer (1.0.4)
|
185
|
-
loofah (~> 2.2, >= 2.2.2)
|
186
|
-
railties (5.2.3)
|
187
|
-
actionpack (= 5.2.3)
|
188
|
-
activesupport (= 5.2.3)
|
189
|
-
method_source
|
190
|
-
rake (>= 0.8.7)
|
191
|
-
thor (>= 0.19.0, < 2.0)
|
192
|
-
rainbow (3.0.0)
|
193
|
-
rake (13.0.1)
|
194
|
-
rake-compiler (1.0.7)
|
195
|
-
rake
|
196
|
-
rb-fsevent (0.10.3)
|
197
|
-
rb-inotify (0.10.0)
|
198
|
-
ffi (~> 1.0)
|
199
|
-
retriable (3.1.2)
|
200
|
-
rspec (3.8.0)
|
201
|
-
rspec-core (~> 3.8.0)
|
202
|
-
rspec-expectations (~> 3.8.0)
|
203
|
-
rspec-mocks (~> 3.8.0)
|
204
|
-
rspec-core (3.8.2)
|
205
|
-
rspec-support (~> 3.8.0)
|
206
|
-
rspec-expectations (3.8.4)
|
207
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
208
|
-
rspec-support (~> 3.8.0)
|
209
|
-
rspec-mocks (3.8.1)
|
210
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
211
|
-
rspec-support (~> 3.8.0)
|
212
|
-
rspec-rails (3.8.2)
|
213
|
-
actionpack (>= 3.0)
|
214
|
-
activesupport (>= 3.0)
|
215
|
-
railties (>= 3.0)
|
216
|
-
rspec-core (~> 3.8.0)
|
217
|
-
rspec-expectations (~> 3.8.0)
|
218
|
-
rspec-mocks (~> 3.8.0)
|
219
|
-
rspec-support (~> 3.8.0)
|
220
|
-
rspec-support (3.8.2)
|
221
|
-
rubocop (0.71.0)
|
222
|
-
jaro_winkler (~> 1.5.1)
|
223
|
-
parallel (~> 1.10)
|
224
|
-
parser (>= 2.6)
|
225
|
-
rainbow (>= 2.2.2, < 4.0)
|
226
|
-
ruby-progressbar (~> 1.7)
|
227
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
228
|
-
ruby-progressbar (1.10.1)
|
229
|
-
ruby_dep (1.5.0)
|
230
|
-
sawyer (0.8.2)
|
231
|
-
addressable (>= 2.3.5)
|
232
|
-
faraday (> 0.8, < 2.0)
|
233
|
-
shellany (0.0.1)
|
234
|
-
simplecov (0.16.1)
|
235
|
-
docile (~> 1.1)
|
236
|
-
json (>= 1.8, < 3)
|
237
|
-
simplecov-html (~> 0.10.0)
|
238
|
-
simplecov-console (0.4.2)
|
239
|
-
ansi
|
240
|
-
hirb
|
241
|
-
simplecov
|
242
|
-
simplecov-html (0.10.2)
|
243
|
-
stackprof (0.2.13)
|
244
|
-
thor (0.20.3)
|
245
|
-
thread_safe (0.3.6)
|
246
|
-
tzinfo (1.2.5)
|
247
|
-
thread_safe (~> 0.1)
|
248
|
-
unicode-display_width (1.6.0)
|
249
|
-
yard (0.9.20)
|
250
|
-
|
251
|
-
PLATFORMS
|
252
|
-
ruby
|
253
|
-
|
254
|
-
DEPENDENCIES
|
255
|
-
active_record_upsert!
|
256
|
-
appraisal (~> 2.4.1)
|
257
|
-
approvals (~> 0.0.24)
|
258
|
-
arel_toolkit!
|
259
|
-
bundler (~> 2.0)
|
260
|
-
database_cleaner (~> 1.7.0)
|
261
|
-
dpl (~> 1.10.11)
|
262
|
-
github_changelog_generator (~> 1.15)
|
263
|
-
guard (~> 2.15)
|
264
|
-
guard-rake (~> 1.0.0)
|
265
|
-
guard-rspec (~> 4.7)
|
266
|
-
guard-rubocop (~> 1.3.0)
|
267
|
-
memory_profiler (~> 0.9)
|
268
|
-
pg_search!
|
269
|
-
postgres_ext!
|
270
|
-
pry
|
271
|
-
pry-alias
|
272
|
-
pry-doc
|
273
|
-
pry-nav
|
274
|
-
pry-rescue
|
275
|
-
pry-stack_explorer
|
276
|
-
rake (~> 13.0)
|
277
|
-
rake-compiler (~> 1.0)
|
278
|
-
rspec (~> 3.8)
|
279
|
-
rspec-rails (~> 3.8.0)
|
280
|
-
rubocop (= 0.71.0)
|
281
|
-
simplecov (~> 0.16.1)
|
282
|
-
simplecov-console (~> 0.4.2)
|
283
|
-
stackprof (~> 0.2)
|
284
|
-
|
285
|
-
BUNDLED WITH
|
286
|
-
2.3.6
|