dalliance 0.6.0 → 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.
@@ -1,9 +1,9 @@
1
1
  # This file was generated by Appraisal
2
2
 
3
- source "http://rubygems.org"
3
+ source "https://rubygems.org"
4
4
 
5
5
  gem "appraisal"
6
- gem "rails", "~> 4.2.0"
6
+ gem "rails", "~> 6.0.0"
7
7
 
8
8
  group :development, :test do
9
9
  gem "byebug"
@@ -0,0 +1,225 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ dalliance (0.8.1)
5
+ rails (>= 5.0, < 6.2)
6
+ state_machine
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (6.0.2.1)
12
+ actionpack (= 6.0.2.1)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailbox (6.0.2.1)
16
+ actionpack (= 6.0.2.1)
17
+ activejob (= 6.0.2.1)
18
+ activerecord (= 6.0.2.1)
19
+ activestorage (= 6.0.2.1)
20
+ activesupport (= 6.0.2.1)
21
+ mail (>= 2.7.1)
22
+ actionmailer (6.0.2.1)
23
+ actionpack (= 6.0.2.1)
24
+ actionview (= 6.0.2.1)
25
+ activejob (= 6.0.2.1)
26
+ mail (~> 2.5, >= 2.5.4)
27
+ rails-dom-testing (~> 2.0)
28
+ actionpack (6.0.2.1)
29
+ actionview (= 6.0.2.1)
30
+ activesupport (= 6.0.2.1)
31
+ rack (~> 2.0, >= 2.0.8)
32
+ rack-test (>= 0.6.3)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
+ actiontext (6.0.2.1)
36
+ actionpack (= 6.0.2.1)
37
+ activerecord (= 6.0.2.1)
38
+ activestorage (= 6.0.2.1)
39
+ activesupport (= 6.0.2.1)
40
+ nokogiri (>= 1.8.5)
41
+ actionview (6.0.2.1)
42
+ activesupport (= 6.0.2.1)
43
+ builder (~> 3.1)
44
+ erubi (~> 1.4)
45
+ rails-dom-testing (~> 2.0)
46
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
+ activejob (6.0.2.1)
48
+ activesupport (= 6.0.2.1)
49
+ globalid (>= 0.3.6)
50
+ activemodel (6.0.2.1)
51
+ activesupport (= 6.0.2.1)
52
+ activerecord (6.0.2.1)
53
+ activemodel (= 6.0.2.1)
54
+ activesupport (= 6.0.2.1)
55
+ activestorage (6.0.2.1)
56
+ actionpack (= 6.0.2.1)
57
+ activejob (= 6.0.2.1)
58
+ activerecord (= 6.0.2.1)
59
+ marcel (~> 0.3.1)
60
+ activesupport (6.0.2.1)
61
+ concurrent-ruby (~> 1.0, >= 1.0.2)
62
+ i18n (>= 0.7, < 2)
63
+ minitest (~> 5.1)
64
+ tzinfo (~> 1.1)
65
+ zeitwerk (~> 2.2)
66
+ appraisal (2.2.0)
67
+ bundler
68
+ rake
69
+ thor (>= 0.14.0)
70
+ ast (2.4.0)
71
+ builder (3.2.4)
72
+ bundler-audit (0.6.1)
73
+ bundler (>= 1.2.0, < 3)
74
+ thor (~> 0.18)
75
+ byebug (11.1.1)
76
+ concurrent-ruby (1.1.6)
77
+ crass (1.0.6)
78
+ delayed_job (4.1.8)
79
+ activesupport (>= 3.0, < 6.1)
80
+ delayed_job_active_record (4.1.4)
81
+ activerecord (>= 3.0, < 6.1)
82
+ delayed_job (>= 3.0, < 5)
83
+ diff-lcs (1.3)
84
+ erubi (1.9.0)
85
+ globalid (0.4.2)
86
+ activesupport (>= 4.2.0)
87
+ i18n (1.8.2)
88
+ concurrent-ruby (~> 1.0)
89
+ jaro_winkler (1.5.4)
90
+ loofah (2.4.0)
91
+ crass (~> 1.0.2)
92
+ nokogiri (>= 1.5.9)
93
+ mail (2.7.1)
94
+ mini_mime (>= 0.1.1)
95
+ marcel (0.3.3)
96
+ mimemagic (~> 0.3.2)
97
+ method_source (0.9.2)
98
+ mimemagic (0.3.4)
99
+ mini_mime (1.0.2)
100
+ mini_portile2 (2.4.0)
101
+ minitest (5.14.0)
102
+ mono_logger (1.1.0)
103
+ multi_json (1.14.1)
104
+ mustermann (1.1.1)
105
+ ruby2_keywords (~> 0.0.1)
106
+ nio4r (2.5.2)
107
+ nokogiri (1.10.8)
108
+ mini_portile2 (~> 2.4.0)
109
+ parallel (1.19.1)
110
+ parser (2.7.0.3)
111
+ ast (~> 2.4.0)
112
+ rack (2.2.2)
113
+ rack-protection (2.0.8.1)
114
+ rack
115
+ rack-test (1.1.0)
116
+ rack (>= 1.0, < 3)
117
+ rails (6.0.2.1)
118
+ actioncable (= 6.0.2.1)
119
+ actionmailbox (= 6.0.2.1)
120
+ actionmailer (= 6.0.2.1)
121
+ actionpack (= 6.0.2.1)
122
+ actiontext (= 6.0.2.1)
123
+ actionview (= 6.0.2.1)
124
+ activejob (= 6.0.2.1)
125
+ activemodel (= 6.0.2.1)
126
+ activerecord (= 6.0.2.1)
127
+ activestorage (= 6.0.2.1)
128
+ activesupport (= 6.0.2.1)
129
+ bundler (>= 1.3.0)
130
+ railties (= 6.0.2.1)
131
+ sprockets-rails (>= 2.0.0)
132
+ rails-dom-testing (2.0.3)
133
+ activesupport (>= 4.2.0)
134
+ nokogiri (>= 1.6)
135
+ rails-html-sanitizer (1.3.0)
136
+ loofah (~> 2.3)
137
+ railties (6.0.2.1)
138
+ actionpack (= 6.0.2.1)
139
+ activesupport (= 6.0.2.1)
140
+ method_source
141
+ rake (>= 0.8.7)
142
+ thor (>= 0.20.3, < 2.0)
143
+ rainbow (3.0.0)
144
+ rake (13.0.1)
145
+ redis (4.1.3)
146
+ redis-namespace (1.7.0)
147
+ redis (>= 3.0.4)
148
+ resque (2.0.0)
149
+ mono_logger (~> 1.0)
150
+ multi_json (~> 1.0)
151
+ redis-namespace (~> 1.6)
152
+ sinatra (>= 0.9.2)
153
+ vegas (~> 0.1.2)
154
+ rexml (3.2.4)
155
+ rspec (3.9.0)
156
+ rspec-core (~> 3.9.0)
157
+ rspec-expectations (~> 3.9.0)
158
+ rspec-mocks (~> 3.9.0)
159
+ rspec-core (3.9.1)
160
+ rspec-support (~> 3.9.1)
161
+ rspec-expectations (3.9.0)
162
+ diff-lcs (>= 1.2.0, < 2.0)
163
+ rspec-support (~> 3.9.0)
164
+ rspec-mocks (3.9.1)
165
+ diff-lcs (>= 1.2.0, < 2.0)
166
+ rspec-support (~> 3.9.0)
167
+ rspec-support (3.9.2)
168
+ rspec_junit_formatter (0.4.1)
169
+ rspec-core (>= 2, < 4, != 2.12.0)
170
+ rubocop (0.80.0)
171
+ jaro_winkler (~> 1.5.1)
172
+ parallel (~> 1.10)
173
+ parser (>= 2.7.0.1)
174
+ rainbow (>= 2.2.2, < 4.0)
175
+ rexml
176
+ ruby-progressbar (~> 1.7)
177
+ unicode-display_width (>= 1.4.0, < 1.7)
178
+ ruby-progressbar (1.10.1)
179
+ ruby2_keywords (0.0.2)
180
+ sinatra (2.0.8.1)
181
+ mustermann (~> 1.0)
182
+ rack (~> 2.0)
183
+ rack-protection (= 2.0.8.1)
184
+ tilt (~> 2.0)
185
+ sprockets (4.0.0)
186
+ concurrent-ruby (~> 1.0)
187
+ rack (> 1, < 3)
188
+ sprockets-rails (3.2.1)
189
+ actionpack (>= 4.0)
190
+ activesupport (>= 4.0)
191
+ sprockets (>= 3.0.0)
192
+ sqlite3 (1.4.2)
193
+ state_machine (1.2.0)
194
+ thor (0.20.3)
195
+ thread_safe (0.3.6)
196
+ tilt (2.0.10)
197
+ tzinfo (1.2.6)
198
+ thread_safe (~> 0.1)
199
+ unicode-display_width (1.6.1)
200
+ vegas (0.1.11)
201
+ rack (>= 1.0.0)
202
+ websocket-driver (0.7.1)
203
+ websocket-extensions (>= 0.1.0)
204
+ websocket-extensions (0.1.4)
205
+ zeitwerk (2.2.2)
206
+
207
+ PLATFORMS
208
+ ruby
209
+
210
+ DEPENDENCIES
211
+ appraisal
212
+ bundler-audit
213
+ byebug
214
+ dalliance!
215
+ delayed_job (>= 3.0.0)
216
+ delayed_job_active_record
217
+ rails (~> 6.0.0)
218
+ resque
219
+ rspec (>= 3.0.0)
220
+ rspec_junit_formatter
221
+ rubocop (~> 0.78)
222
+ sqlite3
223
+
224
+ BUNDLED WITH
225
+ 1.17.3
@@ -0,0 +1,12 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "rails", "~> 6.1.0"
7
+
8
+ group :development, :test do
9
+ gem "byebug"
10
+ end
11
+
12
+ gemspec path: "../"
@@ -0,0 +1,233 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ dalliance (0.8.1)
5
+ rails (>= 5.0, < 6.2)
6
+ state_machine
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (6.1.2.1)
12
+ actionpack (= 6.1.2.1)
13
+ activesupport (= 6.1.2.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailbox (6.1.2.1)
17
+ actionpack (= 6.1.2.1)
18
+ activejob (= 6.1.2.1)
19
+ activerecord (= 6.1.2.1)
20
+ activestorage (= 6.1.2.1)
21
+ activesupport (= 6.1.2.1)
22
+ mail (>= 2.7.1)
23
+ actionmailer (6.1.2.1)
24
+ actionpack (= 6.1.2.1)
25
+ actionview (= 6.1.2.1)
26
+ activejob (= 6.1.2.1)
27
+ activesupport (= 6.1.2.1)
28
+ mail (~> 2.5, >= 2.5.4)
29
+ rails-dom-testing (~> 2.0)
30
+ actionpack (6.1.2.1)
31
+ actionview (= 6.1.2.1)
32
+ activesupport (= 6.1.2.1)
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.2.1)
38
+ actionpack (= 6.1.2.1)
39
+ activerecord (= 6.1.2.1)
40
+ activestorage (= 6.1.2.1)
41
+ activesupport (= 6.1.2.1)
42
+ nokogiri (>= 1.8.5)
43
+ actionview (6.1.2.1)
44
+ activesupport (= 6.1.2.1)
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.2.1)
50
+ activesupport (= 6.1.2.1)
51
+ globalid (>= 0.3.6)
52
+ activemodel (6.1.2.1)
53
+ activesupport (= 6.1.2.1)
54
+ activerecord (6.1.2.1)
55
+ activemodel (= 6.1.2.1)
56
+ activesupport (= 6.1.2.1)
57
+ activestorage (6.1.2.1)
58
+ actionpack (= 6.1.2.1)
59
+ activejob (= 6.1.2.1)
60
+ activerecord (= 6.1.2.1)
61
+ activesupport (= 6.1.2.1)
62
+ marcel (~> 0.3.1)
63
+ mimemagic (~> 0.3.2)
64
+ activesupport (6.1.2.1)
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.3.0)
71
+ bundler
72
+ rake
73
+ thor (>= 0.14.0)
74
+ ast (2.4.2)
75
+ builder (3.2.4)
76
+ bundler-audit (0.7.0.1)
77
+ bundler (>= 1.2.0, < 3)
78
+ thor (>= 0.18, < 2)
79
+ byebug (11.1.3)
80
+ concurrent-ruby (1.1.8)
81
+ crass (1.0.6)
82
+ delayed_job (4.1.9)
83
+ activesupport (>= 3.0, < 6.2)
84
+ delayed_job_active_record (4.1.5)
85
+ activerecord (>= 3.0, < 6.2)
86
+ delayed_job (>= 3.0, < 5)
87
+ diff-lcs (1.4.4)
88
+ erubi (1.10.0)
89
+ globalid (0.4.2)
90
+ activesupport (>= 4.2.0)
91
+ i18n (1.8.8)
92
+ concurrent-ruby (~> 1.0)
93
+ loofah (2.9.0)
94
+ crass (~> 1.0.2)
95
+ nokogiri (>= 1.5.9)
96
+ mail (2.7.1)
97
+ mini_mime (>= 0.1.1)
98
+ marcel (0.3.3)
99
+ mimemagic (~> 0.3.2)
100
+ method_source (1.0.0)
101
+ mimemagic (0.3.5)
102
+ mini_mime (1.0.2)
103
+ mini_portile2 (2.5.0)
104
+ minitest (5.14.3)
105
+ mono_logger (1.1.0)
106
+ multi_json (1.15.0)
107
+ mustermann (1.1.1)
108
+ ruby2_keywords (~> 0.0.1)
109
+ nio4r (2.5.5)
110
+ nokogiri (1.11.1)
111
+ mini_portile2 (~> 2.5.0)
112
+ racc (~> 1.4)
113
+ parallel (1.20.1)
114
+ parser (3.0.0.0)
115
+ ast (~> 2.4.1)
116
+ racc (1.5.2)
117
+ rack (2.2.3)
118
+ rack-protection (2.1.0)
119
+ rack
120
+ rack-test (1.1.0)
121
+ rack (>= 1.0, < 3)
122
+ rails (6.1.2.1)
123
+ actioncable (= 6.1.2.1)
124
+ actionmailbox (= 6.1.2.1)
125
+ actionmailer (= 6.1.2.1)
126
+ actionpack (= 6.1.2.1)
127
+ actiontext (= 6.1.2.1)
128
+ actionview (= 6.1.2.1)
129
+ activejob (= 6.1.2.1)
130
+ activemodel (= 6.1.2.1)
131
+ activerecord (= 6.1.2.1)
132
+ activestorage (= 6.1.2.1)
133
+ activesupport (= 6.1.2.1)
134
+ bundler (>= 1.15.0)
135
+ railties (= 6.1.2.1)
136
+ sprockets-rails (>= 2.0.0)
137
+ rails-dom-testing (2.0.3)
138
+ activesupport (>= 4.2.0)
139
+ nokogiri (>= 1.6)
140
+ rails-html-sanitizer (1.3.0)
141
+ loofah (~> 2.3)
142
+ railties (6.1.2.1)
143
+ actionpack (= 6.1.2.1)
144
+ activesupport (= 6.1.2.1)
145
+ method_source
146
+ rake (>= 0.8.7)
147
+ thor (~> 1.0)
148
+ rainbow (3.0.0)
149
+ rake (13.0.3)
150
+ redis (4.2.5)
151
+ redis-namespace (1.8.1)
152
+ redis (>= 3.0.4)
153
+ regexp_parser (2.0.3)
154
+ resque (2.0.0)
155
+ mono_logger (~> 1.0)
156
+ multi_json (~> 1.0)
157
+ redis-namespace (~> 1.6)
158
+ sinatra (>= 0.9.2)
159
+ vegas (~> 0.1.2)
160
+ rexml (3.2.4)
161
+ rspec (3.10.0)
162
+ rspec-core (~> 3.10.0)
163
+ rspec-expectations (~> 3.10.0)
164
+ rspec-mocks (~> 3.10.0)
165
+ rspec-core (3.10.1)
166
+ rspec-support (~> 3.10.0)
167
+ rspec-expectations (3.10.1)
168
+ diff-lcs (>= 1.2.0, < 2.0)
169
+ rspec-support (~> 3.10.0)
170
+ rspec-mocks (3.10.2)
171
+ diff-lcs (>= 1.2.0, < 2.0)
172
+ rspec-support (~> 3.10.0)
173
+ rspec-support (3.10.2)
174
+ rspec_junit_formatter (0.4.1)
175
+ rspec-core (>= 2, < 4, != 2.12.0)
176
+ rubocop (0.93.1)
177
+ parallel (~> 1.10)
178
+ parser (>= 2.7.1.5)
179
+ rainbow (>= 2.2.2, < 4.0)
180
+ regexp_parser (>= 1.8)
181
+ rexml
182
+ rubocop-ast (>= 0.6.0)
183
+ ruby-progressbar (~> 1.7)
184
+ unicode-display_width (>= 1.4.0, < 2.0)
185
+ rubocop-ast (1.4.1)
186
+ parser (>= 2.7.1.5)
187
+ ruby-progressbar (1.11.0)
188
+ ruby2_keywords (0.0.4)
189
+ sinatra (2.1.0)
190
+ mustermann (~> 1.0)
191
+ rack (~> 2.2)
192
+ rack-protection (= 2.1.0)
193
+ tilt (~> 2.0)
194
+ sprockets (4.0.2)
195
+ concurrent-ruby (~> 1.0)
196
+ rack (> 1, < 3)
197
+ sprockets-rails (3.2.2)
198
+ actionpack (>= 4.0)
199
+ activesupport (>= 4.0)
200
+ sprockets (>= 3.0.0)
201
+ sqlite3 (1.4.2)
202
+ state_machine (1.2.0)
203
+ thor (1.1.0)
204
+ tilt (2.0.10)
205
+ tzinfo (2.0.4)
206
+ concurrent-ruby (~> 1.0)
207
+ unicode-display_width (1.7.0)
208
+ vegas (0.1.11)
209
+ rack (>= 1.0.0)
210
+ websocket-driver (0.7.3)
211
+ websocket-extensions (>= 0.1.0)
212
+ websocket-extensions (0.1.5)
213
+ zeitwerk (2.4.2)
214
+
215
+ PLATFORMS
216
+ ruby
217
+
218
+ DEPENDENCIES
219
+ appraisal
220
+ bundler-audit
221
+ byebug
222
+ dalliance!
223
+ delayed_job (>= 3.0.0)
224
+ delayed_job_active_record
225
+ rails (~> 6.1.0)
226
+ resque
227
+ rspec (>= 3.0.0)
228
+ rspec_junit_formatter
229
+ rubocop (~> 0.78)
230
+ sqlite3
231
+
232
+ BUNDLED WITH
233
+ 1.17.3