gossiper 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5e5493e9a195fc89dc083b63e0276640d275436
4
- data.tar.gz: 9f85d158a7f555f84816d697be1f3286df8ca170
3
+ metadata.gz: 2c585e237731d8b16b854dfd76392d0b226be835
4
+ data.tar.gz: 979ea4a3966ab9d773cd89ce165d7124e5ecd646
5
5
  SHA512:
6
- metadata.gz: 58002ec759059e07d2d59e72558aad85c795ccb495791bdf4ca2275b8c116bcd2533ac542719d436abbc5b75a081330c69ea7744877857fe19d183c03fd7042c
7
- data.tar.gz: f6fcdb924c76e49f0152a83f38d1b5d30cd740a513c26d74787dc0a74bfb303cb2c74d402a43da0916c1a48526dca25b91a9b4187c94552a01d279867de9f0a6
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 user_class user_id delivered_at status read created_at updated_at).each do |attribute| %>
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>
@@ -1,3 +1,3 @@
1
1
  module Gossiper
2
- VERSION = "0.3.6"
2
+ VERSION = "0.3.7"
3
3
  end
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.6
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-03 00:00:00.000000000 Z
11
+ date: 2014-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: therubyracer