otto 2.0.0 → 2.0.1

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: 8539a9a6889a7976aa6ceb87ea3d7d489cb82b65e283cb57d7d731e2f2247159
4
- data.tar.gz: d5c025e966063e8f1eb618c1a6aa28782db50e7f55769f322b557a0be4725d4b
3
+ metadata.gz: 3f3bb450ec316b56ed419765cc0453d9a1b00584a071e77ee03ec14b2deea1f7
4
+ data.tar.gz: 5a9f16d21067b4ce3287902c4da6342820414d1f8156470e410ed74ad672faef
5
5
  SHA512:
6
- metadata.gz: 06dc04e8f9ada60160c87c48c32a31e34fbab8b29a0f1755fa9f7bf2878aebe7ea1491110018cfcdc2e689be8de41ec17ae2f413cc0f38ff9136c0d039104f78
7
- data.tar.gz: c12c1236b295148a9f1f1b31f7fb22aeace22494703e49ec4c47421d7455f74ea0ebcb017019ebe799b5b930cd4a907d5bf6b7ed3f6e58bcac7920432d7ada90
6
+ metadata.gz: 98313ac7cdf3f6f00fbe2d93422c2f464c45663bb52135c4baeb85a61cd33d90702394ba50284f84099cfce1f6e32bcf6605520fe38434653ded9c762e94ac15
7
+ data.tar.gz: b81b1c05ea9258f3d57286411f926959562a78daf377e8fad924de83d376e2fd6d8f342bd175b4b0d135b5e57321775d354c1b8bd06a08d13dae011686e4e4ac
@@ -34,6 +34,8 @@ jobs:
34
34
  experimental: false
35
35
  - ruby: "3.5"
36
36
  experimental: true
37
+ - ruby: "4.0"
38
+ experimental: true
37
39
 
38
40
  steps:
39
41
  - uses: actions/checkout@v6
@@ -52,8 +54,13 @@ jobs:
52
54
 
53
55
  - name: Install dependencies
54
56
  continue-on-error: ${{ matrix.experimental }}
57
+ env:
58
+ EXPERIMENTAL: ${{ matrix.experimental }}
55
59
  run: |
56
60
  bundle config path vendor/bundle
61
+ if [ "$EXPERIMENTAL" = "true" ]; then
62
+ bundle config set --local force_ruby_platform true
63
+ fi
57
64
  bundle install --jobs 4 --retry 3 --with test
58
65
 
59
66
  - name: Verify setup
