planetscale_rails 0.2.7 → 0.2.8
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/licensing.yml +2 -2
- data/.github/workflows/main.yml +2 -2
- data/.ruby-version +1 -1
- data/Gemfile.lock +101 -100
- data/lib/planetscale_rails/version.rb +1 -1
- data/planetscale_rails.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a729aacf558e6da145241a597684adb4d29955b6eeab42f29240b770c8a3408a
|
4
|
+
data.tar.gz: c87ade0cd8a1cb10439d1d59fbeb9337b242ec2ad1c5ce3b5dc49ab7c18e7c61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9a2a1aef31f58431a6bbfe557b7daafb25964c87eb264b41bd00b32ac8e646cc1d5f6c3aa349701446bb468d7ed0e1b5eac4043c1dd7bf0fbf3b3d023625980
|
7
|
+
data.tar.gz: 9d6c76a0c66b8137af59292c897952dbe2e8e261aeb0f2ae7a4cfe082a6fff332b09878df8861153d747a46259f0cb65c478787c3c92aaf9e3053c5ece674ddd
|
@@ -14,13 +14,13 @@ jobs:
|
|
14
14
|
licensing:
|
15
15
|
runs-on: ubuntu-latest
|
16
16
|
steps:
|
17
|
-
- uses: actions/checkout@
|
17
|
+
- uses: actions/checkout@v4
|
18
18
|
with:
|
19
19
|
fetch-depth: 0
|
20
20
|
- name: Set up Ruby
|
21
21
|
uses: ruby/setup-ruby@v1
|
22
22
|
with:
|
23
|
-
ruby-version: 3.3.
|
23
|
+
ruby-version: 3.3.6
|
24
24
|
bundler-cache: false
|
25
25
|
- run: bundle install
|
26
26
|
- run: gem install license_finder
|
data/.github/workflows/main.yml
CHANGED
@@ -6,11 +6,11 @@ jobs:
|
|
6
6
|
build:
|
7
7
|
runs-on: ubuntu-latest
|
8
8
|
steps:
|
9
|
-
- uses: actions/checkout@
|
9
|
+
- uses: actions/checkout@v4
|
10
10
|
- name: Set up Ruby
|
11
11
|
uses: ruby/setup-ruby@v1
|
12
12
|
with:
|
13
|
-
ruby-version: 3.3.
|
13
|
+
ruby-version: 3.3.6
|
14
14
|
bundler-cache: false
|
15
15
|
- run: bundle install
|
16
16
|
- name: Run the default task
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.6
|
data/Gemfile.lock
CHANGED
@@ -1,109 +1,108 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
planetscale_rails (0.2.
|
5
|
-
colorize (~> 0
|
6
|
-
rails (>= 6.0, <
|
4
|
+
planetscale_rails (0.2.7)
|
5
|
+
colorize (~> 1.0)
|
6
|
+
rails (>= 6.0, < 9)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (
|
12
|
-
actionpack (=
|
13
|
-
activesupport (=
|
11
|
+
actioncable (8.0.1)
|
12
|
+
actionpack (= 8.0.1)
|
13
|
+
activesupport (= 8.0.1)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
16
|
zeitwerk (~> 2.6)
|
17
|
-
actionmailbox (
|
18
|
-
actionpack (=
|
19
|
-
activejob (=
|
20
|
-
activerecord (=
|
21
|
-
activestorage (=
|
22
|
-
activesupport (=
|
23
|
-
mail (>= 2.
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
activejob (= 7.1.3.3)
|
31
|
-
activesupport (= 7.1.3.3)
|
32
|
-
mail (~> 2.5, >= 2.5.4)
|
33
|
-
net-imap
|
34
|
-
net-pop
|
35
|
-
net-smtp
|
17
|
+
actionmailbox (8.0.1)
|
18
|
+
actionpack (= 8.0.1)
|
19
|
+
activejob (= 8.0.1)
|
20
|
+
activerecord (= 8.0.1)
|
21
|
+
activestorage (= 8.0.1)
|
22
|
+
activesupport (= 8.0.1)
|
23
|
+
mail (>= 2.8.0)
|
24
|
+
actionmailer (8.0.1)
|
25
|
+
actionpack (= 8.0.1)
|
26
|
+
actionview (= 8.0.1)
|
27
|
+
activejob (= 8.0.1)
|
28
|
+
activesupport (= 8.0.1)
|
29
|
+
mail (>= 2.8.0)
|
36
30
|
rails-dom-testing (~> 2.2)
|
37
|
-
actionpack (
|
38
|
-
actionview (=
|
39
|
-
activesupport (=
|
31
|
+
actionpack (8.0.1)
|
32
|
+
actionview (= 8.0.1)
|
33
|
+
activesupport (= 8.0.1)
|
40
34
|
nokogiri (>= 1.8.5)
|
41
|
-
racc
|
42
35
|
rack (>= 2.2.4)
|
43
36
|
rack-session (>= 1.0.1)
|
44
37
|
rack-test (>= 0.6.3)
|
45
38
|
rails-dom-testing (~> 2.2)
|
46
39
|
rails-html-sanitizer (~> 1.6)
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
40
|
+
useragent (~> 0.16)
|
41
|
+
actiontext (8.0.1)
|
42
|
+
actionpack (= 8.0.1)
|
43
|
+
activerecord (= 8.0.1)
|
44
|
+
activestorage (= 8.0.1)
|
45
|
+
activesupport (= 8.0.1)
|
52
46
|
globalid (>= 0.6.0)
|
53
47
|
nokogiri (>= 1.8.5)
|
54
|
-
actionview (
|
55
|
-
activesupport (=
|
48
|
+
actionview (8.0.1)
|
49
|
+
activesupport (= 8.0.1)
|
56
50
|
builder (~> 3.1)
|
57
51
|
erubi (~> 1.11)
|
58
52
|
rails-dom-testing (~> 2.2)
|
59
53
|
rails-html-sanitizer (~> 1.6)
|
60
|
-
activejob (
|
61
|
-
activesupport (=
|
54
|
+
activejob (8.0.1)
|
55
|
+
activesupport (= 8.0.1)
|
62
56
|
globalid (>= 0.3.6)
|
63
|
-
activemodel (
|
64
|
-
activesupport (=
|
65
|
-
activerecord (
|
66
|
-
activemodel (=
|
67
|
-
activesupport (=
|
57
|
+
activemodel (8.0.1)
|
58
|
+
activesupport (= 8.0.1)
|
59
|
+
activerecord (8.0.1)
|
60
|
+
activemodel (= 8.0.1)
|
61
|
+
activesupport (= 8.0.1)
|
68
62
|
timeout (>= 0.4.0)
|
69
|
-
activestorage (
|
70
|
-
actionpack (=
|
71
|
-
activejob (=
|
72
|
-
activerecord (=
|
73
|
-
activesupport (=
|
63
|
+
activestorage (8.0.1)
|
64
|
+
actionpack (= 8.0.1)
|
65
|
+
activejob (= 8.0.1)
|
66
|
+
activerecord (= 8.0.1)
|
67
|
+
activesupport (= 8.0.1)
|
74
68
|
marcel (~> 1.0)
|
75
|
-
activesupport (
|
69
|
+
activesupport (8.0.1)
|
76
70
|
base64
|
71
|
+
benchmark (>= 0.3)
|
77
72
|
bigdecimal
|
78
|
-
concurrent-ruby (~> 1.0, >= 1.
|
73
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
79
74
|
connection_pool (>= 2.2.5)
|
80
75
|
drb
|
81
76
|
i18n (>= 1.6, < 2)
|
77
|
+
logger (>= 1.4.2)
|
82
78
|
minitest (>= 5.1)
|
83
|
-
|
84
|
-
tzinfo (~> 2.0)
|
79
|
+
securerandom (>= 0.3)
|
80
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
81
|
+
uri (>= 0.13.1)
|
85
82
|
ast (2.4.2)
|
86
83
|
base64 (0.2.0)
|
84
|
+
benchmark (0.4.0)
|
87
85
|
bigdecimal (3.1.8)
|
88
|
-
builder (3.
|
89
|
-
colorize (
|
90
|
-
concurrent-ruby (1.
|
86
|
+
builder (3.3.0)
|
87
|
+
colorize (1.1.0)
|
88
|
+
concurrent-ruby (1.3.4)
|
91
89
|
connection_pool (2.4.1)
|
92
90
|
crass (1.0.6)
|
93
|
-
date (3.
|
91
|
+
date (3.4.1)
|
94
92
|
diff-lcs (1.5.0)
|
95
93
|
drb (2.2.1)
|
96
|
-
erubi (1.
|
94
|
+
erubi (1.13.0)
|
97
95
|
globalid (1.2.1)
|
98
96
|
activesupport (>= 6.1)
|
99
|
-
i18n (1.14.
|
97
|
+
i18n (1.14.6)
|
100
98
|
concurrent-ruby (~> 1.0)
|
101
|
-
io-console (0.
|
102
|
-
irb (1.
|
99
|
+
io-console (0.8.0)
|
100
|
+
irb (1.14.3)
|
103
101
|
rdoc (>= 4.0.0)
|
104
102
|
reline (>= 0.4.2)
|
105
103
|
json (2.6.3)
|
106
|
-
|
104
|
+
logger (1.6.4)
|
105
|
+
loofah (2.23.1)
|
107
106
|
crass (~> 1.0.2)
|
108
107
|
nokogiri (>= 1.12.0)
|
109
108
|
mail (2.8.1)
|
@@ -113,9 +112,8 @@ GEM
|
|
113
112
|
net-smtp
|
114
113
|
marcel (1.0.4)
|
115
114
|
mini_mime (1.1.5)
|
116
|
-
minitest (5.
|
117
|
-
|
118
|
-
net-imap (0.4.11)
|
115
|
+
minitest (5.25.4)
|
116
|
+
net-imap (0.5.2)
|
119
117
|
date
|
120
118
|
net-protocol
|
121
119
|
net-pop (0.1.2)
|
@@ -124,62 +122,62 @@ GEM
|
|
124
122
|
timeout
|
125
123
|
net-smtp (0.5.0)
|
126
124
|
net-protocol
|
127
|
-
nio4r (2.7.
|
128
|
-
nokogiri (1.
|
125
|
+
nio4r (2.7.4)
|
126
|
+
nokogiri (1.17.2-arm64-darwin)
|
129
127
|
racc (~> 1.4)
|
130
|
-
nokogiri (1.
|
128
|
+
nokogiri (1.17.2-x86_64-darwin)
|
131
129
|
racc (~> 1.4)
|
132
|
-
nokogiri (1.
|
130
|
+
nokogiri (1.17.2-x86_64-linux)
|
133
131
|
racc (~> 1.4)
|
134
132
|
parallel (1.22.1)
|
135
133
|
parser (3.2.1.0)
|
136
134
|
ast (~> 2.4.1)
|
137
|
-
psych (5.
|
135
|
+
psych (5.2.2)
|
136
|
+
date
|
138
137
|
stringio
|
139
|
-
racc (1.8.
|
140
|
-
rack (3.
|
138
|
+
racc (1.8.1)
|
139
|
+
rack (3.1.8)
|
141
140
|
rack-session (2.0.0)
|
142
141
|
rack (>= 3.0.0)
|
143
142
|
rack-test (2.1.0)
|
144
143
|
rack (>= 1.3)
|
145
|
-
rackup (2.1
|
144
|
+
rackup (2.2.1)
|
146
145
|
rack (>= 3)
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
activesupport (= 7.1.3.3)
|
146
|
+
rails (8.0.1)
|
147
|
+
actioncable (= 8.0.1)
|
148
|
+
actionmailbox (= 8.0.1)
|
149
|
+
actionmailer (= 8.0.1)
|
150
|
+
actionpack (= 8.0.1)
|
151
|
+
actiontext (= 8.0.1)
|
152
|
+
actionview (= 8.0.1)
|
153
|
+
activejob (= 8.0.1)
|
154
|
+
activemodel (= 8.0.1)
|
155
|
+
activerecord (= 8.0.1)
|
156
|
+
activestorage (= 8.0.1)
|
157
|
+
activesupport (= 8.0.1)
|
160
158
|
bundler (>= 1.15.0)
|
161
|
-
railties (=
|
159
|
+
railties (= 8.0.1)
|
162
160
|
rails-dom-testing (2.2.0)
|
163
161
|
activesupport (>= 5.0.0)
|
164
162
|
minitest
|
165
163
|
nokogiri (>= 1.6)
|
166
|
-
rails-html-sanitizer (1.6.
|
164
|
+
rails-html-sanitizer (1.6.2)
|
167
165
|
loofah (~> 2.21)
|
168
|
-
nokogiri (
|
169
|
-
railties (
|
170
|
-
actionpack (=
|
171
|
-
activesupport (=
|
172
|
-
irb
|
166
|
+
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)
|
167
|
+
railties (8.0.1)
|
168
|
+
actionpack (= 8.0.1)
|
169
|
+
activesupport (= 8.0.1)
|
170
|
+
irb (~> 1.13)
|
173
171
|
rackup (>= 1.0.0)
|
174
172
|
rake (>= 12.2)
|
175
173
|
thor (~> 1.0, >= 1.2.2)
|
176
174
|
zeitwerk (~> 2.6)
|
177
175
|
rainbow (3.1.1)
|
178
176
|
rake (13.0.6)
|
179
|
-
rdoc (6.
|
177
|
+
rdoc (6.10.0)
|
180
178
|
psych (>= 4.0.0)
|
181
179
|
regexp_parser (2.7.0)
|
182
|
-
reline (0.
|
180
|
+
reline (0.6.0)
|
183
181
|
io-console (~> 0.5)
|
184
182
|
rexml (3.2.5)
|
185
183
|
rspec (3.12.0)
|
@@ -208,20 +206,23 @@ GEM
|
|
208
206
|
rubocop-ast (1.27.0)
|
209
207
|
parser (>= 3.2.1.0)
|
210
208
|
ruby-progressbar (1.12.0)
|
211
|
-
|
212
|
-
|
213
|
-
|
209
|
+
securerandom (0.4.1)
|
210
|
+
stringio (3.1.2)
|
211
|
+
thor (1.3.2)
|
212
|
+
timeout (0.4.3)
|
214
213
|
tzinfo (2.0.6)
|
215
214
|
concurrent-ruby (~> 1.0)
|
216
215
|
unicode-display_width (2.4.2)
|
217
|
-
|
216
|
+
uri (1.0.2)
|
217
|
+
useragent (0.16.11)
|
218
218
|
websocket-driver (0.7.6)
|
219
219
|
websocket-extensions (>= 0.1.0)
|
220
220
|
websocket-extensions (0.1.5)
|
221
|
-
zeitwerk (2.
|
221
|
+
zeitwerk (2.7.1)
|
222
222
|
|
223
223
|
PLATFORMS
|
224
224
|
arm64-darwin-23
|
225
|
+
arm64-darwin-24
|
225
226
|
x86_64-darwin-20
|
226
227
|
x86_64-darwin-22
|
227
228
|
x86_64-linux
|
@@ -233,4 +234,4 @@ DEPENDENCIES
|
|
233
234
|
rubocop (~> 1.7)
|
234
235
|
|
235
236
|
BUNDLED WITH
|
236
|
-
2.
|
237
|
+
2.6.1
|
data/planetscale_rails.gemspec
CHANGED
@@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
|
|
28
28
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
29
29
|
spec.require_paths = ["lib"]
|
30
30
|
|
31
|
-
spec.add_dependency "colorize", "~> 0
|
31
|
+
spec.add_dependency "colorize", "~> 1.0"
|
32
32
|
spec.add_dependency "rails", ">= 6.0", "< 9"
|
33
33
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: planetscale_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Coutermarsh
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-12-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: colorize
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 0
|
20
|
+
version: '1.0'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 0
|
27
|
+
version: '1.0'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rails
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
|
-
rubygems_version: 3.5.
|
101
|
+
rubygems_version: 3.5.22
|
102
102
|
signing_key:
|
103
103
|
specification_version: 4
|
104
104
|
summary: Make Rails migrations easy with PlanetScale
|