eventifier 0.0.12 → 0.0.13

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: 41a67bb13760a2f1a78c49d6d9d636f2b096c23f
4
- data.tar.gz: 2144b9aa120796684514725552d0b45d2dcd3205
3
+ metadata.gz: 4b08774be55e6345a5cbeb06b9a29435a07d6d88
4
+ data.tar.gz: 29dd02c4708fcf7502dac329955b1faa9b5ee669
5
5
  SHA512:
6
- metadata.gz: 187b9888e74d11719d69ee8fc92aa493e14faef16fa91d90620037a59d6475c8b3c925ba9632d2b21bd621d39153740447b24bf01c43d7a6418201590b3a1590
7
- data.tar.gz: 64418fd35804cc999a9bb79663ba40c831cbe04337bae498b55cb6906a5575f6a149de007829bdd62f7b53b9abeb8d871655cf44daea0a706fe9f0e6163f8f05
6
+ metadata.gz: e07d54444749d8d82ea73fd960919e1bbdc66f1a19cbf19a02e15c8431613d801e21c702b77cdb5c24a19b7dad1cdfeb34406420258302a823c283573ba8b168
7
+ data.tar.gz: cb591b9e8aaafed382e403ba63971346ed0b439e4ccabc2b3a5a5c75af397ddba3c2aa6c0335fdce6f1f174c083dca7150d00b11f0dde007184f19ab643615c0
@@ -58,7 +58,6 @@ class window.NotificationDropdown
58
58
  $.each @notifications, (index, notification)=>
59
59
  unless $.inArray(notification.id, @renderedNotifications) >= 0
60
60
  if new Date(notification.created_at) > @lastReadAt
61
- console.log @lastInserted
62
61
  if @lastInserted?
63
62
  @lastInserted.after @lastInserted = $("<li />")
64
63
  .addClass('unread')
data/eventifier.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "eventifier"
4
- s.version = '0.0.12'
4
+ s.version = '0.0.13'
5
5
  s.authors = ["Nathan Sampimon", "Peter Murray", "Pat Allan"]
6
6
  s.email = ["nathan@inspire9.com"]
7
7
  s.homepage = "http://github.com/inspire9/eventifier"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Sampimon
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-08-20 00:00:00.000000000 Z
13
+ date: 2013-08-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails