Sha256: e9362d74af26fe794b182c1faec46509e69cfcdc7186a8ea5c6228d9edc738eb
Contents?: true
Size: 1014 Bytes
Versions: 2
Compression:
Stored size: 1014 Bytes
Contents
# encoding: UTF-8 require File.join(File.dirname(__FILE__), 'lib', 'social_stream', 'documents', 'version') Gem::Specification.new do |s| s.name = "social_stream-documents" s.version = SocialStream::Documents::VERSION.dup s.authors = ["Víctor Sánchez Belmar", "GING - DIT - UPM"] s.summary = "File capabilities for Social Stream, the core for building social network websites" 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." s.email = "social-stream@dit.upm.es" s.homepage = "http://github.com/ging/social_stream-documents" s.files = `git ls-files`.split("\n") # Gem dependencies s.add_runtime_dependency('social_stream-base', '~> 2.0.1') s.add_runtime_dependency('paperclip','~> 3.3.0') s.add_runtime_dependency('paperclip-ffmpeg', '~> 0.9.0') s.add_runtime_dependency('delayed_paperclip','>= 2.4.5.2') end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
social_stream-2.0.1 | documents/social_stream-documents.gemspec |
social_stream-documents-2.0.1 | social_stream-documents.gemspec |