Sha256: 5b79884346f826decdd8a3b8ff9a2221bb559fef20c3018873459d52a3d1a558
Contents?: true
Size: 1.06 KB
Versions: 3
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', '~> 0.21.1') s.add_runtime_dependency('rails-scheduler', '~> 0.0.8') # 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
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
social_stream-0.27.2 | events/social_stream-events.gemspec |
social_stream-0.27.1 | events/social_stream-events.gemspec |
social_stream-events-0.13.1 | social_stream-events.gemspec |