horo 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +6 -0
- data/lib/app/views/classes/show.html.erb +3 -3
- data/lib/horo.rb +1 -1
- metadata +4 -4
data/CHANGELOG.rdoc
CHANGED
@@ -85,7 +85,7 @@
|
|
85
85
|
<% unless constant.comment.empty? %>
|
86
86
|
<tr valign='top'>
|
87
87
|
<td> </td>
|
88
|
-
<td colspan="2" class="attr-desc"><%= constant.
|
88
|
+
<td colspan="2" class="attr-desc"><%= constant.description.strip %></td>
|
89
89
|
</tr>
|
90
90
|
<% end %>
|
91
91
|
<% end %>
|
@@ -105,7 +105,7 @@
|
|
105
105
|
<td class='attr-name'><%= attribute.name %></td>
|
106
106
|
<td class='attr-desc'>
|
107
107
|
<% if attribute.comment %>
|
108
|
-
<%= attribute.
|
108
|
+
<%= attribute.description.strip %>
|
109
109
|
<% else %>
|
110
110
|
(Not documented)
|
111
111
|
<% end %>
|
@@ -143,7 +143,7 @@
|
|
143
143
|
|
144
144
|
<% if method.comment %>
|
145
145
|
<div class="description">
|
146
|
-
<%= method.
|
146
|
+
<%= method.description.strip %>
|
147
147
|
</div>
|
148
148
|
<% end %>
|
149
149
|
|
data/lib/horo.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: horo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 1
|
10
|
+
version: 1.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Aaron Patterson
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-07
|
18
|
+
date: 2010-08-07 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|