Sha256: b1e3e8fefba588bd6213add2bfe97791abaacaf79adf4dd5b5d1651c57636921

Contents?: true

Size: 525 Bytes

Versions: 2

Compression:

Stored size: 525 Bytes

Contents

source "http://rubygems.org"

# Freeze Rails version to help with bunlder resolution
gem 'builder', '~> 3.0.0'

# 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 events linkser presence).each do |g|
  gem "social_stream-#{ g }", :path => g
end

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

gemspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
social_stream-0.30.0 Gemfile
social_stream-0.29.0 Gemfile