data/CHANGELOG.rst CHANGED
@@ -7,6 +7,14 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.1.0/>`
7
7
 
8
8
  <!--scriv-insert-here-->
9
9
 
10
+ .. _changelog-2.0.1:
11
+
12
+ 2.0.1 — 2026-04-15
13
+ ==================
14
+
15
+ - Allow running with Ruby 4
16
+ - Update gems rack, ruby-lsp, rspec, rubocop, loofah, rack-test
17
+
10
18
  .. _changelog-2.0.0:
11
19
 
12
20
  2.0.0 — 2026-03-14
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- otto (2.0.0)
4
+ otto (2.0.1)
5
5
  concurrent-ruby (~> 1.3, < 2.0)
6
6
  facets (~> 3.1)
7
7
  ipaddr (~> 1, < 2.0)
@@ -16,8 +16,8 @@ GEM
16
16
  specs:
17
17
  ast (2.4.3)
18
18
  benchmark (0.5.0)
19
- bigdecimal (3.3.1)
20
- concurrent-ruby (1.3.5)
19
+ bigdecimal (4.1.1)
20
+ concurrent-ruby (1.3.6)
21
21
  crass (1.0.6)
22
22
  date (3.4.1)
23
23
  debug (1.11.0)
@@ -46,8 +46,8 @@ GEM
46
46
  dry-logic (~> 1.5)
47
47
  dry-types (~> 1.8)
48
48
  zeitwerk (~> 2.6)
49
- dry-types (1.8.3)
50
- bigdecimal (~> 3.0)
49
+ dry-types (1.9.1)
50
+ bigdecimal (>= 3.0)
51
51
  concurrent-ruby (~> 1.0)
52
52
  dry-core (~> 1.0)
53
53
  dry-inflector (~> 1.0)
@@ -57,12 +57,12 @@ GEM
57
57
  facets (3.1.0)
58
58
  hana (1.3.7)
59
59
  io-console (0.8.1)
60
- ipaddr (1.2.7)
60
+ ipaddr (1.2.8)
61
61
  irb (1.15.2)
62
62
  pp (>= 0.6.0)
63
63
  rdoc (>= 4.0.0)
64
64
  reline (>= 0.4.2)
65
- json (2.16.0)
65
+ json (2.19.3)
66
66
  json_schemer (2.5.0)
67
67
  bigdecimal
68
68
  hana (~> 1.3)
@@ -71,28 +71,28 @@ GEM
71
71
  language_server-protocol (3.17.0.5)
72
72
  lint_roller (1.1.0)
73
73
  logger (1.7.0)
74
- loofah (2.24.1)
74
+ loofah (2.25.1)
75
75
  crass (~> 1.0.2)
76
76
  nokogiri (>= 1.12.0)
77
77
  minitest (5.26.0)
78
- nokogiri (1.18.10-aarch64-linux-gnu)
78
+ nokogiri (1.19.2-aarch64-linux-gnu)
79
79
  racc (~> 1.4)
80
- nokogiri (1.18.10-aarch64-linux-musl)
80
+ nokogiri (1.19.2-aarch64-linux-musl)
81
81
  racc (~> 1.4)
82
- nokogiri (1.18.10-arm-linux-gnu)
82
+ nokogiri (1.19.2-arm-linux-gnu)
83
83
  racc (~> 1.4)
84
- nokogiri (1.18.10-arm-linux-musl)
84
+ nokogiri (1.19.2-arm-linux-musl)
85
85
  racc (~> 1.4)
86
- nokogiri (1.18.10-arm64-darwin)
86
+ nokogiri (1.19.2-arm64-darwin)
87
87
  racc (~> 1.4)
88
- nokogiri (1.18.10-x86_64-darwin)
88
+ nokogiri (1.19.2-x86_64-darwin)
89
89
  racc (~> 1.4)
90
- nokogiri (1.18.10-x86_64-linux-gnu)
90
+ nokogiri (1.19.2-x86_64-linux-gnu)
91
91
  racc (~> 1.4)
92
- nokogiri (1.18.10-x86_64-linux-musl)
92
+ nokogiri (1.19.2-x86_64-linux-musl)
93
93
  racc (~> 1.4)
94
- parallel (1.27.0)
95
- parser (3.3.10.0)
94
+ parallel (1.28.0)
95
+ parser (3.3.11.1)
96
96
  ast (~> 2.4.1)
97
97
  racc
98
98
  pastel (0.8.0)
@@ -101,12 +101,12 @@ GEM
101
101
  prettyprint
102
102
  prettier_print (1.2.1)
103
103
  prettyprint (0.2.0)
104
- prism (1.6.0)
104
+ prism (1.9.0)
105
105
  psych (5.2.6)
106
106
  date
107
107
  stringio
108
108
  racc (1.8.1)
109
- rack (3.2.4)
109
+ rack (3.2.6)
110
110
  rack-attack (6.8.0)
111
111
  rack (>= 1.0, < 4)
112
112
  rack-parser (0.7.0)
@@ -116,8 +116,10 @@ GEM
116
116
  rackup (2.3.1)
117
117
  rack (>= 3)
118
118
  rainbow (3.1.1)
119
- rbs (3.9.5)
119
+ rbs (4.0.2)
120
120
  logger
121
+ prism (>= 1.6.0)
122
+ tsort
121
123
  rdoc (6.15.0)
122
124
  erb
123
125
  psych (>= 4.0.0)
@@ -128,7 +130,7 @@ GEM
128
130
  parser (~> 3.3.0)
129
131
  rainbow (>= 2.0, < 4.0)
130
132
  rexml (~> 3.1)
131
- regexp_parser (2.11.3)
133
+ regexp_parser (2.12.0)
132
134
  reline (0.6.2)
133
135
  io-console (~> 0.5)
134
136
  rexml (3.4.4)
@@ -141,10 +143,10 @@ GEM
141
143
  rspec-expectations (3.13.5)
142
144
  diff-lcs (>= 1.2.0, < 2.0)
143
145
  rspec-support (~> 3.13.0)
144
- rspec-mocks (3.13.6)
146
+ rspec-mocks (3.13.8)
145
147
  diff-lcs (>= 1.2.0, < 2.0)
146
148
  rspec-support (~> 3.13.0)
147
- rspec-support (3.13.6)
149
+ rspec-support (3.13.7)
148
150
  rubocop (1.81.7)
149
151
  json (~> 2.3)
150
152
  language_server-protocol (~> 3.17.0.2)
@@ -156,21 +158,21 @@ GEM
156
158
  rubocop-ast (>= 1.47.1, < 2.0)
157
159
  ruby-progressbar (~> 1.7)
158
160
  unicode-display_width (>= 2.4.0, < 4.0)
159
- rubocop-ast (1.48.0)
161
+ rubocop-ast (1.49.1)
160
162
  parser (>= 3.3.7.2)
161
- prism (~> 1.4)
163
+ prism (~> 1.7)
162
164
  rubocop-performance (1.26.1)
163
165
  lint_roller (~> 1.1)
164
166
  rubocop (>= 1.75.0, < 2.0)
165
167
  rubocop-ast (>= 1.47.1, < 2.0)
166
- rubocop-rspec (3.8.0)
168
+ rubocop-rspec (3.9.0)
167
169
  lint_roller (~> 1.1)
168
170
  rubocop (~> 1.81)
169
171
  rubocop-thread_safety (0.7.3)
170
172
  lint_roller (~> 1.1)
171
173
  rubocop (~> 1.72, >= 1.72.1)
172
174
  rubocop-ast (>= 1.44.0, < 2.0)
173
- ruby-lsp (0.26.4)
175
+ ruby-lsp (0.26.9)
174
176
  language_server-protocol (~> 3.17.0)
175
177
  prism (>= 1.2, < 2.0)
176
178
  rbs (>= 3, < 5)
@@ -195,8 +197,8 @@ GEM
195
197
  tty-screen (0.8.2)
196
198
  unicode-display_width (3.2.0)
197
199
  unicode-emoji (~> 4.1)
198
- unicode-emoji (4.1.0)
199
- user_agent_parser (2.20.0)
200
+ unicode-emoji (4.2.0)
201
+ user_agent_parser (2.21.0)
200
202
  zeitwerk (2.7.3)
201
203
 
202
204
  PLATFORMS
data/lib/otto/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
  # frozen_string_literal: true
4
4
 
5
5
  class Otto
6
- VERSION = '2.0.0'
6
+ VERSION = '2.0.1'
7
7
  end
data/otto.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.homepage = 'https://github.com/delano/otto'
19
19
  spec.require_paths = ['lib']
20
20
 
21
- spec.required_ruby_version = ['>= 3.2', '< 4.0']
21
+ spec.required_ruby_version = ['>= 3.2', '< 4.1']
22
22
 
23
23
  spec.add_dependency 'concurrent-ruby', '~> 1.3', '< 2.0'
24
24
  spec.add_dependency 'ipaddr', '~> 1', '< 2.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: otto
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Delano Mandelbaum
@@ -337,14 +337,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
337
337
  version: '3.2'
338
338
  - - "<"
339
339
  - !ruby/object:Gem::Version
340
- version: '4.0'
340
+ version: '4.1'
341
341
  required_rubygems_version: !ruby/object:Gem::Requirement
342
342
  requirements:
343
343
  - - ">="
344
344
  - !ruby/object:Gem::Version
345
345
  version: '0'
346
346
  requirements: []
347
- rubygems_version: 3.7.2
347
+ rubygems_version: 3.6.9
348
348
  specification_version: 4
349
349
  summary: Define your rack-apps in plaintext.
350
350
  test_files: []