rostra 0.1.21 → 0.1.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,7 @@
39
39
  <%= strip_tags(question.details) %>
40
40
  <% end %>
41
41
  </div>
42
- <div class="timestamp">active <%= time_ago_in_words(question.active_at || question.updated_at) %> ago</div>
42
+ <div class="timestamp">active <%= time_ago_in_words(question.active_at || question.created_at) %> ago</div>
43
43
  <%= tag_list(question) %>
44
44
  </div>
45
45
  <div class="clear"></div>
@@ -1,3 +1,3 @@
1
1
  module Rostra
2
- VERSION = "0.1.21"
2
+ VERSION = "0.1.22"
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.21
5
+ version: 0.1.22
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cory Schires