Skip to content

Commit

Permalink
2.0.3 (#279)
Browse files Browse the repository at this point in the history
* Remove unused GH action for now

* Version 2.0.3
  • Loading branch information
ahx committed Jul 13, 2024
1 parent 6f9473f commit f2ceddd
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 87 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/gem-push.yml

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.0.3

- Request validation middleware now accepts `error_response: false` do disable rendering a response. This is useful if you just want to collect metrics (via hooks) during a migration phase.

## 2.0.2
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.0.2)
openapi_first (2.0.3)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
multi_json (~> 1.15)
Expand Down Expand Up @@ -61,7 +61,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
minitest (5.24.0)
minitest (5.24.1)
multi_json (1.15.0)
mutex_m (0.2.0)
nokogiri (1.16.6-arm64-darwin)
Expand All @@ -71,11 +71,11 @@ GEM
openapi_parameters (0.3.4)
rack (>= 2.2)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
rack (3.1.5)
rack (3.1.7)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -108,13 +108,13 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
Expand Down
32 changes: 18 additions & 14 deletions Gemfile.rack2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.0.0.beta1)
openapi_first (2.0.3)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
multi_json (~> 1.15)
Expand Down Expand Up @@ -41,13 +41,13 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.3.0)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
erubi (1.12.0)
erubi (1.13.0)
hana (1.3.7)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand All @@ -62,16 +62,20 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest (5.24.1)
multi_json (1.15.0)
mutex_m (0.2.0)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
openapi_parameters (0.3.3)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
openapi_parameters (0.3.4)
rack (>= 2.2)
parallel (1.24.0)
parser (3.3.2.0)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
Expand All @@ -90,28 +94,28 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
Expand Down Expand Up @@ -148,4 +152,4 @@ DEPENDENCIES
simplecov

BUNDLED WITH
2.5.3
2.5.14
12 changes: 6 additions & 6 deletions Gemfile.rack30.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.0.0.beta1)
openapi_first (2.0.3)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
multi_json (~> 1.15)
Expand Down Expand Up @@ -61,7 +61,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
minitest (5.24.0)
minitest (5.24.1)
multi_json (1.15.0)
mutex_m (0.2.0)
nokogiri (1.16.6-aarch64-linux)
Expand All @@ -79,7 +79,7 @@ GEM
openapi_parameters (0.3.4)
rack (>= 2.2)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
Expand All @@ -98,7 +98,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.0)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -113,13 +113,13 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
Expand Down
40 changes: 24 additions & 16 deletions Gemfile.rails6.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openapi_first (2.0.0.beta1)
openapi_first (2.0.3)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
multi_json (~> 1.15)
Expand Down Expand Up @@ -33,11 +33,11 @@ GEM
ast (2.4.2)
bigdecimal (3.1.8)
builder (3.3.0)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
crass (1.0.6)
diff-lcs (1.5.1)
docile (1.4.0)
erubi (1.12.0)
erubi (1.13.0)
hana (1.3.7)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand All @@ -51,16 +51,24 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest (5.24.1)
multi_json (1.15.0)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
openapi_parameters (0.3.3)
nokogiri (1.16.6-arm-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86-linux)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
openapi_parameters (0.3.4)
rack (>= 2.2)
parallel (1.24.0)
parser (3.3.2.0)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
Expand All @@ -80,28 +88,28 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
Expand All @@ -121,7 +129,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
zeitwerk (2.6.15)
zeitwerk (2.6.16)

PLATFORMS
aarch64-linux
Expand Down
6 changes: 3 additions & 3 deletions benchmarks/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
openapi_first (2.0.2)
openapi_first (2.0.3)
hana (~> 1.3)
json_schemer (>= 2.1, < 3.0)
multi_json (~> 1.15)
Expand Down Expand Up @@ -56,8 +56,8 @@ GEM
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.3.0)
vernier (1.0.1)
tilt (2.4.0)
vernier (1.1.1)
webrick (1.8.1)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion lib/openapi_first/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module OpenapiFirst
VERSION = '2.0.2'
VERSION = '2.0.3'
end
10 changes: 5 additions & 5 deletions openapi_first.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 3.2.0'

spec.add_runtime_dependency 'hana', '~> 1.3'
spec.add_runtime_dependency 'json_schemer', '>= 2.1', '< 3.0'
spec.add_runtime_dependency 'multi_json', '~> 1.15'
spec.add_runtime_dependency 'openapi_parameters', '>= 0.3.3', '< 2.0'
spec.add_runtime_dependency 'rack', '>= 2.2', '< 4.0'
spec.add_dependency 'hana', '~> 1.3'
spec.add_dependency 'json_schemer', '>= 2.1', '< 3.0'
spec.add_dependency 'multi_json', '~> 1.15'
spec.add_dependency 'openapi_parameters', '>= 0.3.3', '< 2.0'
spec.add_dependency 'rack', '>= 2.2', '< 4.0'
end

0 comments on commit f2ceddd

Please sign in to comment.