Sha256: 5a4139516f2574f6d0861850980f3add5948dfe908c41f842505522b4aeb9847

Contents?: true

Size: 1.3 KB

Versions: 8

Compression:

Stored size: 1.3 KB

Contents

# encoding: UTF-8
require File.join(File.dirname(__FILE__), 'lib', 'social_stream', 'events', 'version')

Gem::Specification.new do |s|
  s.name = "social_stream-events"
  s.version = SocialStream::Events::VERSION.dup
  s.authors = ["Diego Carrera", "Antonio Tapiador", "GING - DIT - UPM"]
  s.summary = "Events and Video conferences 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  to add events and videoconferences as new social stream activity."
  s.email = "social-stream.dit.upm.es"
  s.homepage = "http://github.com/ging/social_stream-events"
  s.files = `git ls-files`.split("\n")

  # Gem dependencies
  s.add_runtime_dependency('social_stream-base', '~> 0.10.6')
  s.add_runtime_dependency('conference_manager-ruby', '~> 0.0.3')

  # Development Gem dependencies
  s.add_development_dependency('sqlite3-ruby')
  if RUBY_VERSION < '1.9'
    s.add_development_dependency('ruby-debug', '~> 0.10.3')
  end
  s.add_development_dependency('rspec-rails', '~> 2.6.0')
  s.add_development_dependency('factory_girl', '~> 1.3.2')
  s.add_development_dependency('forgery', '~> 0.3.6')
  s.add_development_dependency('capybara', '~> 0.3.9')
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
social_stream-0.15.8 events/social_stream-events.gemspec
social_stream-0.15.7 events/social_stream-events.gemspec
social_stream-0.15.6 events/social_stream-events.gemspec
social_stream-0.15.5 events/social_stream-events.gemspec
social_stream-0.15.4 events/social_stream-events.gemspec
social_stream-0.15.1 events/social_stream-events.gemspec
social_stream-0.15.0 events/social_stream-events.gemspec
social_stream-events-0.2.0 social_stream-events.gemspec