social_stream-documents 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/social_stream-documents.gemspec +2 -2
- metadata +6 -6
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "social_stream-documents"
|
3
|
-
s.version = "0.1.
|
3
|
+
s.version = "0.1.8"
|
4
4
|
s.authors = ["Víctor Sánchez Belmar", "GING - DIT - UPM"]
|
5
5
|
s.summary = "File capabilities for Social Stream, the core for building social network websites"
|
6
6
|
s.description = "Social Stream is a Ruby on Rails engine providing your application with social networking features and activity streams.\n\nThis gem allow you upload almost any kind of file as new social stream activity."
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
|
11
11
|
# Gem dependencies
|
12
12
|
s.add_runtime_dependency('social_stream-base','~> 0.7.2')
|
13
|
-
s.add_runtime_dependency('paperclip-ffmpeg', '~> 0.
|
13
|
+
s.add_runtime_dependency('paperclip-ffmpeg', '~> 0.7.0')
|
14
14
|
s.add_runtime_dependency('paperclip','2.3.11')
|
15
15
|
# Development Gem dependencies
|
16
16
|
s.add_development_dependency('rails', '3.1.0.rc4')
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social_stream-documents
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 8
|
10
|
+
version: 0.1.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "V\xC3\xADctor S\xC3\xA1nchez Belmar"
|
@@ -43,12 +43,12 @@ dependencies:
|
|
43
43
|
requirements:
|
44
44
|
- - ~>
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
hash:
|
46
|
+
hash: 3
|
47
47
|
segments:
|
48
48
|
- 0
|
49
|
-
-
|
49
|
+
- 7
|
50
50
|
- 0
|
51
|
-
version: 0.
|
51
|
+
version: 0.7.0
|
52
52
|
name: paperclip-ffmpeg
|
53
53
|
version_requirements: *id002
|
54
54
|
- !ruby/object:Gem::Dependency
|