social_stream-documents 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -14,8 +14,10 @@ Gem::Specification.new do |s|
|
|
14
14
|
# Gem dependencies
|
15
15
|
s.add_runtime_dependency('social_stream-base', '~> 0.10.6')
|
16
16
|
s.add_runtime_dependency('paperclip-ffmpeg', '~> 0.7.0')
|
17
|
+
# Waiting for version > 2.4.5, which fixes:
|
18
|
+
# https://github.com/thoughtbot/paperclip/issues/293
|
17
19
|
s.add_runtime_dependency('paperclip','2.3.11')
|
18
|
-
s.add_runtime_dependency('delayed_paperclip','
|
20
|
+
s.add_runtime_dependency('delayed_paperclip','0.7.2')
|
19
21
|
# Development Gem dependencies
|
20
22
|
s.add_development_dependency('sqlite3-ruby')
|
21
23
|
if RUBY_VERSION < '1.9'
|
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: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 2
|
10
|
+
version: 0.5.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "V\xC3\xADctor S\xC3\xA1nchez Belmar"
|
@@ -73,7 +73,7 @@ dependencies:
|
|
73
73
|
requirement: &id004 !ruby/object:Gem::Requirement
|
74
74
|
none: false
|
75
75
|
requirements:
|
76
|
-
- - "
|
76
|
+
- - "="
|
77
77
|
- !ruby/object:Gem::Version
|
78
78
|
hash: 7
|
79
79
|
segments:
|