Stream 0.1.14 → 0.1.15

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.
Files changed (3) hide show
  1. data/lib/stream/fires.rb +1 -4
  2. data/stream.gemspec +1 -1
  3. metadata +1 -1
data/lib/stream/fires.rb CHANGED
@@ -44,7 +44,7 @@ module Stream
44
44
  # Find recent photo activity
45
45
  last_activity = ActivityItem.find(:first,
46
46
  :conditions => ["subject_type = ? AND photos.gallery_id = ? AND DATE(activity_items.updated_at) = current_date",
47
- self.class,gallery_id],:include=>[:photos])
47
+ activity.subject.class,gallery.id],:include=>[:photos])
48
48
 
49
49
  unless last_activity && (gallery.eql?(last_activity.subject.gallery))
50
50
  ([activity.actor] + gallery.allowed_contacts).each do |p|
@@ -54,9 +54,6 @@ module Stream
54
54
  p.activity_items << activity
55
55
  send(:"after_#{opts[:on]}", method_name, :if => opts[:if])
56
56
  end
57
- else
58
- last_activity.photos << self
59
- last_activity.update_attribute(:updated_at,Time.now)
60
57
  end
61
58
  else
62
59
  activity.save
data/stream.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{Stream}
5
- s.version = "0.1.14"
5
+ s.version = "0.1.15"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Gretchen Gapol"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Stream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: