horo 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,9 @@
1
+ === 1.0.1 / 2010-08-07
2
+
3
+ * 1 Bugfix
4
+
5
+ * Fixed method descriptions
6
+
1
7
  === 1.0.0 / 2010-07-13
2
8
 
3
9
  * 1 major enhancement
@@ -85,7 +85,7 @@
85
85
  <% unless constant.comment.empty? %>
86
86
  <tr valign='top'>
87
87
  <td>&nbsp;</td>
88
- <td colspan="2" class="attr-desc"><%= constant.comment.strip %></td>
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.comment.strip %>
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.comment.strip %>
146
+ <%= method.description.strip %>
147
147
  </div>
148
148
  <% end %>
149
149
 
@@ -1,3 +1,3 @@
1
1
  module Horo
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.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-16 00:00:00 -07:00
18
+ date: 2010-08-07 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency