fibered_mysql2 0.3.2.pre.tstarck.4 → 0.3.2.pre.tstarck.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4773eb4c6e76109ac68abfc6513d14777501d11615e44024a867752e67700674
4
- data.tar.gz: 1965bebf349ba637dd806105f6f1134c816d08609a858d8851dffda2f5805cb4
3
+ metadata.gz: 9ed7a97d46d79c8fee7677a4574a6ec167f8e0e617fe415b50a1e163b56be549
4
+ data.tar.gz: 32809172135054f8c8658acc607de3c286ee77d1b171a4219cc5b89cb44a93d3
5
5
  SHA512:
6
- metadata.gz: 39a86b9bf560b89c868295bfd191d46c27e6badd19b586f488e0e366182a4e6db7e1293087258d74d4981622d1cc2a69685352936b36113458d64a55a63b0f9a
7
- data.tar.gz: cfb223c6ba2c4ac7865be8cf9ac0041a0b7acfe272b4229af75d602092c2726af3bdeaa4bc2cbbf964778777d8b5f028b060e5b02e5e640bff3fbc12d7909175
6
+ metadata.gz: e7fd814eff75a44061ce0e6ac227e88804f65171ffbac5d09cc5e11d6bf468a0d5faf8ed8f80c0ca5b1e7e2d1262dfc8bd4c8260dd9dcf455aa5c56144207c62
7
+ data.tar.gz: be8bc475cca17c28af7a21dc4a317f9c49b56a7f676a0a23e96141c411b54c324860f8c42a48c715608e54f3cbe75caf7a7611271b07d9181562a0bcdace96f7
@@ -12,6 +12,7 @@ jobs:
12
12
  gemfile:
13
13
  - Gemfile
14
14
  - gemfiles/rails_7_0.gemfile
15
+ - gemfiles/rails_7_1.gemfile
15
16
  env:
16
17
  BUNDLE_GEMFILE: ${{ matrix.gemfile }}
17
18
  steps:
data/Appraisals CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  require "appraisal/matrix"
4
4
 
5
- appraisal_matrix(rails: [">= 7.0", "< 7.1"])
5
+ appraisal_matrix(rails: [">= 7.0", "< 7.2"])
data/Gemfile CHANGED
@@ -12,4 +12,4 @@ gem 'nokogiri'
12
12
  gem 'pry'
13
13
  gem 'pry-byebug'
14
14
  gem 'rake'
15
- gem 'rspec'
15
+ gem 'rspec', '< 3.13'
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)
4
+ fibered_mysql2 (0.3.2.pre.tstarck.6)
5
5
  em-synchrony (~> 1.0)
6
- rails (>= 7.0, < 7.1)
6
+ rails (>= 7.0, < 7.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (7.0.8.7)
12
- actionpack (= 7.0.8.7)
13
- activesupport (= 7.0.8.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
- actionmailbox (7.0.8.7)
17
- actionpack (= 7.0.8.7)
18
- activejob (= 7.0.8.7)
19
- activerecord (= 7.0.8.7)
20
- activestorage (= 7.0.8.7)
21
- activesupport (= 7.0.8.7)
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.0.8.7)
27
- actionpack (= 7.0.8.7)
28
- actionview (= 7.0.8.7)
29
- activejob (= 7.0.8.7)
30
- activesupport (= 7.0.8.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.0)
36
- actionpack (7.0.8.7)
37
- actionview (= 7.0.8.7)
38
- activesupport (= 7.0.8.7)
39
- rack (~> 2.0, >= 2.2.4)
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.0)
42
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
43
- actiontext (7.0.8.7)
44
- actionpack (= 7.0.8.7)
45
- activerecord (= 7.0.8.7)
46
- activestorage (= 7.0.8.7)
47
- activesupport (= 7.0.8.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.0.8.7)
51
- activesupport (= 7.0.8.7)
54
+ actionview (7.1.5.2)
55
+ activesupport (= 7.1.5.2)
52
56
  builder (~> 3.1)
53
- erubi (~> 1.4)
54
- rails-dom-testing (~> 2.0)
55
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
56
- activejob (7.0.8.7)
57
- activesupport (= 7.0.8.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.0.8.7)
60
- activesupport (= 7.0.8.7)
61
- activerecord (7.0.8.7)
62
- activemodel (= 7.0.8.7)
63
- activesupport (= 7.0.8.7)
64
- activestorage (7.0.8.7)
65
- actionpack (= 7.0.8.7)
66
- activejob (= 7.0.8.7)
67
- activerecord (= 7.0.8.7)
68
- activesupport (= 7.0.8.7)
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
- mini_mime (>= 1.1.0)
71
- activesupport (7.0.8.7)
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 (2.2.17)
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
- rails (7.0.8.7)
136
- actioncable (= 7.0.8.7)
137
- actionmailbox (= 7.0.8.7)
138
- actionmailer (= 7.0.8.7)
139
- actionpack (= 7.0.8.7)
140
- actiontext (= 7.0.8.7)
141
- actionview (= 7.0.8.7)
142
- activejob (= 7.0.8.7)
143
- activemodel (= 7.0.8.7)
144
- activerecord (= 7.0.8.7)
145
- activestorage (= 7.0.8.7)
146
- activesupport (= 7.0.8.7)
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.0.8.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.0.8.7)
157
- actionpack (= 7.0.8.7)
158
- activesupport (= 7.0.8.7)
159
- method_source
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.5)
199
+ thor (~> 1.0, >= 1.2.2)
200
+ zeitwerk (~> 2.6)
163
201
  rake (13.3.0)
164
- rspec (3.13.1)
165
- rspec-core (~> 3.13.0)
166
- rspec-expectations (~> 3.13.0)
167
- rspec-mocks (~> 3.13.0)
168
- rspec-core (3.13.5)
169
- rspec-support (~> 3.13.0)
170
- rspec-expectations (3.13.5)
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.13.0)
173
- rspec-mocks (3.13.5)
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.13.0)
176
- rspec-support (3.13.4)
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
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
30
  spec.require_paths = ["lib"]
31
31
 
32
32
  spec.add_dependency 'em-synchrony', '~> 1.0'
33
- spec.add_dependency 'rails', '>= 7.0', '< 7.1'
33
+ spec.add_dependency 'rails', '>= 7.0', '< 7.2'
34
34
  end
@@ -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: "../"
@@ -77,5 +77,9 @@ module FiberedMysql2
77
77
  end
78
78
  end
79
79
  end
80
+
81
+ def initialize(*args)
82
+ super
83
+ end
80
84
  end
81
85
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FiberedMysql2
4
- VERSION = "0.3.2.pre.tstarck.4"
4
+ VERSION = "0.3.2.pre.tstarck.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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
4
+ version: 0.3.2.pre.tstarck.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Invoca Development
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '7.0'
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: '7.1'
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.1'
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