# -*- encoding: utf-8 -*- # stub: social_stream-events 2.0.0.beta2 ruby lib Gem::Specification.new do |s| s.name = "social_stream-events".freeze s.version = "2.0.0.beta2".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Antonio Tapiador".freeze, "GING - DIT - UPM".freeze] s.date = "2013-04-18" 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".freeze s.email = "social-stream@dit.upm.es".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/images/poster.png".freeze, "app/assets/javascripts/social_stream-events.js".freeze, "app/assets/javascripts/social_stream/calendar.js.erb".freeze, "app/assets/javascripts/social_stream/event.js".freeze, "app/assets/javascripts/social_stream/events.action.js".freeze, "app/assets/javascripts/social_stream/events.poster.js".freeze, "app/assets/javascripts/social_stream/events.timeline.js".freeze, "app/assets/javascripts/social_stream/fullcalendar.js".freeze, "app/assets/stylesheets/social_stream-events.css.sass".freeze, "app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass".freeze, "app/assets/stylesheets/social_stream/events/calendar/_calendar_modal.css.sass".freeze, "app/assets/stylesheets/social_stream/events/calendar/_calendar_sidebar.css.sass".freeze, "app/assets/stylesheets/social_stream/events/calendar/layout/_calendar.css.sass".freeze, "app/assets/stylesheets/social_stream/events/calendar/layout/_calendar_modal.css.sass".freeze, "app/assets/stylesheets/social_stream/events/calendar/layout/_calendar_sidebar.css.sass".freeze, "app/assets/stylesheets/social_stream/events/explore/layout/_explore_timeline_events.css.sass".freeze, "app/assets/stylesheets/social_stream/events/header_nav/layout/_header_nav_events.css.sass".freeze, "app/assets/stylesheets/social_stream/events/repository/_repository.css.sass".freeze, "app/assets/stylesheets/social_stream/events/repository/layout/_repository.css.sass".freeze, "app/assets/stylesheets/social_stream/events/responsive/_responsive-1200px-min.css.sass".freeze, "app/assets/stylesheets/social_stream/events/responsive/_responsive-767px-max.css.sass".freeze, "app/assets/stylesheets/social_stream/events/responsive/_responsive-768px-979px.css.sass".freeze, "app/assets/stylesheets/social_stream/events/timeline/_timeline_events.css.sass".freeze, "app/assets/stylesheets/social_stream/events/timeline/layout/_timeline_events.css.sass".freeze, "app/controllers/events_controller.rb".freeze, "app/controllers/rooms_controller.rb".freeze, "app/decorators/social_stream/base/actor_decorator.rb".freeze, "app/helpers/events_helper.rb".freeze, "app/models/event.rb".freeze, "app/models/room.rb".freeze, "app/overrides/layouts/_header_signed_in/icon_nav.html.erb.deface".freeze, "app/overrides/settings/_index/add_rooms.html.erb.deface".freeze, "app/overrides/sidebar/_show/add_calendar.html.erb.deface".freeze, "app/views/events/_calendar_month.erb".freeze, "app/views/events/_date.html.erb".freeze, "app/views/events/_date_sidebar.html.erb".freeze, "app/views/events/_details.html.erb".freeze, "app/views/events/_event.html.erb".freeze, "app/views/events/_event_sidebar.html.erb".freeze, "app/views/events/_form_poster.html.erb".freeze, "app/views/events/_new.html.erb".freeze, "app/views/events/_poster.html.erb".freeze, "app/views/events/_quick_search_result.html.erb".freeze, "app/views/events/_search_result.html.erb".freeze, "app/views/events/_timeline.html.erb".freeze, "app/views/events/create.js.erb".freeze, "app/views/events/destroy.js.erb".freeze, "app/views/events/edit.js.erb".freeze, "app/views/events/index.html.erb".freeze, "app/views/events/index.js.erb".freeze, "app/views/rooms/_form.html.erb".freeze, "app/views/rooms/_index.html.erb".freeze, "app/views/rooms/create.js.erb".freeze, "app/views/rooms/destroy.js.erb".freeze, "app/views/settings/_rooms.html.erb".freeze, "app/views/sidebar/_calendar.html.erb".freeze, "config/locales/en.yml".freeze, "config/locales/es.yml".freeze, "config/routes.rb".freeze, "db/migrate/20120330131859_create_social_stream_events.rb".freeze, "lib/generators/social_stream/events/install_generator.rb".freeze, "lib/social_stream-events.rb".freeze, "lib/social_stream/events/ability.rb".freeze, "lib/social_stream/events/engine.rb".freeze, "lib/social_stream/events/models/actor.rb".freeze, "lib/social_stream/events/version.rb".freeze, "lib/social_stream/migrations/events.rb".freeze, "lib/tasks/db/populate.rake".freeze, "social_stream-events.gemspec".freeze, "spec/controllers/events_controller_spec.rb".freeze, "spec/views/settings_spec.rb".freeze, "vendor/assets/images/boxy-ne.png".freeze, "vendor/assets/images/boxy-nw.png".freeze, "vendor/assets/images/boxy-se.png".freeze, "vendor/assets/images/boxy-sw.png".freeze, "vendor/assets/javascripts/fullcalendar.js".freeze, "vendor/assets/javascripts/gcal.js".freeze, "vendor/assets/javascripts/jquery.boxy.js".freeze, "vendor/assets/javascripts/sprintf.js".freeze, "vendor/assets/stylesheets/boxy.css".freeze, "vendor/assets/stylesheets/fullcalendar.css".freeze, "vendor/assets/stylesheets/fullcalendar.print.css".freeze] s.homepage = "http://github.com/ging/social_stream-events".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Scheduled events support for Social Stream, the core for building social network websites".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0.0.beta2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end