--- !ruby/object:Gem::Specification
name: social_stream-events
version: !ruby/object:Gem::Version
  version: 2.0.0.beta2
platform: ruby
authors:
- Antonio Tapiador
- GING - DIT - UPM
autorequire: 
bindir: bin
cert_chain: []
date: 2013-04-18 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: social_stream-base
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 2.0.0.beta2
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 2.0.0.beta2
- !ruby/object:Gem::Dependency
  name: rails-scheduler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 0.1.1
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 0.1.1
- !ruby/object:Gem::Dependency
  name: sqlite3-ruby
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '0'
description: |-
  Social Stream is a Ruby on Rails engine providing your application with social networking features and activity streams.

  This gem allow you to add events as a new social stream activity, with a calendar-supported management
email: social-stream@dit.upm.es
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- Gemfile
- README.rdoc
- Rakefile
- app/assets/images/poster.png
- app/assets/javascripts/social_stream-events.js
- app/assets/javascripts/social_stream/calendar.js.erb
- app/assets/javascripts/social_stream/event.js
- app/assets/javascripts/social_stream/events.action.js
- app/assets/javascripts/social_stream/events.poster.js
- app/assets/javascripts/social_stream/events.timeline.js
- app/assets/javascripts/social_stream/fullcalendar.js
- app/assets/stylesheets/social_stream-events.css.sass
- app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass
- app/assets/stylesheets/social_stream/events/calendar/_calendar_modal.css.sass
- app/assets/stylesheets/social_stream/events/calendar/_calendar_sidebar.css.sass
- app/assets/stylesheets/social_stream/events/calendar/layout/_calendar.css.sass
- app/assets/stylesheets/social_stream/events/calendar/layout/_calendar_modal.css.sass
- app/assets/stylesheets/social_stream/events/calendar/layout/_calendar_sidebar.css.sass
- app/assets/stylesheets/social_stream/events/explore/layout/_explore_timeline_events.css.sass
- app/assets/stylesheets/social_stream/events/header_nav/layout/_header_nav_events.css.sass
- app/assets/stylesheets/social_stream/events/repository/_repository.css.sass
- app/assets/stylesheets/social_stream/events/repository/layout/_repository.css.sass
- app/assets/stylesheets/social_stream/events/responsive/_responsive-1200px-min.css.sass
- app/assets/stylesheets/social_stream/events/responsive/_responsive-767px-max.css.sass
- app/assets/stylesheets/social_stream/events/responsive/_responsive-768px-979px.css.sass
- app/assets/stylesheets/social_stream/events/timeline/_timeline_events.css.sass
- app/assets/stylesheets/social_stream/events/timeline/layout/_timeline_events.css.sass
- app/controllers/events_controller.rb
- app/controllers/rooms_controller.rb
- app/decorators/social_stream/base/actor_decorator.rb
- app/helpers/events_helper.rb
- app/models/event.rb
- app/models/room.rb
- app/overrides/layouts/_header_signed_in/icon_nav.html.erb.deface
- app/overrides/settings/_index/add_rooms.html.erb.deface
- app/overrides/sidebar/_show/add_calendar.html.erb.deface
- app/views/events/_calendar_month.erb
- app/views/events/_date.html.erb
- app/views/events/_date_sidebar.html.erb
- app/views/events/_details.html.erb
- app/views/events/_event.html.erb
- app/views/events/_event_sidebar.html.erb
- app/views/events/_form_poster.html.erb
- app/views/events/_new.html.erb
- app/views/events/_poster.html.erb
- app/views/events/_quick_search_result.html.erb
- app/views/events/_search_result.html.erb
- app/views/events/_timeline.html.erb
- app/views/events/create.js.erb
- app/views/events/destroy.js.erb
- app/views/events/edit.js.erb
- app/views/events/index.html.erb
- app/views/events/index.js.erb
- app/views/rooms/_form.html.erb
- app/views/rooms/_index.html.erb
- app/views/rooms/create.js.erb
- app/views/rooms/destroy.js.erb
- app/views/settings/_rooms.html.erb
- app/views/sidebar/_calendar.html.erb
- config/locales/en.yml
- config/locales/es.yml
- config/routes.rb
- db/migrate/20120330131859_create_social_stream_events.rb
- lib/generators/social_stream/events/install_generator.rb
- lib/social_stream-events.rb
- lib/social_stream/events/ability.rb
- lib/social_stream/events/engine.rb
- lib/social_stream/events/models/actor.rb
- lib/social_stream/events/version.rb
- lib/social_stream/migrations/events.rb
- lib/tasks/db/populate.rake
- social_stream-events.gemspec
- spec/controllers/events_controller_spec.rb
- spec/views/settings_spec.rb
- vendor/assets/images/boxy-ne.png
- vendor/assets/images/boxy-nw.png
- vendor/assets/images/boxy-se.png
- vendor/assets/images/boxy-sw.png
- vendor/assets/javascripts/fullcalendar.js
- vendor/assets/javascripts/gcal.js
- vendor/assets/javascripts/jquery.boxy.js
- vendor/assets/javascripts/sprintf.js
- vendor/assets/stylesheets/boxy.css
- vendor/assets/stylesheets/fullcalendar.css
- vendor/assets/stylesheets/fullcalendar.print.css
homepage: http://github.com/ging/social_stream-events
licenses: []
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>'
    - !ruby/object:Gem::Version
      version: 1.3.1
requirements: []
rubyforge_project: 
rubygems_version: 2.0.0
signing_key: 
specification_version: 4
summary: Scheduled events support for Social Stream, the core for building social
  network websites
test_files: []