qbwc 1.0.0 → 1.2.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.
Files changed (45) hide show
  1. checksums.yaml +5 -5
  2. data/.github/workflows/ci.yml +66 -0
  3. data/.gitignore +3 -1
  4. data/Appraisals +36 -0
  5. data/CHANGELOG.md +27 -0
  6. data/Gemfile +1 -1
  7. data/Gemfile.lock +276 -0
  8. data/README.md +4 -6
  9. data/Rakefile +2 -0
  10. data/gemfiles/.bundle/config +2 -0
  11. data/gemfiles/rails_5.1.gemfile +9 -0
  12. data/gemfiles/rails_5.1.gemfile.lock +217 -0
  13. data/gemfiles/rails_5.2.gemfile +9 -0
  14. data/gemfiles/rails_5.2.gemfile.lock +225 -0
  15. data/gemfiles/rails_6.0.gemfile +9 -0
  16. data/gemfiles/rails_6.0.gemfile.lock +241 -0
  17. data/gemfiles/rails_6.1.gemfile +9 -0
  18. data/gemfiles/rails_6.1.gemfile.lock +244 -0
  19. data/gemfiles/rails_7.0.gemfile +9 -0
  20. data/gemfiles/rails_7.0.gemfile.lock +243 -0
  21. data/gemfiles/rails_7.1.gemfile +8 -0
  22. data/gemfiles/rails_7.1.gemfile.lock +292 -0
  23. data/lib/generators/qbwc/install/templates/db/migrate/change_request_index.rb +1 -1
  24. data/lib/generators/qbwc/install/templates/db/migrate/create_qbwc_jobs.rb +1 -1
  25. data/lib/generators/qbwc/install/templates/db/migrate/create_qbwc_sessions.rb +2 -2
  26. data/lib/generators/qbwc/install/templates/db/migrate/index_qbwc_jobs.rb +1 -1
  27. data/lib/generators/qbwc/install/templates/db/migrate/session_pending_jobs_text.rb +1 -1
  28. data/lib/qbwc/active_record/job.rb +10 -3
  29. data/lib/qbwc/controller.rb +7 -7
  30. data/lib/qbwc/job.rb +1 -1
  31. data/lib/qbwc/session.rb +3 -2
  32. data/lib/qbwc/version.rb +1 -1
  33. data/qbwc.gemspec +9 -6
  34. data/test/qbwc/controllers/controller_test.rb +15 -9
  35. data/test/qbwc/integration/job_management_test.rb +2 -2
  36. data/test/qbwc/integration/request_generation_test.rb +12 -12
  37. data/test/qbwc/integration/response_test.rb +2 -0
  38. data/test/qbwc/integration/routes_test.rb +6 -6
  39. data/test/qbwc/integration/savon_client_test.rb +48 -0
  40. data/test/qbwc/integration/session_test.rb +1 -5
  41. data/test/test_helper.rb +63 -6
  42. metadata +61 -28
  43. data/.travis.yml +0 -8
  44. data/Guardfile +0 -46
  45. data/test/wash_out_helper.rb +0 -76
