# -*- encoding: utf-8 -*- # stub: social_stream-oauth2_server 2.0.1 ruby lib Gem::Specification.new do |s| s.name = "social_stream-oauth2_server".freeze s.version = "2.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".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-05-29" s.description = "Social Stream is a Ruby on Rails engine providing your application with social networking features and activity streams.\n\nThis gem supplies with OAuth2 server support".freeze s.email = "social-stream@dit.upm.es".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/images/logos/app-default.png".freeze, "app/assets/images/logos/small/site.png".freeze, "app/assets/javascripts/social_stream-oauth2_server.js".freeze, "app/assets/javascripts/social_stream/site_client.js".freeze, "app/assets/stylesheets/social_stream-oauth2_server.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/applications/_applications-oauth2server.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/applications/layout/_applications-oauth2server.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/applications/responsive/_responsive-1200px-min.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/applications/responsive/_responsive-767px-max.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/applications/responsive/_responsive-768px-979px.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/create/_create-oauth2server.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/create/_error_create-oauth2server.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/create/layout/_create-oauth2server.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/create/responsive/_responsive-1200px-min.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/create/responsive/_responsive-767px-max.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/create/responsive/_responsive-768px-979px.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/show/_show-oauth2server.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/show/layout/_show-oauth2server.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/show/responsive/_responsive-1200px-min.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/show/responsive/_responsive-767px-max.css.sass".freeze, "app/assets/stylesheets/social_stream/oauth2_server/show/responsive/_responsive-768px-979px.css.sass".freeze, "app/controllers/authorizations_controller.rb".freeze, "app/controllers/site/clients_controller.rb".freeze, "app/decorators/social_stream/base/actor_decorator.rb".freeze, "app/decorators/social_stream/base/user_decorator.rb".freeze, "app/helpers/site_client_helper.rb".freeze, "app/models/oauth2_token.rb".freeze, "app/models/oauth2_token/access_token.rb".freeze, "app/models/oauth2_token/authorization_code.rb".freeze, "app/models/oauth2_token/refresh_token.rb".freeze, "app/models/relation/admin.rb".freeze, "app/models/relation/auth.rb".freeze, "app/models/site/client.rb".freeze, "app/overrides/frontpage/_presentation/client_site_presentation.html.erb.deface".freeze, "app/overrides/layouts/_header_dropdown_menu/applications_entry.html.erb.deface".freeze, "app/views/authorizations/error.html.erb".freeze, "app/views/authorizations/new.html.erb".freeze, "app/views/site/clients/_form.html.erb".freeze, "app/views/site/clients/_new.modal.html.erb".freeze, "app/views/site/clients/_presentation.html.erb".freeze, "app/views/site/clients/index.html.erb".freeze, "app/views/site/clients/new.html.erb".freeze, "app/views/site/clients/show.html.erb".freeze, "config/locales/en.yml".freeze, "config/locales/es.yml".freeze, "config/locales/zh.yml".freeze, "config/routes.rb".freeze, "db/migrate/20130115102300_create_social_stream_oauth2_server.rb".freeze, "lib/generators/social_stream/oauth2_server/install_generator.rb".freeze, "lib/social_stream-oauth2_server.rb".freeze, "lib/social_stream/migrations/oauth2_server.rb".freeze, "lib/social_stream/oauth2_server.rb".freeze, "lib/social_stream/oauth2_server/controllers/helpers.rb".freeze, "lib/social_stream/oauth2_server/engine.rb".freeze, "lib/social_stream/oauth2_server/models/actor.rb".freeze, "lib/social_stream/oauth2_server/models/user.rb".freeze, "lib/social_stream/oauth2_server/token_endpoint.rb".freeze, "lib/social_stream/oauth2_server/version.rb".freeze, "lib/tasks/db/populate.rake".freeze, "social_stream-oauth2_server.gemspec".freeze, "spec/controllers/authorizations_controller_spec.rb".freeze, "spec/controllers/dummy_controller_spec.rb".freeze, "spec/factories/site_client.rb".freeze, "spec/models/relation/auth_spec.rb".freeze, "spec/models/site/client_spec.rb".freeze] s.homepage = "http://github.com/ging/social_stream-oauth2_server".freeze s.rubygems_version = "3.5.10".freeze s.summary = "OAuth2 server support for Social Stream, the framework for building social network websites".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.8.0".freeze]) end