Stream 0.0.9 → 0.1.0

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 +2 -2
  3. metadata +2 -2
data/lib/stream/fires.rb CHANGED
@@ -18,7 +18,7 @@ module Stream
18
18
 
19
19
  method_name = :"fire_#{activity_type}_after_#{opts[:on]}"
20
20
  define_method(method_name) do
21
- create_options = [:actor, :subject, :secondary_subject].inject({}) do |memo, sym|
21
+ create_options = [:recipient, :actor, :subject, :secondary_subject].inject({}) do |memo, sym|
22
22
  if opts[sym]
23
23
  if opts[sym].respond_to?(:call)
24
24
  memo[sym] = opts[sym].call(self)
data/stream.gemspec CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{Stream}
5
- s.version = "0.0.9"
5
+ s.version = "0.1.0"
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"]
9
9
  s.date = %q{2011-06-27}
10
- s.description = %q{news feed}
10
+ s.description = %q{news feed based on timeline with some modifications}
11
11
  s.email = %q{ggapol@exist.com}
12
12
  s.extra_rdoc_files = []
13
13
  s.files = [
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.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ cert_chain: []
12
12
  date: 2011-06-27 00:00:00.000000000 +08:00
13
13
  default_executable:
14
14
  dependencies: []
15
- description: news feed
15
+ description: news feed based on timeline with some modifications
16
16
  email: ggapol@exist.com
17
17
  executables: []
18
18
  extensions: []