social_stream-documents 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ <%= render :partial => 'objects/new_activity', :locals => {:remote => false, :receiver => receiver, :object => Document.new()} %>
@@ -16,7 +16,7 @@ en:
16
16
  all: "All documents"
17
17
  confirm_delete: "Delete document?"
18
18
  form:
19
- title: "Resource"
19
+ title: "File"
20
20
  mine: "My documents"
21
21
  msg: "Uploaded a document:"
22
22
  not_mine: "Documents"
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "social_stream-documents"
3
- s.version = "0.2.5"
3
+ s.version = "0.2.6"
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."
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.files = `git ls-files`.split("\n")
10
10
 
11
11
  # Gem dependencies
12
- s.add_runtime_dependency('social_stream-base','>= 0.8.0')
12
+ s.add_runtime_dependency('social_stream-base','>= 0.9.2')
13
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
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - "V\xC3\xADctor S\xC3\xA1nchez Belmar"
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-09-06 00:00:00 +02:00
19
+ date: 2011-09-15 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -30,9 +30,9 @@ dependencies:
30
30
  hash: 63
31
31
  segments:
32
32
  - 0
33
- - 8
34
- - 0
35
- version: 0.8.0
33
+ - 9
34
+ - 2
35
+ version: 0.9.2
36
36
  name: social_stream-base
37
37
  version_requirements: *id001
38
38
  - !ruby/object:Gem::Dependency
@@ -236,9 +236,9 @@ files:
236
236
  - app/views/audios/show.html.erb
237
237
  - app/views/common-documents/_index.html.erb
238
238
  - app/views/documents/_document.html.erb
239
- - app/views/documents/_fields.html.erb
240
239
  - app/views/documents/_header.html.erb
241
- - app/views/documents/_new.html.erb
240
+ - app/views/documents/_new_activity.html.erb
241
+ - app/views/documents/_new_activity_fields.html.erb
242
242
  - app/views/documents/destroy.js.erb
243
243
  - app/views/documents/index.html.erb
244
244
  - app/views/documents/index.js.erb
@@ -1 +0,0 @@
1
- <%= render :partial => 'objects/new', :locals => {:remote => false, :receiver => receiver, :object => Document.new()} %>