social_stream-documents 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
data/app/models/video.rb CHANGED
@@ -5,7 +5,7 @@ class Video < Document
5
5
  :url => '/:class/:id.:extension',
6
6
  :path => ':rails_root/documents/:class/:id_partition/:style.:extension',
7
7
  :styles => {:webm => {:format => 'webm'},
8
- :flv => { :format => 'flv' }
8
+ :flv => { :format => 'flv' },
9
9
  :thumb => {:geometry => "48x48" , :format => 'png', :time => 5},
10
10
  :thumb0 => {:geometry => "130x80", :format => 'png', :time => 5}
11
11
  },:processors => [:ffmpeg]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "social_stream-documents"
3
- s.version = "0.1.11"
3
+ s.version = "0.1.12"
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."
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: 13
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 11
10
- version: 0.1.11
9
+ - 12
10
+ version: 0.1.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - "V\xC3\xADctor S\xC3\xA1nchez Belmar"