swagger-ui_rails 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85e56e065ba988064fb96836b9d61a0b001f5956
4
- data.tar.gz: 3a831cf943d135503ed51d699deb01ccb4aab4d3
3
+ metadata.gz: 396201f881bc648fb872fe81740e04e7b8f512f4
4
+ data.tar.gz: 63fca49a157bf890aac9872b6ba3eb5656818aca
5
5
  SHA512:
6
- metadata.gz: 22cad1a80203676b50f75f93f0dcf80d18dc9751f3ed7df65bef8d81b841bbb9f62894c9227f61edc186d93796714f6396f44ff386370745a72fd579b796a984
7
- data.tar.gz: 5542762e9e068c01fc7e4aec8e10a7191b821c6ca819632a362474eccb6c7db9a77af52db1234bd96b390a6acc32fc15e2d518c99850e3368f96df7b53d1d2e7
6
+ metadata.gz: 79fd7889e73a024b4d115837f86c4f6615373aacaca663ee587f9a1a13546ecc200392a6c6f27de15f0ffe5103f31ece134d5723fb94e4a094967dcf566c1966
7
+ data.tar.gz: be82f7a5d7fa039961d5b88e530ceca58fbc70869b0ded2d6ba4a6f496f9f65a94dd3fcf1437ebb6082195682d85bb97ffbecf71418544146ac043703aef0a77
@@ -364,7 +364,7 @@ function program9(depth0,data) {
364
364
  function program11(depth0,data) {
365
365
 
366
366
 
367
- return "\n <div class='sandbox_header'>\n <input class='submit' name='commit' type='button' value='Try it out!' />\n <a href='#' class='response_hider' style='display:none'>Hide Response</a>\n <img alt='Throbber' class='response_throbber' src='<%= asset_path('throbber.gif' %>' style='display:none' />\n </div>\n ";
367
+ return "\n <div class='sandbox_header'>\n <input class='submit' name='commit' type='button' value='Try it out!' />\n <a href='#' class='response_hider' style='display:none'>Hide Response</a>\n <img alt='Throbber' class='response_throbber' src='<%= asset_path('throbber.gif') %>' style='display:none' />\n </div>\n ";
368
368
  }
369
369
 
370
370
  buffer += "\n <ul class='operations' >\n <li class='";
@@ -1,5 +1,5 @@
1
1
  module Swagger
2
2
  module UiRails
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swagger-ui_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stjepan Hadjic