sdoc 0.3.10 → 0.3.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.
@@ -156,7 +156,7 @@
156
156
  <% end %>
157
157
  </div>
158
158
 
159
- <% unless method.comment %>
159
+ <% if method.comment %>
160
160
  <div class="description">
161
161
  <%= method.description.strip %>
162
162
  </div>
@@ -156,7 +156,7 @@
156
156
  <% end %>
157
157
  </div>
158
158
 
159
- <% unless method.comment %>
159
+ <% if method.comment %>
160
160
  <div class="description">
161
161
  <%= method.description.strip %>
162
162
  </div>
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "sdoc"
5
- s.version = "0.3.10"
5
+ s.version = "0.3.11"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Vladimir Kolesnikov"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 10
10
- version: 0.3.10
9
+ - 11
10
+ version: 0.3.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Vladimir Kolesnikov