api_doc 0.0.10 → 0.0.11

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_doc (0.0.10)
4
+ api_doc (0.0.11)
5
5
  jquery-rails
6
6
  rails (>= 3.2)
7
7
 
@@ -46,8 +46,8 @@
46
46
  <h3>Status: <%= @response.status %></h3>
47
47
  </div>
48
48
 
49
- <%% unless tr('<%= @options[:slug] %>', :request, :description).blank? %>
50
- <div class='response-description' style="margin-top: 10px;"><%%= raw tr('<%= @options[:slug] %>', :request, :description) %></div>
49
+ <%% unless tr('<%= @options[:slug] %>', :response, :description).blank? %>
50
+ <div class='response-description' style="margin-top: 10px;"><%%= raw tr('<%= @options[:slug] %>', :response, :description) %></div>
51
51
  <%% end %>
52
52
 
53
53
  <% if @response.headers.present? %>
@@ -1,3 +1,3 @@
1
1
  module ApiDoc
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -115,7 +115,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: 1864510523992024277
118
+ hash: -3368120911417677110
119
119
  required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  none: false
121
121
  requirements:
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  segments:
126
126
  - 0
127
- hash: 1864510523992024277
127
+ hash: -3368120911417677110
128
128
  requirements: []
129
129
  rubyforge_project:
130
130
  rubygems_version: 1.8.24