umbrellio-sequel-plugins 0.16.0.239 → 0.16.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/Gemfile +10 -10
- data/Gemfile.lock +153 -0
- data/lib/sequel/extensions/fibered_connection_pool.rb +3 -9
- data/umbrellio-sequel-plugins.gemspec +1 -7
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df0f6c6befdcdc3b6d69c32c7044a48a93c5f5de74494ac38562fb7ddcb2b82f
|
4
|
+
data.tar.gz: d01ca778e900b85fb8d27ba59b32eb20ca78f78381633aa06b02e0becdf68e53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '01987d0c2cad01c5d87d7107b8f78e32457ad73959c73550f411e89e7dd9cbc437454bc343ebc86ee83e16108a3991d2c773025bd49a33c2b5b21c1f85a76161'
|
7
|
+
data.tar.gz: ad1158104b963fd2a34cc08ba22d7cce4ca58521f4c4e8fb946222376a694d77501105a4d22035325eb5f54d9e585aaef5330481a62f51f34bc4077f71a8db8d
|
data/.gitignore
CHANGED
data/Gemfile
CHANGED
@@ -4,13 +4,13 @@ source "https://rubygems.org"
|
|
4
4
|
|
5
5
|
gemspec
|
6
6
|
|
7
|
-
gem "async"
|
8
|
-
gem "money"
|
9
|
-
gem "pg"
|
10
|
-
gem "pry"
|
11
|
-
gem "rake"
|
12
|
-
gem "rspec"
|
13
|
-
gem "rubocop-config-umbrellio"
|
14
|
-
gem "simplecov"
|
15
|
-
gem "simplecov-lcov"
|
16
|
-
gem "symbiont-ruby"
|
7
|
+
gem "async"
|
8
|
+
gem "money"
|
9
|
+
gem "pg"
|
10
|
+
gem "pry"
|
11
|
+
gem "rake"
|
12
|
+
gem "rspec"
|
13
|
+
gem "rubocop-config-umbrellio"
|
14
|
+
gem "simplecov"
|
15
|
+
gem "simplecov-lcov"
|
16
|
+
gem "symbiont-ruby"
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,153 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
umbrellio-sequel-plugins (0.16.1)
|
5
|
+
sequel
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
activesupport (7.1.4)
|
11
|
+
base64
|
12
|
+
bigdecimal
|
13
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
|
+
connection_pool (>= 2.2.5)
|
15
|
+
drb
|
16
|
+
i18n (>= 1.6, < 2)
|
17
|
+
minitest (>= 5.1)
|
18
|
+
mutex_m
|
19
|
+
tzinfo (~> 2.0)
|
20
|
+
ast (2.4.2)
|
21
|
+
async (1.32.1)
|
22
|
+
console (~> 1.10)
|
23
|
+
nio4r (~> 2.3)
|
24
|
+
timers (~> 4.1)
|
25
|
+
base64 (0.2.0)
|
26
|
+
bigdecimal (3.1.8)
|
27
|
+
coderay (1.1.3)
|
28
|
+
concurrent-ruby (1.3.4)
|
29
|
+
connection_pool (2.4.1)
|
30
|
+
console (1.24.0)
|
31
|
+
fiber-annotation
|
32
|
+
fiber-local
|
33
|
+
json
|
34
|
+
diff-lcs (1.5.1)
|
35
|
+
docile (1.4.1)
|
36
|
+
drb (2.2.1)
|
37
|
+
fiber-annotation (0.2.0)
|
38
|
+
fiber-local (1.0.0)
|
39
|
+
i18n (1.14.5)
|
40
|
+
concurrent-ruby (~> 1.0)
|
41
|
+
json (2.7.2)
|
42
|
+
language_server-protocol (3.17.0.3)
|
43
|
+
method_source (1.1.0)
|
44
|
+
minitest (5.25.1)
|
45
|
+
money (6.19.0)
|
46
|
+
i18n (>= 0.6.4, <= 2)
|
47
|
+
mutex_m (0.2.0)
|
48
|
+
nio4r (2.7.3)
|
49
|
+
parallel (1.26.3)
|
50
|
+
parser (3.3.5.0)
|
51
|
+
ast (~> 2.4.1)
|
52
|
+
racc
|
53
|
+
pg (1.5.8)
|
54
|
+
pry (0.14.2)
|
55
|
+
coderay (~> 1.1)
|
56
|
+
method_source (~> 1.0)
|
57
|
+
racc (1.8.1)
|
58
|
+
rack (3.1.7)
|
59
|
+
rainbow (3.1.1)
|
60
|
+
rake (13.2.1)
|
61
|
+
regexp_parser (2.9.2)
|
62
|
+
rexml (3.3.7)
|
63
|
+
rspec (3.13.0)
|
64
|
+
rspec-core (~> 3.13.0)
|
65
|
+
rspec-expectations (~> 3.13.0)
|
66
|
+
rspec-mocks (~> 3.13.0)
|
67
|
+
rspec-core (3.13.1)
|
68
|
+
rspec-support (~> 3.13.0)
|
69
|
+
rspec-expectations (3.13.3)
|
70
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
71
|
+
rspec-support (~> 3.13.0)
|
72
|
+
rspec-mocks (3.13.1)
|
73
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
74
|
+
rspec-support (~> 3.13.0)
|
75
|
+
rspec-support (3.13.1)
|
76
|
+
rubocop (1.63.5)
|
77
|
+
json (~> 2.3)
|
78
|
+
language_server-protocol (>= 3.17.0)
|
79
|
+
parallel (~> 1.10)
|
80
|
+
parser (>= 3.3.0.2)
|
81
|
+
rainbow (>= 2.2.2, < 4.0)
|
82
|
+
regexp_parser (>= 1.8, < 3.0)
|
83
|
+
rexml (>= 3.2.5, < 4.0)
|
84
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
85
|
+
ruby-progressbar (~> 1.7)
|
86
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
87
|
+
rubocop-ast (1.32.3)
|
88
|
+
parser (>= 3.3.1.0)
|
89
|
+
rubocop-capybara (2.21.0)
|
90
|
+
rubocop (~> 1.41)
|
91
|
+
rubocop-config-umbrellio (1.63.0.93)
|
92
|
+
rubocop (~> 1.63.0)
|
93
|
+
rubocop-performance (~> 1.21.0)
|
94
|
+
rubocop-rails (~> 2.24.0)
|
95
|
+
rubocop-rake (~> 0.6.0)
|
96
|
+
rubocop-rspec (~> 2.29.0)
|
97
|
+
rubocop-sequel (~> 0.3.3)
|
98
|
+
rubocop-factory_bot (2.26.1)
|
99
|
+
rubocop (~> 1.61)
|
100
|
+
rubocop-performance (1.21.1)
|
101
|
+
rubocop (>= 1.48.1, < 2.0)
|
102
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
103
|
+
rubocop-rails (2.24.1)
|
104
|
+
activesupport (>= 4.2.0)
|
105
|
+
rack (>= 1.1)
|
106
|
+
rubocop (>= 1.33.0, < 2.0)
|
107
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
108
|
+
rubocop-rake (0.6.0)
|
109
|
+
rubocop (~> 1.0)
|
110
|
+
rubocop-rspec (2.29.2)
|
111
|
+
rubocop (~> 1.40)
|
112
|
+
rubocop-capybara (~> 2.17)
|
113
|
+
rubocop-factory_bot (~> 2.22)
|
114
|
+
rubocop-rspec_rails (~> 2.28)
|
115
|
+
rubocop-rspec_rails (2.29.1)
|
116
|
+
rubocop (~> 1.61)
|
117
|
+
rubocop-sequel (0.3.4)
|
118
|
+
rubocop (~> 1.0)
|
119
|
+
ruby-progressbar (1.13.0)
|
120
|
+
sequel (5.84.0)
|
121
|
+
bigdecimal
|
122
|
+
simplecov (0.22.0)
|
123
|
+
docile (~> 1.1)
|
124
|
+
simplecov-html (~> 0.11)
|
125
|
+
simplecov_json_formatter (~> 0.1)
|
126
|
+
simplecov-html (0.13.1)
|
127
|
+
simplecov-lcov (0.8.0)
|
128
|
+
simplecov_json_formatter (0.1.4)
|
129
|
+
symbiont-ruby (0.7.0)
|
130
|
+
timers (4.3.5)
|
131
|
+
tzinfo (2.0.6)
|
132
|
+
concurrent-ruby (~> 1.0)
|
133
|
+
unicode-display_width (2.6.0)
|
134
|
+
|
135
|
+
PLATFORMS
|
136
|
+
arm64-darwin-23
|
137
|
+
ruby
|
138
|
+
|
139
|
+
DEPENDENCIES
|
140
|
+
async
|
141
|
+
money
|
142
|
+
pg
|
143
|
+
pry
|
144
|
+
rake
|
145
|
+
rspec
|
146
|
+
rubocop-config-umbrellio
|
147
|
+
simplecov
|
148
|
+
simplecov-lcov
|
149
|
+
symbiont-ruby
|
150
|
+
umbrellio-sequel-plugins!
|
151
|
+
|
152
|
+
BUNDLED WITH
|
153
|
+
2.5.18
|
@@ -77,14 +77,8 @@ module Sequel::ConnectionPoolPatch
|
|
77
77
|
end
|
78
78
|
end
|
79
79
|
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
Sequel::ConnectionPool::ClassMethods.prepend(Sequel::ConnectionPoolPatch)
|
84
|
-
else
|
85
|
-
class Sequel::ConnectionPool
|
86
|
-
class << self
|
87
|
-
prepend Sequel::ConnectionPoolPatch
|
88
|
-
end
|
80
|
+
class Sequel::ConnectionPool
|
81
|
+
class << self
|
82
|
+
prepend Sequel::ConnectionPoolPatch
|
89
83
|
end
|
90
84
|
end
|
@@ -4,14 +4,8 @@ lib = File.expand_path("lib", __dir__)
|
|
4
4
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
|
-
gem_version = "0.16.0"
|
8
|
-
|
9
|
-
if ENV.fetch("PUBLISH_JOB", nil)
|
10
|
-
release_version = "#{gem_version}.#{ENV.fetch("GITHUB_RUN_NUMBER")}"
|
11
|
-
end
|
12
|
-
|
13
7
|
spec.name = "umbrellio-sequel-plugins"
|
14
|
-
spec.version =
|
8
|
+
spec.version = "0.16.1"
|
15
9
|
spec.required_ruby_version = ">= 3.0"
|
16
10
|
|
17
11
|
spec.authors = ["Team Umbrellio"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: umbrellio-sequel-plugins
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Team Umbrellio
|
@@ -36,6 +36,7 @@ files:
|
|
36
36
|
- ".rspec"
|
37
37
|
- ".rubocop.yml"
|
38
38
|
- Gemfile
|
39
|
+
- Gemfile.lock
|
39
40
|
- LICENSE
|
40
41
|
- README.md
|
41
42
|
- Rakefile
|