swagger_ui_engine_rails7 1.2.3 → 1.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/{swagger_ui_engine → swagger_ui_engine_rails7}/swagger_docs_controller.rb +1 -1
- data/lib/swagger_ui_engine_rails7/version.rb +1 -1
- metadata +12 -12
- /data/app/controllers/{swagger_ui_engine → swagger_ui_engine_rails7}/application_controller.rb +0 -0
- /data/app/helpers/{swagger_ui_engine → swagger_ui_engine_rails7}/auth_config_parser.rb +0 -0
- /data/app/helpers/{swagger_ui_engine → swagger_ui_engine_rails7}/config_parser.rb +0 -0
- /data/app/helpers/{swagger_ui_engine → swagger_ui_engine_rails7}/oauth_config_parser.rb +0 -0
- /data/app/helpers/{swagger_ui_engine → swagger_ui_engine_rails7}/translation_helper.rb +0 -0
- /data/app/views/{swagger_ui_engine → swagger_ui_engine_rails7}/layouts/swagger.html.erb +0 -0
- /data/app/views/{swagger_ui_engine → swagger_ui_engine_rails7}/swagger_docs/index.html.erb +0 -0
- /data/app/views/{swagger_ui_engine → swagger_ui_engine_rails7}/swagger_docs/oauth2.html.erb +0 -0
- /data/app/views/{swagger_ui_engine → swagger_ui_engine_rails7}/swagger_docs/show.html.erb +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85064f7d230e131d92106a56651a7c57ddc15e929241dc914f428e17a7261405
|
4
|
+
data.tar.gz: ba1fc6b5d3b5094ff474c67c635332e001deae005b4637e3f18d11b25568a48c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88b0e05380946f1627fba7c4ca8d12060e6ce797e773c6b87df5da18174ccbf1781a2bd9f5533ab335cdd5d6c99311e0267dc477c66a1fc608345046f74b892e
|
7
|
+
data.tar.gz: 1db0f82c85f146975ca32d6dfb4ebb96121c1592915493f832cf079bb482b5c25bb706641c49988738e8358957def98d8ba7b3415784ba56e90ae1968d493d3e
|
data/app/controllers/{swagger_ui_engine → swagger_ui_engine_rails7}/swagger_docs_controller.rb
RENAMED
@@ -4,7 +4,7 @@ module SwaggerUiEngineRails7
|
|
4
4
|
include SwaggerUiEngineRails7::OauthConfigParser
|
5
5
|
|
6
6
|
helper SwaggerUiEngineRails7::TranslationHelper
|
7
|
-
layout '
|
7
|
+
layout 'swagger_ui_engine_rails7/layouts/swagger', except: %w(oauth2)
|
8
8
|
|
9
9
|
before_action :set_configs, :set_oauth_configs
|
10
10
|
|
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.
|
4
|
+
version: 1.2.5
|
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-
|
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/
|
109
|
-
- app/controllers/
|
110
|
-
- app/helpers/
|
111
|
-
- app/helpers/
|
112
|
-
- app/helpers/
|
113
|
-
- app/helpers/
|
114
|
-
- app/views/
|
115
|
-
- app/views/
|
116
|
-
- app/views/
|
117
|
-
- app/views/
|
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
|
/data/app/controllers/{swagger_ui_engine → swagger_ui_engine_rails7}/application_controller.rb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|