social_stream-base 0.10.6 → 0.10.7
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/lib/social_stream/base/version.rb +1 -1
- data/social_stream-base.gemspec +1 -1
- metadata +7 -7
data/social_stream-base.gemspec
CHANGED
|
@@ -44,7 +44,7 @@ Gem::Specification.new do |s|
|
|
|
44
44
|
# Simple navigation for menu
|
|
45
45
|
s.add_runtime_dependency('simple-navigation')
|
|
46
46
|
# Background jobs
|
|
47
|
-
s.add_runtime_dependency('resque','~> 1.
|
|
47
|
+
s.add_runtime_dependency('resque','~> 1.19.0')
|
|
48
48
|
# Modernizr.js javascript library
|
|
49
49
|
s.add_runtime_dependency('modernizr-rails', '~> 2.0.6')
|
|
50
50
|
# Sphinx search engine
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: social_stream-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 57
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 10
|
|
9
|
-
-
|
|
10
|
-
version: 0.10.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.10.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- GING - DIT - UPM
|
|
@@ -265,12 +265,12 @@ dependencies:
|
|
|
265
265
|
requirements:
|
|
266
266
|
- - ~>
|
|
267
267
|
- !ruby/object:Gem::Version
|
|
268
|
-
hash:
|
|
268
|
+
hash: 91
|
|
269
269
|
segments:
|
|
270
270
|
- 1
|
|
271
|
-
-
|
|
272
|
-
-
|
|
273
|
-
version: 1.
|
|
271
|
+
- 19
|
|
272
|
+
- 0
|
|
273
|
+
version: 1.19.0
|
|
274
274
|
type: :runtime
|
|
275
275
|
version_requirements: *id016
|
|
276
276
|
- !ruby/object:Gem::Dependency
|