planetscale_rails 0.2.6 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89021dbe9a8a5e397bb0a9c9aba28b42032204e4d1a3125904b592811db24d00
4
- data.tar.gz: a10287c5d28851e4a07f0e5d638aed27575e853ede46e878b4f5f6ff472a2e5b
3
+ metadata.gz: a729aacf558e6da145241a597684adb4d29955b6eeab42f29240b770c8a3408a
4
+ data.tar.gz: c87ade0cd8a1cb10439d1d59fbeb9337b242ec2ad1c5ce3b5dc49ab7c18e7c61
5
5
  SHA512:
6
- metadata.gz: f99d3cdef9698c9cf1847aa6160eee26cc4b506e3a954677e2433d94d83c4300cf7f7bf3d5de9366631d3052493273636ca0516ce6c99fe3ecdff93ebb915b3e
7
- data.tar.gz: 0ef94d8b855530df999d171cd9cd4932cc543dbb97026df83e6cd3af113982e67793fd4d6a1315bd6ca52df3320291ef87539208ab62d62ad03fbca88f88b92f
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@v3
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.1
23
+ ruby-version: 3.3.6
24
24
  bundler-cache: false
25
25
  - run: bundle install
26
26
  - run: gem install license_finder
@@ -6,11 +6,11 @@ jobs:
6
6
  build:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
- - uses: actions/checkout@v3
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.1
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
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.6)
5
- colorize (~> 0.8.1)
6
- rails (>= 6.0, < 8)
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 (7.1.3.3)
12
- actionpack (= 7.1.3.3)
13
- activesupport (= 7.1.3.3)
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 (7.1.3.3)
18
- actionpack (= 7.1.3.3)
19
- activejob (= 7.1.3.3)
20
- activerecord (= 7.1.3.3)
21
- activestorage (= 7.1.3.3)
22
- activesupport (= 7.1.3.3)
23
- mail (>= 2.7.1)
24
- net-imap
25
- net-pop
26
- net-smtp
27
- actionmailer (7.1.3.3)
28
- actionpack (= 7.1.3.3)
29
- actionview (= 7.1.3.3)
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 (7.1.3.3)
38
- actionview (= 7.1.3.3)
39
- activesupport (= 7.1.3.3)
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
- actiontext (7.1.3.3)
48
- actionpack (= 7.1.3.3)
49
- activerecord (= 7.1.3.3)
50
- activestorage (= 7.1.3.3)
51
- activesupport (= 7.1.3.3)
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 (7.1.3.3)
55
- activesupport (= 7.1.3.3)
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 (7.1.3.3)
61
- activesupport (= 7.1.3.3)
54
+ activejob (8.0.1)
55
+ activesupport (= 8.0.1)
62
56
  globalid (>= 0.3.6)
63
- activemodel (7.1.3.3)
64
- activesupport (= 7.1.3.3)
65
- activerecord (7.1.3.3)
66
- activemodel (= 7.1.3.3)
67
- activesupport (= 7.1.3.3)
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 (7.1.3.3)
70
- actionpack (= 7.1.3.3)
71
- activejob (= 7.1.3.3)
72
- activerecord (= 7.1.3.3)
73
- activesupport (= 7.1.3.3)
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 (7.1.3.3)
69
+ activesupport (8.0.1)
76
70
  base64
71
+ benchmark (>= 0.3)
77
72
  bigdecimal
78
- concurrent-ruby (~> 1.0, >= 1.0.2)
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
- mutex_m
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.2.4)
89
- colorize (0.8.1)
90
- concurrent-ruby (1.2.3)
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.3.4)
91
+ date (3.4.1)
94
92
  diff-lcs (1.5.0)
95
93
  drb (2.2.1)
96
- erubi (1.12.0)
94
+ erubi (1.13.0)
97
95
  globalid (1.2.1)
98
96
  activesupport (>= 6.1)
99
- i18n (1.14.5)
97
+ i18n (1.14.6)
100
98
  concurrent-ruby (~> 1.0)
101
- io-console (0.7.2)
102
- irb (1.13.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
- loofah (2.22.0)
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.23.1)
117
- mutex_m (0.2.0)
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.3)
128
- nokogiri (1.16.5-arm64-darwin)
125
+ nio4r (2.7.4)
126
+ nokogiri (1.17.2-arm64-darwin)
129
127
  racc (~> 1.4)
130
- nokogiri (1.16.5-x86_64-darwin)
128
+ nokogiri (1.17.2-x86_64-darwin)
131
129
  racc (~> 1.4)
132
- nokogiri (1.16.5-x86_64-linux)
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.1.2)
135
+ psych (5.2.2)
136
+ date
138
137
  stringio
139
- racc (1.8.0)
140
- rack (3.0.11)
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.0)
144
+ rackup (2.2.1)
146
145
  rack (>= 3)
147
- webrick (~> 1.8)
148
- rails (7.1.3.3)
149
- actioncable (= 7.1.3.3)
150
- actionmailbox (= 7.1.3.3)
151
- actionmailer (= 7.1.3.3)
152
- actionpack (= 7.1.3.3)
153
- actiontext (= 7.1.3.3)
154
- actionview (= 7.1.3.3)
155
- activejob (= 7.1.3.3)
156
- activemodel (= 7.1.3.3)
157
- activerecord (= 7.1.3.3)
158
- activestorage (= 7.1.3.3)
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 (= 7.1.3.3)
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.0)
164
+ rails-html-sanitizer (1.6.2)
167
165
  loofah (~> 2.21)
168
- nokogiri (~> 1.14)
169
- railties (7.1.3.3)
170
- actionpack (= 7.1.3.3)
171
- activesupport (= 7.1.3.3)
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.7.0)
177
+ rdoc (6.10.0)
180
178
  psych (>= 4.0.0)
181
179
  regexp_parser (2.7.0)
182
- reline (0.5.7)
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
- stringio (3.1.0)
212
- thor (1.3.1)
213
- timeout (0.4.1)
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
- webrick (1.8.1)
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.6.15)
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.2.21
237
+ 2.6.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlanetscaleRails
4
- VERSION = "0.2.6"
4
+ VERSION = "0.2.8"
5
5
  end
@@ -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.8.1"
32
- spec.add_dependency "rails", ">= 6.0", "< 8"
31
+ spec.add_dependency "colorize", "~> 1.0"
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.6
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-05-28 00:00:00.000000000 Z
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.8.1
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.8.1
27
+ version: '1.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rails
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: '6.0'
35
35
  - - "<"
36
36
  - !ruby/object:Gem::Version
37
- version: '8'
37
+ version: '9'
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -44,7 +44,7 @@ dependencies:
44
44
  version: '6.0'
45
45
  - - "<"
46
46
  - !ruby/object:Gem::Version
47
- version: '8'
47
+ version: '9'
48
48
  description: A collection of rake tasks to make managing schema migrations with PlanetScale
49
49
  easy
50
50
  email:
@@ -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.9
101
+ rubygems_version: 3.5.22
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: Make Rails migrations easy with PlanetScale