@@ -0,0 +1,217 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ qbwc (1.1.0)
5
+ actionpack (>= 5.0.1)
6
+ qbxml (>= 0.3.0)
7
+ wash_out (>= 0.12.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (5.1.7)
13
+ actionpack (= 5.1.7)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (~> 0.6.1)
16
+ actionmailer (5.1.7)
17
+ actionpack (= 5.1.7)
18
+ actionview (= 5.1.7)
19
+ activejob (= 5.1.7)
20
+ mail (~> 2.5, >= 2.5.4)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.1.7)
23
+ actionview (= 5.1.7)
24
+ activesupport (= 5.1.7)
25
+ rack (~> 2.0)
26
+ rack-test (>= 0.6.3)
27
+ rails-dom-testing (~> 2.0)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.1.7)
30
+ activesupport (= 5.1.7)
31
+ builder (~> 3.1)
32
+ erubi (~> 1.4)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.1.7)
36
+ activesupport (= 5.1.7)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.1.7)
39
+ activesupport (= 5.1.7)
40
+ activerecord (5.1.7)
41
+ activemodel (= 5.1.7)
42
+ activesupport (= 5.1.7)
43
+ arel (~> 8.0)
44
+ activesupport (5.1.7)
45
+ concurrent-ruby (~> 1.0, >= 1.0.2)
46
+ i18n (>= 0.7, < 2)
47
+ minitest (~> 5.1)
48
+ tzinfo (~> 1.1)
49
+ addressable (2.8.7)
50
+ public_suffix (>= 2.0.2, < 7.0)
51
+ akami (1.3.2)
52
+ gyoku (>= 0.4.0)
53
+ nokogiri
54
+ appraisal (2.5.0)
55
+ bundler
56
+ rake
57
+ thor (>= 0.14.0)
58
+ arel (8.0.0)
59
+ bigdecimal (3.1.9)
60
+ builder (3.3.0)
61
+ byebug (11.1.3)
62
+ concurrent-ruby (1.3.4)
63
+ crack (1.0.0)
64
+ bigdecimal
65
+ rexml
66
+ crass (1.0.6)
67
+ date (3.4.1)
68
+ diff-lcs (1.6.0)
69
+ erubi (1.13.1)
70
+ globalid (1.1.0)
71
+ activesupport (>= 5.0)
72
+ gyoku (1.4.0)
73
+ builder (>= 2.1.2)
74
+ rexml (~> 3.0)
75
+ hashdiff (1.1.2)
76
+ httpi (3.0.1)
77
+ rack
78
+ i18n (1.14.7)
79
+ concurrent-ruby (~> 1.0)
80
+ loofah (2.24.0)
81
+ crass (~> 1.0.2)
82
+ nokogiri (>= 1.12.0)
83
+ mail (2.8.1)
84
+ mini_mime (>= 0.1.1)
85
+ net-imap
86
+ net-pop
87
+ net-smtp
88
+ method_source (1.1.0)
89
+ mini_mime (1.1.5)
90
+ mini_portile2 (2.8.8)
91
+ minitest (5.25.5)
92
+ net-imap (0.4.19)
93
+ date
94
+ net-protocol
95
+ net-pop (0.1.2)
96
+ net-protocol
97
+ net-protocol (0.2.2)
98
+ timeout
99
+ net-smtp (0.5.1)
100
+ net-protocol
101
+ nio4r (2.7.4)
102
+ nokogiri (1.15.7)
103
+ mini_portile2 (~> 2.8.2)
104
+ racc (~> 1.4)
105
+ nokogiri (1.15.7-x86_64-linux)
106
+ racc (~> 1.4)
107
+ nori (2.6.0)
108
+ public_suffix (5.1.1)
109
+ qbxml (0.5.0)
110
+ activesupport (>= 5.0.0)
111
+ builder (~> 3.0)
112
+ nokogiri (~> 1.5)
113
+ racc (1.8.1)
114
+ rack (2.2.13)
115
+ rack-test (2.2.0)
116
+ rack (>= 1.3)
117
+ rails (5.1.7)
118
+ actioncable (= 5.1.7)
119
+ actionmailer (= 5.1.7)
120
+ actionpack (= 5.1.7)
121
+ actionview (= 5.1.7)
122
+ activejob (= 5.1.7)
123
+ activemodel (= 5.1.7)
124
+ activerecord (= 5.1.7)
125
+ activesupport (= 5.1.7)
126
+ bundler (>= 1.3.0)
127
+ railties (= 5.1.7)
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.2)
134
+ loofah (~> 2.21)
135
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
136
+ railties (5.1.7)
137
+ actionpack (= 5.1.7)
138
+ activesupport (= 5.1.7)
139
+ method_source
140
+ rake (>= 0.8.7)
141
+ thor (>= 0.18.1, < 2.0)
142
+ rake (13.2.1)
143
+ rexml (3.4.1)
144
+ rspec (3.13.0)
145
+ rspec-core (~> 3.13.0)
146
+ rspec-expectations (~> 3.13.0)
147
+ rspec-mocks (~> 3.13.0)
148
+ rspec-core (3.13.3)
149
+ rspec-support (~> 3.13.0)
150
+ rspec-expectations (3.13.3)
151
+ diff-lcs (>= 1.2.0, < 2.0)
152
+ rspec-support (~> 3.13.0)
153
+ rspec-mocks (3.13.2)
154
+ diff-lcs (>= 1.2.0, < 2.0)
155
+ rspec-support (~> 3.13.0)
156
+ rspec-support (3.13.2)
157
+ savon (2.15.0)
158
+ akami (~> 1.2)
159
+ builder (>= 2.1.2)
160
+ gyoku (~> 1.2)
161
+ httpi (>= 2.4.5, < 5)
162
+ mail (~> 2.5)
163
+ nokogiri (>= 1.8.1)
164
+ nori (~> 2.4)
165
+ wasabi (>= 3.7, < 6)
166
+ sprockets (4.2.1)
167
+ concurrent-ruby (~> 1.0)
168
+ rack (>= 2.2.4, < 4)
169
+ sprockets-rails (3.2.2)
170
+ actionpack (>= 4.0)
171
+ activesupport (>= 4.0)
172
+ sprockets (>= 3.0.0)
173
+ sqlite3 (1.6.9)
174
+ mini_portile2 (~> 2.8.0)
175
+ sqlite3 (1.6.9-x86_64-linux)
176
+ thor (1.3.2)
177
+ thread_safe (0.3.6)
178
+ timeout (0.4.3)
179
+ tzinfo (1.2.11)
180
+ thread_safe (~> 0.1)
181
+ wasabi (4.0.0)
182
+ addressable
183
+ httpi (~> 3.0)
184
+ nokogiri (>= 1.13.9)
185
+ wash_out (0.12.0)
186
+ nori (>= 2.0.0)
187
+ webmock (3.25.1)
188
+ addressable (>= 2.8.0)
189
+ crack (>= 0.3.2)
190
+ hashdiff (>= 0.4.0, < 2.0.0)
191
+ websocket-driver (0.6.5)
192
+ websocket-extensions (>= 0.1.0)
193
+ websocket-extensions (0.1.5)
194
+
195
+ PLATFORMS
196
+ ruby
197
+ x86_64-linux
198
+
199
+ DEPENDENCIES
200
+ actionpack (~> 5.1.1)
201
+ actionview (~> 5.1.1)
202
+ activerecord
203
+ appraisal
204
+ byebug
205
+ concurrent-ruby (= 1.3.4)
206
+ httpi
207
+ minitest
208
+ qbwc!
209
+ rails (>= 5.0.1, < 7.2)
210
+ rake
211
+ rspec
212
+ savon
213
+ sqlite3
214
+ webmock
215
+
216
+ BUNDLED WITH
217
+ 2.4.13
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "actionpack", "~> 5.2.0"
6
+ gem "actionview", "~> 5.2.0"
7
+ gem "concurrent-ruby", "1.3.4"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,225 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ qbwc (1.1.0)
5
+ actionpack (>= 5.0.1)
6
+ qbxml (>= 0.3.0)
7
+ wash_out (>= 0.12.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (5.2.8.1)
13
+ actionpack (= 5.2.8.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailer (5.2.8.1)
17
+ actionpack (= 5.2.8.1)
18
+ actionview (= 5.2.8.1)
19
+ activejob (= 5.2.8.1)
20
+ mail (~> 2.5, >= 2.5.4)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.2.8.1)
23
+ actionview (= 5.2.8.1)
24
+ activesupport (= 5.2.8.1)
25
+ rack (~> 2.0, >= 2.0.8)
26
+ rack-test (>= 0.6.3)
27
+ rails-dom-testing (~> 2.0)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.2.8.1)
30
+ activesupport (= 5.2.8.1)
31
+ builder (~> 3.1)
32
+ erubi (~> 1.4)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.2.8.1)
36
+ activesupport (= 5.2.8.1)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.2.8.1)
39
+ activesupport (= 5.2.8.1)
40
+ activerecord (5.2.8.1)
41
+ activemodel (= 5.2.8.1)
42
+ activesupport (= 5.2.8.1)
43
+ arel (>= 9.0)
44
+ activestorage (5.2.8.1)
45
+ actionpack (= 5.2.8.1)
46
+ activerecord (= 5.2.8.1)
47
+ marcel (~> 1.0.0)
48
+ activesupport (5.2.8.1)
49
+ concurrent-ruby (~> 1.0, >= 1.0.2)
50
+ i18n (>= 0.7, < 2)
51
+ minitest (~> 5.1)
52
+ tzinfo (~> 1.1)
53
+ addressable (2.8.7)
54
+ public_suffix (>= 2.0.2, < 7.0)
55
+ akami (1.3.2)
56
+ gyoku (>= 0.4.0)
57
+ nokogiri
58
+ appraisal (2.5.0)
59
+ bundler
60
+ rake
61
+ thor (>= 0.14.0)
62
+ arel (9.0.0)
63
+ base64 (0.2.0)
64
+ bigdecimal (3.1.9)
65
+ builder (3.3.0)
66
+ byebug (11.1.3)
67
+ concurrent-ruby (1.3.4)
68
+ crack (1.0.0)
69
+ bigdecimal
70
+ rexml
71
+ crass (1.0.6)
72
+ date (3.4.1)
73
+ diff-lcs (1.6.0)
74
+ erubi (1.13.1)
75
+ globalid (1.1.0)
76
+ activesupport (>= 5.0)
77
+ gyoku (1.4.0)
78
+ builder (>= 2.1.2)
79
+ rexml (~> 3.0)
80
+ hashdiff (1.1.2)
81
+ httpi (3.0.1)
82
+ rack
83
+ i18n (1.14.7)
84
+ concurrent-ruby (~> 1.0)
85
+ loofah (2.24.0)
86
+ crass (~> 1.0.2)
87
+ nokogiri (>= 1.12.0)
88
+ mail (2.8.1)
89
+ mini_mime (>= 0.1.1)
90
+ net-imap
91
+ net-pop
92
+ net-smtp
93
+ marcel (1.0.4)
94
+ method_source (1.1.0)
95
+ mini_mime (1.1.5)
96
+ mini_portile2 (2.8.8)
97
+ minitest (5.25.5)
98
+ net-imap (0.4.19)
99
+ date
100
+ net-protocol
101
+ net-pop (0.1.2)
102
+ net-protocol
103
+ net-protocol (0.2.2)
104
+ timeout
105
+ net-smtp (0.5.1)
106
+ net-protocol
107
+ nio4r (2.7.4)
108
+ nokogiri (1.15.7)
109
+ mini_portile2 (~> 2.8.2)
110
+ racc (~> 1.4)
111
+ nokogiri (1.15.7-x86_64-linux)
112
+ racc (~> 1.4)
113
+ nori (2.6.0)
114
+ public_suffix (5.1.1)
115
+ qbxml (0.5.0)
116
+ activesupport (>= 5.0.0)
117
+ builder (~> 3.0)
118
+ nokogiri (~> 1.5)
119
+ racc (1.8.1)
120
+ rack (2.2.13)
121
+ rack-test (2.2.0)
122
+ rack (>= 1.3)
123
+ rails (5.2.8.1)
124
+ actioncable (= 5.2.8.1)
125
+ actionmailer (= 5.2.8.1)
126
+ actionpack (= 5.2.8.1)
127
+ actionview (= 5.2.8.1)
128
+ activejob (= 5.2.8.1)
129
+ activemodel (= 5.2.8.1)
130
+ activerecord (= 5.2.8.1)
131
+ activestorage (= 5.2.8.1)
132
+ activesupport (= 5.2.8.1)
133
+ bundler (>= 1.3.0)
134
+ railties (= 5.2.8.1)
135
+ sprockets-rails (>= 2.0.0)
136
+ rails-dom-testing (2.2.0)
137
+ activesupport (>= 5.0.0)
138
+ minitest
139
+ nokogiri (>= 1.6)
140
+ rails-html-sanitizer (1.6.2)
141
+ loofah (~> 2.21)
142
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
143
+ railties (5.2.8.1)
144
+ actionpack (= 5.2.8.1)
145
+ activesupport (= 5.2.8.1)
146
+ method_source
147
+ rake (>= 0.8.7)
148
+ thor (>= 0.19.0, < 2.0)
149
+ rake (13.2.1)
150
+ rexml (3.4.1)
151
+ rspec (3.13.0)
152
+ rspec-core (~> 3.13.0)
153
+ rspec-expectations (~> 3.13.0)
154
+ rspec-mocks (~> 3.13.0)
155
+ rspec-core (3.13.3)
156
+ rspec-support (~> 3.13.0)
157
+ rspec-expectations (3.13.3)
158
+ diff-lcs (>= 1.2.0, < 2.0)
159
+ rspec-support (~> 3.13.0)
160
+ rspec-mocks (3.13.2)
161
+ diff-lcs (>= 1.2.0, < 2.0)
162
+ rspec-support (~> 3.13.0)
163
+ rspec-support (3.13.2)
164
+ savon (2.15.0)
165
+ akami (~> 1.2)
166
+ builder (>= 2.1.2)
167
+ gyoku (~> 1.2)
168
+ httpi (>= 2.4.5, < 5)
169
+ mail (~> 2.5)
170
+ nokogiri (>= 1.8.1)
171
+ nori (~> 2.4)
172
+ wasabi (>= 3.7, < 6)
173
+ sprockets (4.2.1)
174
+ concurrent-ruby (~> 1.0)
175
+ rack (>= 2.2.4, < 4)
176
+ sprockets-rails (3.4.2)
177
+ actionpack (>= 5.2)
178
+ activesupport (>= 5.2)
179
+ sprockets (>= 3.0.0)
180
+ sqlite3 (1.6.9)
181
+ mini_portile2 (~> 2.8.0)
182
+ sqlite3 (1.6.9-x86_64-linux)
183
+ thor (1.3.2)
184
+ thread_safe (0.3.6)
185
+ timeout (0.4.3)
186
+ tzinfo (1.2.11)
187
+ thread_safe (~> 0.1)
188
+ wasabi (4.0.0)
189
+ addressable
190
+ httpi (~> 3.0)
191
+ nokogiri (>= 1.13.9)
192
+ wash_out (0.12.0)
193
+ nori (>= 2.0.0)
194
+ webmock (3.25.1)
195
+ addressable (>= 2.8.0)
196
+ crack (>= 0.3.2)
197
+ hashdiff (>= 0.4.0, < 2.0.0)
198
+ websocket-driver (0.7.7)
199
+ base64
200
+ websocket-extensions (>= 0.1.0)
201
+ websocket-extensions (0.1.5)
202
+
203
+ PLATFORMS
204
+ ruby
205
+ x86_64-linux
206
+
207
+ DEPENDENCIES
208
+ actionpack (~> 5.2.0)
209
+ actionview (~> 5.2.0)
210
+ activerecord
211
+ appraisal
212
+ byebug
213
+ concurrent-ruby (= 1.3.4)
214
+ httpi
215
+ minitest
216
+ qbwc!
217
+ rails (>= 5.0.1, < 7.2)
218
+ rake
219
+ rspec
220
+ savon
221
+ sqlite3
222
+ webmock
223
+
224
+ BUNDLED WITH
225
+ 2.4.13
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "actionpack", "~> 6.0.0"
6
+ gem "actionview", "~> 6.0.0"
7
+ gem "concurrent-ruby", "1.3.4"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,241 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ qbwc (1.1.0)
5
+ actionpack (>= 5.0.1)
6
+ qbxml (>= 0.3.0)
7
+ wash_out (>= 0.12.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (6.0.6.1)
13
+ actionpack (= 6.0.6.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailbox (6.0.6.1)
17
+ actionpack (= 6.0.6.1)
18
+ activejob (= 6.0.6.1)
19
+ activerecord (= 6.0.6.1)
20
+ activestorage (= 6.0.6.1)
21
+ activesupport (= 6.0.6.1)
22
+ mail (>= 2.7.1)
23
+ actionmailer (6.0.6.1)
24
+ actionpack (= 6.0.6.1)
25
+ actionview (= 6.0.6.1)
26
+ activejob (= 6.0.6.1)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (6.0.6.1)
30
+ actionview (= 6.0.6.1)
31
+ activesupport (= 6.0.6.1)
32
+ rack (~> 2.0, >= 2.0.8)
33
+ rack-test (>= 0.6.3)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
+ actiontext (6.0.6.1)
37
+ actionpack (= 6.0.6.1)
38
+ activerecord (= 6.0.6.1)
39
+ activestorage (= 6.0.6.1)
40
+ activesupport (= 6.0.6.1)
41
+ nokogiri (>= 1.8.5)
42
+ actionview (6.0.6.1)
43
+ activesupport (= 6.0.6.1)
44
+ builder (~> 3.1)
45
+ erubi (~> 1.4)
46
+ rails-dom-testing (~> 2.0)
47
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
+ activejob (6.0.6.1)
49
+ activesupport (= 6.0.6.1)
50
+ globalid (>= 0.3.6)
51
+ activemodel (6.0.6.1)
52
+ activesupport (= 6.0.6.1)
53
+ activerecord (6.0.6.1)
54
+ activemodel (= 6.0.6.1)
55
+ activesupport (= 6.0.6.1)
56
+ activestorage (6.0.6.1)
57
+ actionpack (= 6.0.6.1)
58
+ activejob (= 6.0.6.1)
59
+ activerecord (= 6.0.6.1)
60
+ marcel (~> 1.0)
61
+ activesupport (6.0.6.1)
62
+ concurrent-ruby (~> 1.0, >= 1.0.2)
63
+ i18n (>= 0.7, < 2)
64
+ minitest (~> 5.1)
65
+ tzinfo (~> 1.1)
66
+ zeitwerk (~> 2.2, >= 2.2.2)
67
+ addressable (2.8.7)
68
+ public_suffix (>= 2.0.2, < 7.0)
69
+ akami (1.3.2)
70
+ gyoku (>= 0.4.0)
71
+ nokogiri
72
+ appraisal (2.5.0)
73
+ bundler
74
+ rake
75
+ thor (>= 0.14.0)
76
+ base64 (0.2.0)
77
+ bigdecimal (3.1.9)
78
+ builder (3.3.0)
79
+ byebug (11.1.3)
80
+ concurrent-ruby (1.3.4)
81
+ crack (1.0.0)
82
+ bigdecimal
83
+ rexml
84
+ crass (1.0.6)
85
+ date (3.4.1)
86
+ diff-lcs (1.6.0)
87
+ erubi (1.13.1)
88
+ globalid (1.1.0)
89
+ activesupport (>= 5.0)
90
+ gyoku (1.4.0)
91
+ builder (>= 2.1.2)
92
+ rexml (~> 3.0)
93
+ hashdiff (1.1.2)
94
+ httpi (3.0.1)
95
+ rack
96
+ i18n (1.14.7)
97
+ concurrent-ruby (~> 1.0)
98
+ loofah (2.24.0)
99
+ crass (~> 1.0.2)
100
+ nokogiri (>= 1.12.0)
101
+ mail (2.8.1)
102
+ mini_mime (>= 0.1.1)
103
+ net-imap
104
+ net-pop
105
+ net-smtp
106
+ marcel (1.0.4)
107
+ method_source (1.1.0)
108
+ mini_mime (1.1.5)
109
+ mini_portile2 (2.8.8)
110
+ minitest (5.25.5)
111
+ net-imap (0.4.19)
112
+ date
113
+ net-protocol
114
+ net-pop (0.1.2)
115
+ net-protocol
116
+ net-protocol (0.2.2)
117
+ timeout
118
+ net-smtp (0.5.1)
119
+ net-protocol
120
+ nio4r (2.7.4)
121
+ nokogiri (1.15.7)
122
+ mini_portile2 (~> 2.8.2)
123
+ racc (~> 1.4)
124
+ nokogiri (1.15.7-x86_64-linux)
125
+ racc (~> 1.4)
126
+ nori (2.6.0)
127
+ public_suffix (5.1.1)
128
+ qbxml (0.5.0)
129
+ activesupport (>= 5.0.0)
130
+ builder (~> 3.0)
131
+ nokogiri (~> 1.5)
132
+ racc (1.8.1)
133
+ rack (2.2.13)
134
+ rack-test (2.2.0)
135
+ rack (>= 1.3)
136
+ rails (6.0.6.1)
137
+ actioncable (= 6.0.6.1)
138
+ actionmailbox (= 6.0.6.1)
139
+ actionmailer (= 6.0.6.1)
140
+ actionpack (= 6.0.6.1)
141
+ actiontext (= 6.0.6.1)
142
+ actionview (= 6.0.6.1)
143
+ activejob (= 6.0.6.1)
144
+ activemodel (= 6.0.6.1)
145
+ activerecord (= 6.0.6.1)
146
+ activestorage (= 6.0.6.1)
147
+ activesupport (= 6.0.6.1)
148
+ bundler (>= 1.3.0)
149
+ railties (= 6.0.6.1)
150
+ sprockets-rails (>= 2.0.0)
151
+ rails-dom-testing (2.2.0)
152
+ activesupport (>= 5.0.0)
153
+ minitest
154
+ nokogiri (>= 1.6)
155
+ rails-html-sanitizer (1.6.2)
156
+ loofah (~> 2.21)
157
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
158
+ railties (6.0.6.1)
159
+ actionpack (= 6.0.6.1)
160
+ activesupport (= 6.0.6.1)
161
+ method_source
162
+ rake (>= 0.8.7)
163
+ thor (>= 0.20.3, < 2.0)
164
+ rake (13.2.1)
165
+ rexml (3.4.1)
166
+ rspec (3.13.0)
167
+ rspec-core (~> 3.13.0)
168
+ rspec-expectations (~> 3.13.0)
169
+ rspec-mocks (~> 3.13.0)
170
+ rspec-core (3.13.3)
171
+ rspec-support (~> 3.13.0)
172
+ rspec-expectations (3.13.3)
173
+ diff-lcs (>= 1.2.0, < 2.0)
174
+ rspec-support (~> 3.13.0)
175
+ rspec-mocks (3.13.2)
176
+ diff-lcs (>= 1.2.0, < 2.0)
177
+ rspec-support (~> 3.13.0)
178
+ rspec-support (3.13.2)
179
+ savon (2.15.0)
180
+ akami (~> 1.2)
181
+ builder (>= 2.1.2)
182
+ gyoku (~> 1.2)
183
+ httpi (>= 2.4.5, < 5)
184
+ mail (~> 2.5)
185
+ nokogiri (>= 1.8.1)
186
+ nori (~> 2.4)
187
+ wasabi (>= 3.7, < 6)
188
+ sprockets (4.2.1)
189
+ concurrent-ruby (~> 1.0)
190
+ rack (>= 2.2.4, < 4)
191
+ sprockets-rails (3.4.2)
192
+ actionpack (>= 5.2)
193
+ activesupport (>= 5.2)
194
+ sprockets (>= 3.0.0)
195
+ sqlite3 (1.6.9)
196
+ mini_portile2 (~> 2.8.0)
197
+ sqlite3 (1.6.9-x86_64-linux)
198
+ thor (1.3.2)
199
+ thread_safe (0.3.6)
200
+ timeout (0.4.3)
201
+ tzinfo (1.2.11)
202
+ thread_safe (~> 0.1)
203
+ wasabi (4.0.0)
204
+ addressable
205
+ httpi (~> 3.0)
206
+ nokogiri (>= 1.13.9)
207
+ wash_out (0.12.0)
208
+ nori (>= 2.0.0)
209
+ webmock (3.25.1)
210
+ addressable (>= 2.8.0)
211
+ crack (>= 0.3.2)
212
+ hashdiff (>= 0.4.0, < 2.0.0)
213
+ websocket-driver (0.7.7)
214
+ base64
215
+ websocket-extensions (>= 0.1.0)
216
+ websocket-extensions (0.1.5)
217
+ zeitwerk (2.6.18)
218
+
219
+ PLATFORMS
220
+ ruby
221
+ x86_64-linux
222
+
223
+ DEPENDENCIES
224
+ actionpack (~> 6.0.0)
225
+ actionview (~> 6.0.0)
226
+ activerecord
227
+ appraisal
228
+ byebug
229
+ concurrent-ruby (= 1.3.4)
230
+ httpi
231
+ minitest
232
+ qbwc!
233
+ rails (>= 5.0.1, < 7.2)
234
+ rake
235
+ rspec
236
+ savon
237
+ sqlite3
238
+ webmock
239
+
240
+ BUNDLED WITH
241
+ 2.4.13
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "actionpack", "~> 6.1.0"
6
+ gem "actionview", "~> 6.1.0"
7
+ gem "concurrent-ruby", "1.3.4"
8
+
9
+ gemspec path: "../"