fibered_mysql2 0.3.2.pre.tstarck.3 → 0.3.2.pre.tstarck.5
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/.github/workflows/build.yml +1 -0
- data/Appraisals +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +124 -79
- data/fibered_mysql2.gemspec +1 -1
- data/gemfiles/rails_7_0.gemfile +1 -2
- data/gemfiles/rails_7_1.gemfile +15 -0
- data/lib/active_record/connection_adapters/fibered_mysql2_adapter.rb +0 -4
- data/lib/fibered_mysql2/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 686e66ecfa5fe2b18eb2810446429d5f0a0106b3593f8282794fe0badd8c8d76
|
4
|
+
data.tar.gz: faa4c1216495dcdff5dd9735f6a8a300442ddbe2dce31812458ba38a093dcc26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b776c4c4f891df6b1a2ccf0088ec20f96dfd08b331e2df19f28daa55858bcb7bdf8b8c081891c39f133ba1afcb087736f50a7f21491fb7fbbafc14a44f6cd9b
|
7
|
+
data.tar.gz: 1fb5be2c7c30c165b46a9c89b953eef359ac475c559b1661e7ddd176abfbde2d269d970fb3767d441762190a14f96a867dde5fa038766bb9670a3dd0bf4cea92
|
data/.github/workflows/build.yml
CHANGED
data/Appraisals
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,77 +1,89 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fibered_mysql2 (0.3.2.pre.tstarck.
|
4
|
+
fibered_mysql2 (0.3.2.pre.tstarck.5)
|
5
5
|
em-synchrony (~> 1.0)
|
6
|
-
rails (>= 7.0, < 7.
|
6
|
+
rails (>= 7.0, < 7.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (7.
|
12
|
-
actionpack (= 7.
|
13
|
-
activesupport (= 7.
|
11
|
+
actioncable (7.1.5.2)
|
12
|
+
actionpack (= 7.1.5.2)
|
13
|
+
activesupport (= 7.1.5.2)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.1.5.2)
|
18
|
+
actionpack (= 7.1.5.2)
|
19
|
+
activejob (= 7.1.5.2)
|
20
|
+
activerecord (= 7.1.5.2)
|
21
|
+
activestorage (= 7.1.5.2)
|
22
|
+
activesupport (= 7.1.5.2)
|
22
23
|
mail (>= 2.7.1)
|
23
24
|
net-imap
|
24
25
|
net-pop
|
25
26
|
net-smtp
|
26
|
-
actionmailer (7.
|
27
|
-
actionpack (= 7.
|
28
|
-
actionview (= 7.
|
29
|
-
activejob (= 7.
|
30
|
-
activesupport (= 7.
|
27
|
+
actionmailer (7.1.5.2)
|
28
|
+
actionpack (= 7.1.5.2)
|
29
|
+
actionview (= 7.1.5.2)
|
30
|
+
activejob (= 7.1.5.2)
|
31
|
+
activesupport (= 7.1.5.2)
|
31
32
|
mail (~> 2.5, >= 2.5.4)
|
32
33
|
net-imap
|
33
34
|
net-pop
|
34
35
|
net-smtp
|
35
|
-
rails-dom-testing (~> 2.
|
36
|
-
actionpack (7.
|
37
|
-
actionview (= 7.
|
38
|
-
activesupport (= 7.
|
39
|
-
|
36
|
+
rails-dom-testing (~> 2.2)
|
37
|
+
actionpack (7.1.5.2)
|
38
|
+
actionview (= 7.1.5.2)
|
39
|
+
activesupport (= 7.1.5.2)
|
40
|
+
nokogiri (>= 1.8.5)
|
41
|
+
racc
|
42
|
+
rack (>= 2.2.4)
|
43
|
+
rack-session (>= 1.0.1)
|
40
44
|
rack-test (>= 0.6.3)
|
41
|
-
rails-dom-testing (~> 2.
|
42
|
-
rails-html-sanitizer (~> 1.
|
43
|
-
actiontext (7.
|
44
|
-
actionpack (= 7.
|
45
|
-
activerecord (= 7.
|
46
|
-
activestorage (= 7.
|
47
|
-
activesupport (= 7.
|
45
|
+
rails-dom-testing (~> 2.2)
|
46
|
+
rails-html-sanitizer (~> 1.6)
|
47
|
+
actiontext (7.1.5.2)
|
48
|
+
actionpack (= 7.1.5.2)
|
49
|
+
activerecord (= 7.1.5.2)
|
50
|
+
activestorage (= 7.1.5.2)
|
51
|
+
activesupport (= 7.1.5.2)
|
48
52
|
globalid (>= 0.6.0)
|
49
53
|
nokogiri (>= 1.8.5)
|
50
|
-
actionview (7.
|
51
|
-
activesupport (= 7.
|
54
|
+
actionview (7.1.5.2)
|
55
|
+
activesupport (= 7.1.5.2)
|
52
56
|
builder (~> 3.1)
|
53
|
-
erubi (~> 1.
|
54
|
-
rails-dom-testing (~> 2.
|
55
|
-
rails-html-sanitizer (~> 1.
|
56
|
-
activejob (7.
|
57
|
-
activesupport (= 7.
|
57
|
+
erubi (~> 1.11)
|
58
|
+
rails-dom-testing (~> 2.2)
|
59
|
+
rails-html-sanitizer (~> 1.6)
|
60
|
+
activejob (7.1.5.2)
|
61
|
+
activesupport (= 7.1.5.2)
|
58
62
|
globalid (>= 0.3.6)
|
59
|
-
activemodel (7.
|
60
|
-
activesupport (= 7.
|
61
|
-
activerecord (7.
|
62
|
-
activemodel (= 7.
|
63
|
-
activesupport (= 7.
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
63
|
+
activemodel (7.1.5.2)
|
64
|
+
activesupport (= 7.1.5.2)
|
65
|
+
activerecord (7.1.5.2)
|
66
|
+
activemodel (= 7.1.5.2)
|
67
|
+
activesupport (= 7.1.5.2)
|
68
|
+
timeout (>= 0.4.0)
|
69
|
+
activestorage (7.1.5.2)
|
70
|
+
actionpack (= 7.1.5.2)
|
71
|
+
activejob (= 7.1.5.2)
|
72
|
+
activerecord (= 7.1.5.2)
|
73
|
+
activesupport (= 7.1.5.2)
|
69
74
|
marcel (~> 1.0)
|
70
|
-
|
71
|
-
|
75
|
+
activesupport (7.1.5.2)
|
76
|
+
base64
|
77
|
+
benchmark (>= 0.3)
|
78
|
+
bigdecimal
|
72
79
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
80
|
+
connection_pool (>= 2.2.5)
|
81
|
+
drb
|
73
82
|
i18n (>= 1.6, < 2)
|
83
|
+
logger (>= 1.4.2)
|
74
84
|
minitest (>= 5.1)
|
85
|
+
mutex_m
|
86
|
+
securerandom (>= 0.3)
|
75
87
|
tzinfo (~> 2.0)
|
76
88
|
appraisal (2.5.0)
|
77
89
|
bundler
|
@@ -80,21 +92,34 @@ GEM
|
|
80
92
|
appraisal-matrix (0.3.0)
|
81
93
|
appraisal (~> 2.2)
|
82
94
|
base64 (0.3.0)
|
95
|
+
benchmark (0.4.1)
|
96
|
+
bigdecimal (3.2.2)
|
83
97
|
builder (3.3.0)
|
84
98
|
byebug (12.0.0)
|
99
|
+
cgi (0.5.0)
|
85
100
|
coderay (1.1.3)
|
86
101
|
concurrent-ruby (1.3.5)
|
102
|
+
connection_pool (2.5.3)
|
87
103
|
crass (1.0.6)
|
88
104
|
date (3.4.1)
|
89
105
|
diff-lcs (1.6.2)
|
106
|
+
drb (2.2.3)
|
90
107
|
em-synchrony (1.0.6)
|
91
108
|
eventmachine (>= 1.0.0.beta.1)
|
109
|
+
erb (4.0.4)
|
110
|
+
cgi (>= 0.3.3)
|
92
111
|
erubi (1.13.1)
|
93
112
|
eventmachine (1.2.7)
|
94
113
|
globalid (1.2.1)
|
95
114
|
activesupport (>= 6.1)
|
96
115
|
i18n (1.14.7)
|
97
116
|
concurrent-ruby (~> 1.0)
|
117
|
+
io-console (0.8.1)
|
118
|
+
irb (1.15.2)
|
119
|
+
pp (>= 0.6.0)
|
120
|
+
rdoc (>= 4.0.0)
|
121
|
+
reline (>= 0.4.2)
|
122
|
+
logger (1.7.0)
|
98
123
|
loofah (2.24.1)
|
99
124
|
crass (~> 1.0.2)
|
100
125
|
nokogiri (>= 1.12.0)
|
@@ -108,6 +133,7 @@ GEM
|
|
108
133
|
mini_mime (1.1.5)
|
109
134
|
mini_portile2 (2.8.9)
|
110
135
|
minitest (5.25.5)
|
136
|
+
mutex_m (0.3.0)
|
111
137
|
mysql2 (0.5.6)
|
112
138
|
net-imap (0.5.9)
|
113
139
|
date
|
@@ -122,30 +148,41 @@ GEM
|
|
122
148
|
nokogiri (1.18.9)
|
123
149
|
mini_portile2 (~> 2.8.2)
|
124
150
|
racc (~> 1.4)
|
151
|
+
pp (0.6.2)
|
152
|
+
prettyprint
|
153
|
+
prettyprint (0.2.0)
|
125
154
|
pry (0.15.2)
|
126
155
|
coderay (~> 1.1)
|
127
156
|
method_source (~> 1.0)
|
128
157
|
pry-byebug (3.11.0)
|
129
158
|
byebug (~> 12.0)
|
130
159
|
pry (>= 0.13, < 0.16)
|
160
|
+
psych (5.2.6)
|
161
|
+
date
|
162
|
+
stringio
|
131
163
|
racc (1.8.1)
|
132
|
-
rack (
|
164
|
+
rack (3.2.0)
|
165
|
+
rack-session (2.1.1)
|
166
|
+
base64 (>= 0.1.0)
|
167
|
+
rack (>= 3.0.0)
|
133
168
|
rack-test (2.2.0)
|
134
169
|
rack (>= 1.3)
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
170
|
+
rackup (2.2.1)
|
171
|
+
rack (>= 3)
|
172
|
+
rails (7.1.5.2)
|
173
|
+
actioncable (= 7.1.5.2)
|
174
|
+
actionmailbox (= 7.1.5.2)
|
175
|
+
actionmailer (= 7.1.5.2)
|
176
|
+
actionpack (= 7.1.5.2)
|
177
|
+
actiontext (= 7.1.5.2)
|
178
|
+
actionview (= 7.1.5.2)
|
179
|
+
activejob (= 7.1.5.2)
|
180
|
+
activemodel (= 7.1.5.2)
|
181
|
+
activerecord (= 7.1.5.2)
|
182
|
+
activestorage (= 7.1.5.2)
|
183
|
+
activesupport (= 7.1.5.2)
|
147
184
|
bundler (>= 1.15.0)
|
148
|
-
railties (= 7.
|
185
|
+
railties (= 7.1.5.2)
|
149
186
|
rails-dom-testing (2.3.0)
|
150
187
|
activesupport (>= 5.0.0)
|
151
188
|
minitest
|
@@ -153,27 +190,35 @@ GEM
|
|
153
190
|
rails-html-sanitizer (1.6.2)
|
154
191
|
loofah (~> 2.21)
|
155
192
|
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)
|
156
|
-
railties (7.
|
157
|
-
actionpack (= 7.
|
158
|
-
activesupport (= 7.
|
159
|
-
|
193
|
+
railties (7.1.5.2)
|
194
|
+
actionpack (= 7.1.5.2)
|
195
|
+
activesupport (= 7.1.5.2)
|
196
|
+
irb
|
197
|
+
rackup (>= 1.0.0)
|
160
198
|
rake (>= 12.2)
|
161
|
-
thor (~> 1.0)
|
162
|
-
zeitwerk (~> 2.
|
199
|
+
thor (~> 1.0, >= 1.2.2)
|
200
|
+
zeitwerk (~> 2.6)
|
163
201
|
rake (13.3.0)
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
202
|
+
rdoc (6.14.2)
|
203
|
+
erb
|
204
|
+
psych (>= 4.0.0)
|
205
|
+
reline (0.6.2)
|
206
|
+
io-console (~> 0.5)
|
207
|
+
rspec (3.12.0)
|
208
|
+
rspec-core (~> 3.12.0)
|
209
|
+
rspec-expectations (~> 3.12.0)
|
210
|
+
rspec-mocks (~> 3.12.0)
|
211
|
+
rspec-core (3.12.2)
|
212
|
+
rspec-support (~> 3.12.0)
|
213
|
+
rspec-expectations (3.12.3)
|
171
214
|
diff-lcs (>= 1.2.0, < 2.0)
|
172
|
-
rspec-support (~> 3.
|
173
|
-
rspec-mocks (3.
|
215
|
+
rspec-support (~> 3.12.0)
|
216
|
+
rspec-mocks (3.12.6)
|
174
217
|
diff-lcs (>= 1.2.0, < 2.0)
|
175
|
-
rspec-support (~> 3.
|
176
|
-
rspec-support (3.
|
218
|
+
rspec-support (~> 3.12.0)
|
219
|
+
rspec-support (3.12.1)
|
220
|
+
securerandom (0.4.1)
|
221
|
+
stringio (3.1.7)
|
177
222
|
thor (1.4.0)
|
178
223
|
timeout (0.4.3)
|
179
224
|
tzinfo (2.0.6)
|
@@ -196,7 +241,7 @@ DEPENDENCIES
|
|
196
241
|
pry
|
197
242
|
pry-byebug
|
198
243
|
rake
|
199
|
-
rspec
|
244
|
+
rspec (< 3.13)
|
200
245
|
|
201
246
|
BUNDLED WITH
|
202
247
|
2.2.29
|
data/fibered_mysql2.gemspec
CHANGED
data/gemfiles/rails_7_0.gemfile
CHANGED
@@ -4,13 +4,12 @@ source "https://rubygems.org"
|
|
4
4
|
|
5
5
|
gem "appraisal"
|
6
6
|
gem "appraisal-matrix"
|
7
|
-
gem "coveralls", require: false
|
8
7
|
gem "mysql2", "~> 0.5"
|
9
8
|
gem "nokogiri"
|
10
9
|
gem "pry"
|
11
10
|
gem "pry-byebug"
|
12
11
|
gem "rake"
|
13
|
-
gem "rspec"
|
12
|
+
gem "rspec", "< 3.13"
|
14
13
|
gem "rails", "~> 7.0.0"
|
15
14
|
|
16
15
|
gemspec path: "../"
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# This file was generated by Appraisal
|
2
|
+
|
3
|
+
source "https://rubygems.org"
|
4
|
+
|
5
|
+
gem "appraisal"
|
6
|
+
gem "appraisal-matrix"
|
7
|
+
gem "mysql2", "~> 0.5"
|
8
|
+
gem "nokogiri"
|
9
|
+
gem "pry"
|
10
|
+
gem "pry-byebug"
|
11
|
+
gem "rake"
|
12
|
+
gem "rspec", "< 3.13"
|
13
|
+
gem "rails", "~> 7.1.0"
|
14
|
+
|
15
|
+
gemspec path: "../"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fibered_mysql2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.2.pre.tstarck.
|
4
|
+
version: 0.3.2.pre.tstarck.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Invoca Development
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: em-synchrony
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '7.0'
|
34
34
|
- - "<"
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: '7.
|
36
|
+
version: '7.2'
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '7.0'
|
44
44
|
- - "<"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '7.
|
46
|
+
version: '7.2'
|
47
47
|
description:
|
48
48
|
email:
|
49
49
|
- development@invoca.com
|
@@ -67,6 +67,7 @@ files:
|
|
67
67
|
- fibered_mysql2.gemspec
|
68
68
|
- gemfiles/.bundle/config
|
69
69
|
- gemfiles/rails_7_0.gemfile
|
70
|
+
- gemfiles/rails_7_1.gemfile
|
70
71
|
- lib/active_record/connection_adapters/fibered_mysql2_adapter.rb
|
71
72
|
- lib/fibered_mysql2.rb
|
72
73
|
- lib/fibered_mysql2/fibered_database_connection_pool.rb
|