social_stream 0.27.1 → 0.27.2
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.
- data/base/db/migrate/20120326083509_object_channels_to_actions.rb +2 -0
- data/base/lib/social_stream-base.rb +3 -0
- data/base/lib/social_stream/base/engine.rb +4 -0
- data/base/lib/social_stream/base/version.rb +1 -1
- data/lib/social_stream/version.rb +1 -1
- data/social_stream.gemspec +2 -2
- metadata +5 -5
|
@@ -25,6 +25,10 @@ module SocialStream
|
|
|
25
25
|
end
|
|
26
26
|
end
|
|
27
27
|
|
|
28
|
+
initializer "social_stream-base.model.load_single_relations" do
|
|
29
|
+
SocialStream.single_relations.each{ |r| "Relation::#{ r.to_s.classify }".constantize }
|
|
30
|
+
end
|
|
31
|
+
|
|
28
32
|
initializer "social_stream-base.controller.helpers" do
|
|
29
33
|
ActiveSupport.on_load(:action_controller) do
|
|
30
34
|
include SocialStream::Controllers::Helpers
|
data/social_stream.gemspec
CHANGED
|
@@ -4,14 +4,14 @@ Gem::Specification.new do |s|
|
|
|
4
4
|
s.name = "social_stream"
|
|
5
5
|
s.version = SocialStream::VERSION.dup
|
|
6
6
|
s.summary = "A core for building social network websites"
|
|
7
|
-
s.description = "Social Stream is a Ruby on Rails engine for building social network websites. It supports contacts, posts, file uploads, private messages and
|
|
7
|
+
s.description = "Social Stream is a Ruby on Rails engine for building social network websites. It supports contacts, posts, file uploads, private messages and much more."
|
|
8
8
|
s.authors = [ "GING - DIT - UPM",
|
|
9
9
|
"CISE - ESPOL" ]
|
|
10
10
|
s.homepage = "http://social-stream.dit.upm.es/"
|
|
11
11
|
s.files = `git ls-files`.split("\n")
|
|
12
12
|
|
|
13
13
|
# Gem dependencies
|
|
14
|
-
s.add_runtime_dependency('social_stream-base', '~> 0.21.
|
|
14
|
+
s.add_runtime_dependency('social_stream-base', '~> 0.21.2')
|
|
15
15
|
s.add_runtime_dependency('social_stream-documents', '~> 0.15.1')
|
|
16
16
|
s.add_runtime_dependency('social_stream-events', '~> 0.13.1')
|
|
17
17
|
s.add_runtime_dependency('social_stream-linkser', '~> 0.12.0')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: social_stream
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.27.
|
|
4
|
+
version: 0.27.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-06-
|
|
13
|
+
date: 2012-06-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: social_stream-base
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - ~>
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.21.
|
|
22
|
+
version: 0.21.2
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
requirements:
|
|
28
28
|
- - ~>
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
|
-
version: 0.21.
|
|
30
|
+
version: 0.21.2
|
|
31
31
|
- !ruby/object:Gem::Dependency
|
|
32
32
|
name: social_stream-documents
|
|
33
33
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -205,7 +205,7 @@ dependencies:
|
|
|
205
205
|
- !ruby/object:Gem::Version
|
|
206
206
|
version: 1.6.4
|
|
207
207
|
description: Social Stream is a Ruby on Rails engine for building social network websites.
|
|
208
|
-
It supports contacts, posts, file uploads, private messages and
|
|
208
|
+
It supports contacts, posts, file uploads, private messages and much more.
|
|
209
209
|
email:
|
|
210
210
|
executables: []
|
|
211
211
|
extensions: []
|