Stream 0.1.15 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/stream/fires.rb +3 -2
  2. data/stream.gemspec +1 -1
  3. metadata +1 -1
data/lib/stream/fires.rb CHANGED
@@ -52,15 +52,16 @@ module Stream
52
52
  activity.photos << activity.subject
53
53
  activity.save
54
54
  p.activity_items << activity
55
- send(:"after_#{opts[:on]}", method_name, :if => opts[:if])
56
55
  end
57
56
  end
58
57
  else
59
58
  activity.save
60
59
  ([activity.actor] + activity.actor.contacts).each{|p| p.activity_items << activity }
61
- send(:"after_#{opts[:on]}", method_name, :if => opts[:if])
62
60
  end
63
61
  end
62
+
63
+ send(:"after_#{opts[:on]}", method_name, :if => opts[:if])
64
+
64
65
  end
65
66
 
66
67
  end
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.15"
5
+ s.version = "0.1.16"
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.15
4
+ version: 0.1.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: