swagger_ui_engine_rails7 1.2.3 → 1.2.4

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: 9b9f331b0efd12fadf3baeaca7f563d33655d83a49679b69a0796a5b3e5d4129
4
- data.tar.gz: 27b7a810911bc5fdc7267f9baa94eeb8fac02f604a7753b2960d79fae41e9b2f
3
+ metadata.gz: 1ec2ee5dfda643dd0dbe5439dd074b7a56e8fa82915f99b669bb9c4113cf4bc5
4
+ data.tar.gz: b7e18286171da341ab5a729c6f0585edf4b275d624b0e7103006453d7c002773
5
5
  SHA512:
6
- metadata.gz: 046570bcbc8ff642a2f6cd896f318146cc89df8d8ebf738dcac90097fceb234cb89638e6122500876b4e044c115861599e09a642a31761e0426bc601a3ee5431
7
- data.tar.gz: 7bd7bf883de05453efc8e4f92b7d8a2fc199a14909f385c65ff36ab80d64be1f031c19c0d53d5e823cbb33cca0aed779930fb6ef39a84ec93adfe41977505dc0
6
+ metadata.gz: 3e02a810a9974992b7230147b6513e48f64355cb51070022a282152b197ab83410ef6b2dc620c773e3ead37c558c51be198a42deeeb3b3885b7d59d1852405bd
7
+ data.tar.gz: 2ddb921f695f29296c5e5c95b5051850ccfdeec44c5f47caa621b9c5052a7dd174dccb34af13d40345895808492fde75a4173a87e871550ca42632d064064765
@@ -1,4 +1,4 @@
1
1
  module SwaggerUiEngineRails7
2
- VERSION = '1.2.3'.freeze
2
+ VERSION = '1.2.4'.freeze
3
3
  SWAGGER_UI_VERSION = '2.2.10'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swagger_ui_engine_rails7
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - negabaro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-23 00:00:00.000000000 Z
11
+ date: 2024-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -105,16 +105,16 @@ files:
105
105
  - app/assets/stylesheets/swagger_ui_engine/lib/style.css
106
106
  - app/assets/stylesheets/swagger_ui_engine/lib/typography.css.erb
107
107
  - app/assets/stylesheets/swagger_ui_engine/print.css
108
- - app/controllers/swagger_ui_engine/application_controller.rb
109
- - app/controllers/swagger_ui_engine/swagger_docs_controller.rb
110
- - app/helpers/swagger_ui_engine/auth_config_parser.rb
111
- - app/helpers/swagger_ui_engine/config_parser.rb
112
- - app/helpers/swagger_ui_engine/oauth_config_parser.rb
113
- - app/helpers/swagger_ui_engine/translation_helper.rb
114
- - app/views/swagger_ui_engine/layouts/swagger.html.erb
115
- - app/views/swagger_ui_engine/swagger_docs/index.html.erb
116
- - app/views/swagger_ui_engine/swagger_docs/oauth2.html.erb
117
- - app/views/swagger_ui_engine/swagger_docs/show.html.erb
108
+ - app/controllers/swagger_ui_engine_rails7/application_controller.rb
109
+ - app/controllers/swagger_ui_engine_rails7/swagger_docs_controller.rb
110
+ - app/helpers/swagger_ui_engine_rails7/auth_config_parser.rb
111
+ - app/helpers/swagger_ui_engine_rails7/config_parser.rb
112
+ - app/helpers/swagger_ui_engine_rails7/oauth_config_parser.rb
113
+ - app/helpers/swagger_ui_engine_rails7/translation_helper.rb
114
+ - app/views/swagger_ui_engine_rails7/layouts/swagger.html.erb
115
+ - app/views/swagger_ui_engine_rails7/swagger_docs/index.html.erb
116
+ - app/views/swagger_ui_engine_rails7/swagger_docs/oauth2.html.erb
117
+ - app/views/swagger_ui_engine_rails7/swagger_docs/show.html.erb
118
118
  - config/routes.rb
119
119
  - lib/swagger_ui_engine_rails7.rb
120
120
  - lib/swagger_ui_engine_rails7/configuration.rb