Sha256: 82da9e2b2d2dc29fa1287e4508d3b0824dfd61590fd091630b920c21d61ac14e

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 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 = ["Antonio Tapiador", "GING - DIT - UPM"]
  s.summary = "Scheduled events support 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 as a new social stream activity, with a calendar-supported management"
  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', '~> 2.0.0.beta2')
  s.add_runtime_dependency('rails-scheduler', '~> 0.1.1')

  # Development Gem dependencies
  s.add_development_dependency('sqlite3-ruby')
  if RUBY_VERSION < '1.9'
    s.add_development_dependency('ruby-debug', '~> 0.10.3')
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
social_stream-2.0.0.beta2 events/social_stream-events.gemspec
social_stream-events-2.0.0.beta2 social_stream-events.gemspec