muck-activities 0.1.24 → 0.1.25
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.
- data/VERSION +1 -1
- data/app/views/activities/_comment.html.erb +1 -1
- data/muck-activities.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.25
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div id="<%= comment.dom_id %>" class="activity-comment delete-container">
|
|
2
2
|
<div class="actor-icon"><%= icon(comment.user) %></div>
|
|
3
3
|
<%= delete_activity_comment(comment, :image) if comment.can_edit?(current_user) %>
|
|
4
|
-
<p><span class="actor"><%= link_to comment.user.display_name, comment.user %></span>
|
|
4
|
+
<p><span class="actor"><%= link_to comment.user.display_name, comment.user if comment.user %></span>
|
|
5
5
|
<span class="activity-time"><%= t("muck.general.time_ago", :time_in_words => time_ago_in_words(comment_owner.created_at)) %></span></p>
|
|
6
6
|
<p><%= h comment.body %></p>
|
|
7
7
|
</div>
|
data/muck-activities.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-activities}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.25"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Justin Ball", "Joel Duffin"]
|
|
12
|
-
s.date = %q{2009-11-
|
|
12
|
+
s.date = %q{2009-11-17}
|
|
13
13
|
s.description = %q{Activity engine for the muck system.}
|
|
14
14
|
s.email = %q{justin@tatemae.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: muck-activities
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Ball
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2009-11-
|
|
13
|
+
date: 2009-11-17 00:00:00 -07:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|