rostra 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,15 +11,15 @@
11
11
  <div class="question">
12
12
 
13
13
  <div class="stats">
14
- <div class="vote_count">
14
+ <div class="vote_count" title="Number of times this question was voted up">
15
15
  <span class="count"><%= question.plusminus %></span>
16
16
  <span class="type"><%= question.plusminus.abs == 1 ? 'vote' : 'votes' %></span>
17
17
  </div>
18
- <div class="answer_count">
18
+ <div class="answer_count" title="Number of times this question was answered">
19
19
  <span class="count"><%= question.answer_count %></span>
20
20
  <span class="type"><%= question.answer_count.abs == 1 ? 'answer' : 'answers' %></span>
21
21
  </div>
22
- <div class="views_count">
22
+ <div class="views_count" title="Number of times this question was viewed">
23
23
  <span class="count"><%= question.unique_page_views %></span>
24
24
  <span class="type"><%= question.unique_page_views.abs == 1 ? 'view' : 'views' %></span>
25
25
  </div>
@@ -1,3 +1,3 @@
1
1
  module Rostra
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rostra
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.5
5
+ version: 0.1.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cory Schires