gossiper 0.3.6 → 0.3.7
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.
- checksums.yaml +4 -4
- data/app/views/gossiper/notifications/show.html.erb +1 -1
- data/lib/gossiper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c585e237731d8b16b854dfd76392d0b226be835
|
|
4
|
+
data.tar.gz: 979ea4a3966ab9d773cd89ce165d7124e5ecd646
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: adce6d4374325e793bd00994b90a819e715abee50638274a2a40bb03598d396fe245f2842d0c20951eb57d702d3d7adae38e12d144096bc92088fe99a71782e2
|
|
7
|
+
data.tar.gz: cad8e31d7b783aa715c67bc40fe0adc45d45b10474a19aa4b792a2607510c9eb2d0c646c51ee0e8bb9ca1b04c04a771d3c81ac294c442d02339f3032949e37e7
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<h1><%= Gossiper::Notification.model_name.human.pluralize %></h1>
|
|
4
4
|
|
|
5
5
|
<table class="table table-striped table-bordered">
|
|
6
|
-
<% %w(kind subject to
|
|
6
|
+
<% %w(kind subject to user_type user_id delivered_at status read created_at updated_at).each do |attribute| %>
|
|
7
7
|
<tr>
|
|
8
8
|
<th class="title"><%= Gossiper::Notification.human_attribute_name(attribute) rescue t(".#{attribute}") %></th>
|
|
9
9
|
<td><%= decorator.send(attribute) %></td>
|
data/lib/gossiper/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gossiper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcelo Jacobus
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: therubyracer
|