Stream 0.1.8 → 0.1.9

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 +1 -1
  2. data/stream.gemspec +1 -1
  3. metadata +1 -1
data/lib/stream/fires.rb CHANGED
@@ -47,7 +47,7 @@ module Stream
47
47
 
48
48
  unless last_activity && (gallery.eql?(last_activity.subject.gallery))
49
49
  ([activity.actor] + gallery.allowed_contacts).each do |p|
50
- activity.is_hidden = !p.subject.approval_status
50
+ activity.is_hidden = p.subject.approval_status==true ? true : false
51
51
  activity.photos << activity.subject
52
52
  activity.save
53
53
  p.activity_items << activity
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.8"
5
+ s.version = "0.1.9"
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.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: