swagger_ui_static_engine 2.1.4.1 → 2.1.4.2

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
  SHA1:
3
- metadata.gz: e40eadc6df46f28faa52e8cdcfec6229441aad8e
4
- data.tar.gz: 3d719850268f9219d6c6e99263ce75a20e0dfa73
3
+ metadata.gz: 7298061bcc749946c725968e45581bca5100b788
4
+ data.tar.gz: f2e25dfc0ec6514481c51023aa52793fb6758a96
5
5
  SHA512:
6
- metadata.gz: 474e9faffd316a780c56535a60d6344f9fca832f4fbe04224d4d51e85399797dabc90c03e6da8f78d11ab9bd96b0846cf992eec5a47cb93f46fcbeab8f65bb03
7
- data.tar.gz: 39fb2d25f8a5a70d9aab564c24c8b089f16da61a082b37af04e731f935f114ea85a2e4b9bcbc90e2805bf4c1f6016029f2a41f70489bdac1d520abade8660bb0
6
+ metadata.gz: acf4a425f2c3b374a032ef89eae1c22557931ab50072fe2c69da4be0a3ecec650590744d859d2c86ee4b98e1a45db472dc3606ec6f15056ac5e6c5b89ff54572
7
+ data.tar.gz: 8005c7cdc86a9d05639213f586946bd486353dd6cf0a1c0003274bd7a5e797e8220f58882f7da9b86e7d6c1bffd724946c0727d445e0bd3340b5c2c47b01ab75
data/README.md CHANGED
@@ -80,10 +80,6 @@ _lib/yourengine/yourengine.rb_
80
80
  wget https://github.com/swagger-api/swagger-ui/archive/master.zip && mv master.zip swagger-ui-master.zip
81
81
  unzip swagger-ui-master.zip
82
82
  cp -R swagger-ui-master/dist/ swagger_ui_static_engine/public
83
- mv swagger_ui_static_engine/public/index.html swagger_ui_static_engine/app/views/swagger_ui_static_engine/index.html.erb
83
+ mv swagger_ui_static_engine/public/index.html swagger_ui_static_engine/app/views/swagger_ui_static_engine/engine/index.html.erb
84
84
  git diff
85
- <edit index.html.erb to view & merge anything that was overwritten>
86
- gem build swagger_ui_static_engine.gemspec
87
- gem push swagger_ui_static_engine-2.1.4.gem
88
-
89
-
85
+ <edit index.html.erb to view & merge anything that was overwritten>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swagger_ui_static_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4.1
4
+ version: 2.1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Trowbridge
@@ -17,8 +17,8 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - app/controllers/swagger_ui_static_engine/application_controller.rb
21
- - app/views/swagger_ui_static_engine/index.html.erb
20
+ - app/controllers/swagger_ui_static_engine/engine_controller.rb
21
+ - app/views/swagger_ui_static_engine/engine/index.html.erb
22
22
  - config/routes.rb
23
23
  - lib/swagger_ui_static_engine/engine.rb
24
24
  - lib/swagger_ui_static_engine.rb