Sha256: 1b766f15fe8855404f2613fa70b816bbb542db963c4da5191a7b55a420074b49

Contents?: true

Size: 525 Bytes

Versions: 2

Compression:

Stored size: 525 Bytes

Contents

source "http://rubygems.org"

# Uncomment the following lines if you are planing to
# use a local code of any of these gems

# Gems before social_stream-base
# gem 'mailboxer', :path => '../mailboxer'
# gem 'avatars_for_rails', :path => '../avatars_for_rails'

# social_stream gems
%w(base documents).each do |g|
  gem "social_stream-#{ g }", :path => g
end

# gem 'social2social', :path => '../social2social'

gemspec

group :test do
  case ENV['DB']
  when 'mysql'
    gem 'mysql2'
  when 'postgres'
    gem 'pg'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
social_stream-0.11.2 Gemfile
social_stream-0.11.1 Gemfile