# -*- encoding: utf-8 -*- # stub: omniauth-infinum 0.10.1 ruby lib Gem::Specification.new do |s| s.name = "omniauth-infinum".freeze s.version = "0.10.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 = ["Tomislav Car".freeze] s.date = "2015-10-29" s.description = "Official OmniAuth strategy for Infinum.".freeze s.email = ["tomislav@infinum.hr".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "examples/devise_and_omniauth_infinum/.gitignore".freeze, "examples/devise_and_omniauth_infinum/Gemfile".freeze, "examples/devise_and_omniauth_infinum/README.rdoc".freeze, "examples/devise_and_omniauth_infinum/Rakefile".freeze, "examples/devise_and_omniauth_infinum/app/assets/images/.keep".freeze, "examples/devise_and_omniauth_infinum/app/assets/images/bg.png".freeze, "examples/devise_and_omniauth_infinum/app/assets/images/infinum_logo.png".freeze, "examples/devise_and_omniauth_infinum/app/assets/javascripts/application.js".freeze, "examples/devise_and_omniauth_infinum/app/assets/javascripts/omniauth_callbacks.js.coffee".freeze, "examples/devise_and_omniauth_infinum/app/assets/javascripts/omniauth_callbacksbundle.js.coffee".freeze, "examples/devise_and_omniauth_infinum/app/assets/javascripts/pages.js.coffee".freeze, "examples/devise_and_omniauth_infinum/app/assets/stylesheets/application.css.scss".freeze, "examples/devise_and_omniauth_infinum/app/assets/stylesheets/basic.css.scss".freeze, "examples/devise_and_omniauth_infinum/app/assets/stylesheets/omniauth_callbacks.css.scss".freeze, "examples/devise_and_omniauth_infinum/app/assets/stylesheets/omniauth_callbacksbundle.css.scss".freeze, "examples/devise_and_omniauth_infinum/app/assets/stylesheets/pages.css.scss".freeze, "examples/devise_and_omniauth_infinum/app/assets/stylesheets/scaffolds.css.scss".freeze, "examples/devise_and_omniauth_infinum/app/controllers/Users/omniauth_callbacks_controller.rb".freeze, "examples/devise_and_omniauth_infinum/app/controllers/application_controller.rb".freeze, "examples/devise_and_omniauth_infinum/app/controllers/concerns/.keep".freeze, "examples/devise_and_omniauth_infinum/app/controllers/pages_controller.rb".freeze, "examples/devise_and_omniauth_infinum/app/controllers/static_controller.rb".freeze, "examples/devise_and_omniauth_infinum/app/helpers/application_helper.rb".freeze, "examples/devise_and_omniauth_infinum/app/helpers/omniauth_callbacks_helper.rb".freeze, "examples/devise_and_omniauth_infinum/app/helpers/omniauth_callbacksbundle_helper.rb".freeze, "examples/devise_and_omniauth_infinum/app/helpers/pages_helper.rb".freeze, "examples/devise_and_omniauth_infinum/app/mailers/.keep".freeze, "examples/devise_and_omniauth_infinum/app/models/.keep".freeze, "examples/devise_and_omniauth_infinum/app/models/concerns/.keep".freeze, "examples/devise_and_omniauth_infinum/app/models/page.rb".freeze, "examples/devise_and_omniauth_infinum/app/models/user.rb".freeze, "examples/devise_and_omniauth_infinum/app/views/devise/mailer/reset_password_instructions.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/devise/passwords/edit.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/devise/passwords/new.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/devise/sessions/new.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/layouts/_navigation.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/layouts/application.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/pages/_form.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/pages/edit.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/pages/index.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/pages/index.json.jbuilder".freeze, "examples/devise_and_omniauth_infinum/app/views/pages/new.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/pages/show.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/pages/show.json.jbuilder".freeze, "examples/devise_and_omniauth_infinum/app/views/shared/_flash_messages.html.slim".freeze, "examples/devise_and_omniauth_infinum/app/views/static/home.html.slim".freeze, "examples/devise_and_omniauth_infinum/bin/bundle".freeze, "examples/devise_and_omniauth_infinum/bin/rails".freeze, "examples/devise_and_omniauth_infinum/bin/rake".freeze, "examples/devise_and_omniauth_infinum/config.ru".freeze, "examples/devise_and_omniauth_infinum/config/application.rb".freeze, "examples/devise_and_omniauth_infinum/config/boot.rb".freeze, "examples/devise_and_omniauth_infinum/config/database.yml".freeze, "examples/devise_and_omniauth_infinum/config/environment.rb".freeze, "examples/devise_and_omniauth_infinum/config/environments/development.rb".freeze, "examples/devise_and_omniauth_infinum/config/environments/production.rb".freeze, "examples/devise_and_omniauth_infinum/config/environments/test.rb".freeze, "examples/devise_and_omniauth_infinum/config/initializers/backtrace_silencers.rb".freeze, "examples/devise_and_omniauth_infinum/config/initializers/cookies_serializer.rb".freeze, "examples/devise_and_omniauth_infinum/config/initializers/devise.rb".freeze, "examples/devise_and_omniauth_infinum/config/initializers/filter_parameter_logging.rb".freeze, "examples/devise_and_omniauth_infinum/config/initializers/inflections.rb".freeze, "examples/devise_and_omniauth_infinum/config/initializers/mime_types.rb".freeze, "examples/devise_and_omniauth_infinum/config/initializers/session_store.rb".freeze, "examples/devise_and_omniauth_infinum/config/initializers/wrap_parameters.rb".freeze, "examples/devise_and_omniauth_infinum/config/locales/devise.en.yml".freeze, "examples/devise_and_omniauth_infinum/config/locales/en.yml".freeze, "examples/devise_and_omniauth_infinum/config/navigation.rb".freeze, "examples/devise_and_omniauth_infinum/config/routes.rb".freeze, "examples/devise_and_omniauth_infinum/config/secrets.yml".freeze, "examples/devise_and_omniauth_infinum/db/migrate/20140511162656_devise_create_users.rb".freeze, "examples/devise_and_omniauth_infinum/db/migrate/20140511165248_create_pages.rb".freeze, "examples/devise_and_omniauth_infinum/db/schema.rb".freeze, "examples/devise_and_omniauth_infinum/db/seeds.rb".freeze, "examples/devise_and_omniauth_infinum/lib/assets/.keep".freeze, "examples/devise_and_omniauth_infinum/lib/tasks/.keep".freeze, "examples/devise_and_omniauth_infinum/lib/templates/haml/scaffold/_form.html.slim".freeze, "examples/devise_and_omniauth_infinum/lib/templates/haml/scaffold/index.html.slim".freeze, "examples/devise_and_omniauth_infinum/log/.keep".freeze, "examples/devise_and_omniauth_infinum/public/404.html".freeze, "examples/devise_and_omniauth_infinum/public/422.html".freeze, "examples/devise_and_omniauth_infinum/public/500.html".freeze, "examples/devise_and_omniauth_infinum/public/favicon.ico".freeze, "examples/devise_and_omniauth_infinum/public/robots.txt".freeze, "examples/devise_and_omniauth_infinum/test/controllers/.keep".freeze, "examples/devise_and_omniauth_infinum/test/controllers/omniauth_callbacks_controller_test.rb".freeze, "examples/devise_and_omniauth_infinum/test/controllers/omniauth_callbacksbundle_controller_test.rb".freeze, "examples/devise_and_omniauth_infinum/test/controllers/pages_controller_test.rb".freeze, "examples/devise_and_omniauth_infinum/test/fixtures/.keep".freeze, "examples/devise_and_omniauth_infinum/test/fixtures/pages.yml".freeze, "examples/devise_and_omniauth_infinum/test/fixtures/users.yml".freeze, "examples/devise_and_omniauth_infinum/test/helpers/.keep".freeze, "examples/devise_and_omniauth_infinum/test/helpers/omniauth_callbacks_helper_test.rb".freeze, "examples/devise_and_omniauth_infinum/test/helpers/omniauth_callbacksbundle_helper_test.rb".freeze, "examples/devise_and_omniauth_infinum/test/helpers/pages_helper_test.rb".freeze, "examples/devise_and_omniauth_infinum/test/integration/.keep".freeze, "examples/devise_and_omniauth_infinum/test/mailers/.keep".freeze, "examples/devise_and_omniauth_infinum/test/models/.keep".freeze, "examples/devise_and_omniauth_infinum/test/models/page_test.rb".freeze, "examples/devise_and_omniauth_infinum/test/models/user_test.rb".freeze, "examples/devise_and_omniauth_infinum/test/test_helper.rb".freeze, "examples/devise_and_omniauth_infinum/vendor/assets/javascripts/.keep".freeze, "examples/devise_and_omniauth_infinum/vendor/assets/stylesheets/.keep".freeze, "examples/omniauth_infinum_standalone/.gitignore".freeze, "examples/omniauth_infinum_standalone/Gemfile".freeze, "examples/omniauth_infinum_standalone/README.rdoc".freeze, "examples/omniauth_infinum_standalone/Rakefile".freeze, "examples/omniauth_infinum_standalone/app/assets/images/.keep".freeze, "examples/omniauth_infinum_standalone/app/assets/javascripts/application.js".freeze, "examples/omniauth_infinum_standalone/app/assets/javascripts/pages.js.coffee".freeze, "examples/omniauth_infinum_standalone/app/assets/stylesheets/application.css".freeze, "examples/omniauth_infinum_standalone/app/assets/stylesheets/pages.css.scss".freeze, "examples/omniauth_infinum_standalone/app/assets/stylesheets/scaffolds.css.scss".freeze, "examples/omniauth_infinum_standalone/app/controllers/application_controller.rb".freeze, "examples/omniauth_infinum_standalone/app/controllers/concerns/.keep".freeze, "examples/omniauth_infinum_standalone/app/controllers/omniauth_controller.rb".freeze, "examples/omniauth_infinum_standalone/app/controllers/pages_controller.rb".freeze, "examples/omniauth_infinum_standalone/app/helpers/application_helper.rb".freeze, "examples/omniauth_infinum_standalone/app/helpers/pages_helper.rb".freeze, "examples/omniauth_infinum_standalone/app/mailers/.keep".freeze, "examples/omniauth_infinum_standalone/app/models/.keep".freeze, "examples/omniauth_infinum_standalone/app/models/concerns/.keep".freeze, "examples/omniauth_infinum_standalone/app/models/page.rb".freeze, "examples/omniauth_infinum_standalone/app/models/user.rb".freeze, "examples/omniauth_infinum_standalone/app/views/layouts/application.html.erb".freeze, "examples/omniauth_infinum_standalone/app/views/pages/_form.html.erb".freeze, "examples/omniauth_infinum_standalone/app/views/pages/edit.html.erb".freeze, "examples/omniauth_infinum_standalone/app/views/pages/index.html.erb".freeze, "examples/omniauth_infinum_standalone/app/views/pages/index.json.jbuilder".freeze, "examples/omniauth_infinum_standalone/app/views/pages/new.html.erb".freeze, "examples/omniauth_infinum_standalone/app/views/pages/show.html.erb".freeze, "examples/omniauth_infinum_standalone/app/views/pages/show.json.jbuilder".freeze, "examples/omniauth_infinum_standalone/bin/bundle".freeze, "examples/omniauth_infinum_standalone/bin/rails".freeze, "examples/omniauth_infinum_standalone/bin/rake".freeze, "examples/omniauth_infinum_standalone/config.ru".freeze, "examples/omniauth_infinum_standalone/config/application.rb".freeze, "examples/omniauth_infinum_standalone/config/boot.rb".freeze, "examples/omniauth_infinum_standalone/config/database.yml".freeze, "examples/omniauth_infinum_standalone/config/environment.rb".freeze, "examples/omniauth_infinum_standalone/config/environments/development.rb".freeze, "examples/omniauth_infinum_standalone/config/environments/production.rb".freeze, "examples/omniauth_infinum_standalone/config/environments/test.rb".freeze, "examples/omniauth_infinum_standalone/config/initializers/backtrace_silencers.rb".freeze, "examples/omniauth_infinum_standalone/config/initializers/cookies_serializer.rb".freeze, "examples/omniauth_infinum_standalone/config/initializers/filter_parameter_logging.rb".freeze, "examples/omniauth_infinum_standalone/config/initializers/inflections.rb".freeze, "examples/omniauth_infinum_standalone/config/initializers/mime_types.rb".freeze, "examples/omniauth_infinum_standalone/config/initializers/omniauth.rb".freeze, "examples/omniauth_infinum_standalone/config/initializers/session_store.rb".freeze, "examples/omniauth_infinum_standalone/config/initializers/wrap_parameters.rb".freeze, "examples/omniauth_infinum_standalone/config/locales/en.yml".freeze, "examples/omniauth_infinum_standalone/config/routes.rb".freeze, "examples/omniauth_infinum_standalone/config/secrets.yml".freeze, "examples/omniauth_infinum_standalone/db/migrate/20140512070546_create_users.rb".freeze, "examples/omniauth_infinum_standalone/db/migrate/20140512070622_create_pages.rb".freeze, "examples/omniauth_infinum_standalone/db/schema.rb".freeze, "examples/omniauth_infinum_standalone/db/seeds.rb".freeze, "examples/omniauth_infinum_standalone/lib/assets/.keep".freeze, "examples/omniauth_infinum_standalone/lib/tasks/.keep".freeze, "examples/omniauth_infinum_standalone/log/.keep".freeze, "examples/omniauth_infinum_standalone/public/404.html".freeze, "examples/omniauth_infinum_standalone/public/422.html".freeze, "examples/omniauth_infinum_standalone/public/500.html".freeze, "examples/omniauth_infinum_standalone/public/favicon.ico".freeze, "examples/omniauth_infinum_standalone/public/robots.txt".freeze, "examples/omniauth_infinum_standalone/test/controllers/.keep".freeze, "examples/omniauth_infinum_standalone/test/controllers/pages_controller_test.rb".freeze, "examples/omniauth_infinum_standalone/test/fixtures/.keep".freeze, "examples/omniauth_infinum_standalone/test/fixtures/pages.yml".freeze, "examples/omniauth_infinum_standalone/test/fixtures/users.yml".freeze, "examples/omniauth_infinum_standalone/test/helpers/.keep".freeze, "examples/omniauth_infinum_standalone/test/helpers/pages_helper_test.rb".freeze, "examples/omniauth_infinum_standalone/test/integration/.keep".freeze, "examples/omniauth_infinum_standalone/test/mailers/.keep".freeze, "examples/omniauth_infinum_standalone/test/models/.keep".freeze, "examples/omniauth_infinum_standalone/test/models/page_test.rb".freeze, "examples/omniauth_infinum_standalone/test/models/user_test.rb".freeze, "examples/omniauth_infinum_standalone/test/test_helper.rb".freeze, "examples/omniauth_infinum_standalone/vendor/assets/javascripts/.keep".freeze, "examples/omniauth_infinum_standalone/vendor/assets/stylesheets/.keep".freeze, "examples/omniauth_infinum_with_facebook/.gitignore".freeze, "examples/omniauth_infinum_with_facebook/Gemfile".freeze, "examples/omniauth_infinum_with_facebook/README.markdown".freeze, "examples/omniauth_infinum_with_facebook/Rakefile".freeze, "examples/omniauth_infinum_with_facebook/app/assets/images/.keep".freeze, "examples/omniauth_infinum_with_facebook/app/assets/javascripts/application.js".freeze, "examples/omniauth_infinum_with_facebook/app/assets/javascripts/pages.js.coffee".freeze, "examples/omniauth_infinum_with_facebook/app/assets/stylesheets/application.css".freeze, "examples/omniauth_infinum_with_facebook/app/assets/stylesheets/pages.css.scss".freeze, "examples/omniauth_infinum_with_facebook/app/assets/stylesheets/scaffolds.css.scss".freeze, "examples/omniauth_infinum_with_facebook/app/controllers/Users/omniauth_callbacks_controller.rb".freeze, "examples/omniauth_infinum_with_facebook/app/controllers/application_controller.rb".freeze, "examples/omniauth_infinum_with_facebook/app/controllers/concerns/.keep".freeze, "examples/omniauth_infinum_with_facebook/app/controllers/omniauth_callbacks_controller.rb".freeze, "examples/omniauth_infinum_with_facebook/app/controllers/omniauth_controller.rb".freeze, "examples/omniauth_infinum_with_facebook/app/controllers/pages_controller.rb".freeze, "examples/omniauth_infinum_with_facebook/app/helpers/application_helper.rb".freeze, "examples/omniauth_infinum_with_facebook/app/helpers/pages_helper.rb".freeze, "examples/omniauth_infinum_with_facebook/app/mailers/.keep".freeze, "examples/omniauth_infinum_with_facebook/app/models/.keep".freeze, "examples/omniauth_infinum_with_facebook/app/models/concerns/.keep".freeze, "examples/omniauth_infinum_with_facebook/app/models/identity.rb".freeze, "examples/omniauth_infinum_with_facebook/app/models/page.rb".freeze, "examples/omniauth_infinum_with_facebook/app/models/user.rb".freeze, "examples/omniauth_infinum_with_facebook/app/views/layouts/application.html.slim".freeze, "examples/omniauth_infinum_with_facebook/app/views/pages/_form.html.erb".freeze, "examples/omniauth_infinum_with_facebook/app/views/pages/edit.html.erb".freeze, "examples/omniauth_infinum_with_facebook/app/views/pages/index.html.erb".freeze, "examples/omniauth_infinum_with_facebook/app/views/pages/index.json.jbuilder".freeze, "examples/omniauth_infinum_with_facebook/app/views/pages/new.html.erb".freeze, "examples/omniauth_infinum_with_facebook/app/views/pages/show.html.erb".freeze, "examples/omniauth_infinum_with_facebook/app/views/pages/show.json.jbuilder".freeze, "examples/omniauth_infinum_with_facebook/bin/bundle".freeze, "examples/omniauth_infinum_with_facebook/bin/rails".freeze, "examples/omniauth_infinum_with_facebook/bin/rake".freeze, "examples/omniauth_infinum_with_facebook/config.ru".freeze, "examples/omniauth_infinum_with_facebook/config/application.rb".freeze, "examples/omniauth_infinum_with_facebook/config/boot.rb".freeze, "examples/omniauth_infinum_with_facebook/config/database.yml".freeze, "examples/omniauth_infinum_with_facebook/config/environment.rb".freeze, "examples/omniauth_infinum_with_facebook/config/environments/development.rb".freeze, "examples/omniauth_infinum_with_facebook/config/environments/production.rb".freeze, "examples/omniauth_infinum_with_facebook/config/environments/test.rb".freeze, "examples/omniauth_infinum_with_facebook/config/initializers/backtrace_silencers.rb".freeze, "examples/omniauth_infinum_with_facebook/config/initializers/cookies_serializer.rb".freeze, "examples/omniauth_infinum_with_facebook/config/initializers/devise.rb".freeze, "examples/omniauth_infinum_with_facebook/config/initializers/filter_parameter_logging.rb".freeze, "examples/omniauth_infinum_with_facebook/config/initializers/inflections.rb".freeze, "examples/omniauth_infinum_with_facebook/config/initializers/mime_types.rb".freeze, "examples/omniauth_infinum_with_facebook/config/initializers/session_store.rb".freeze, "examples/omniauth_infinum_with_facebook/config/initializers/wrap_parameters.rb".freeze, "examples/omniauth_infinum_with_facebook/config/locales/devise.en.yml".freeze, "examples/omniauth_infinum_with_facebook/config/locales/en.yml".freeze, "examples/omniauth_infinum_with_facebook/config/routes.rb".freeze, "examples/omniauth_infinum_with_facebook/config/secrets.yml".freeze, "examples/omniauth_infinum_with_facebook/db/migrate/20140512214408_devise_create_users.rb".freeze, "examples/omniauth_infinum_with_facebook/db/migrate/20140512214426_create_identities.rb".freeze, "examples/omniauth_infinum_with_facebook/db/migrate/20140514180753_create_pages.rb".freeze, "examples/omniauth_infinum_with_facebook/db/schema.rb".freeze, "examples/omniauth_infinum_with_facebook/db/seeds.rb".freeze, "examples/omniauth_infinum_with_facebook/lib/assets/.keep".freeze, "examples/omniauth_infinum_with_facebook/lib/tasks/.keep".freeze, "examples/omniauth_infinum_with_facebook/log/.keep".freeze, "examples/omniauth_infinum_with_facebook/public/404.html".freeze, "examples/omniauth_infinum_with_facebook/public/422.html".freeze, "examples/omniauth_infinum_with_facebook/public/500.html".freeze, "examples/omniauth_infinum_with_facebook/public/favicon.ico".freeze, "examples/omniauth_infinum_with_facebook/public/robots.txt".freeze, "examples/omniauth_infinum_with_facebook/test/controllers/.keep".freeze, "examples/omniauth_infinum_with_facebook/test/controllers/pages_controller_test.rb".freeze, "examples/omniauth_infinum_with_facebook/test/fixtures/.keep".freeze, "examples/omniauth_infinum_with_facebook/test/fixtures/identities.yml".freeze, "examples/omniauth_infinum_with_facebook/test/fixtures/pages.yml".freeze, "examples/omniauth_infinum_with_facebook/test/fixtures/users.yml".freeze, "examples/omniauth_infinum_with_facebook/test/helpers/.keep".freeze, "examples/omniauth_infinum_with_facebook/test/helpers/pages_helper_test.rb".freeze, "examples/omniauth_infinum_with_facebook/test/integration/.keep".freeze, "examples/omniauth_infinum_with_facebook/test/mailers/.keep".freeze, "examples/omniauth_infinum_with_facebook/test/models/.keep".freeze, "examples/omniauth_infinum_with_facebook/test/models/identity_test.rb".freeze, "examples/omniauth_infinum_with_facebook/test/models/page_test.rb".freeze, "examples/omniauth_infinum_with_facebook/test/models/user_test.rb".freeze, "examples/omniauth_infinum_with_facebook/test/test_helper.rb".freeze, "examples/omniauth_infinum_with_facebook/vendor/assets/javascripts/.keep".freeze, "examples/omniauth_infinum_with_facebook/vendor/assets/stylesheets/.keep".freeze, "lib/generators/infinum/omniauth/auth_generator.rb".freeze, "lib/generators/infinum/omniauth/config_generator.rb".freeze, "lib/generators/infinum/omniauth/install_generator.rb".freeze, "lib/generators/infinum/omniauth/templates/rails/app/controllers/omniauth_controller.rb".freeze, "lib/generators/infinum/omniauth/templates/rails/config/initializers/omniauth.rb".freeze, "lib/omniauth-infinum.rb".freeze, "lib/omniauth/infinum.rb".freeze, "lib/omniauth/infinum/configuration.rb".freeze, "lib/omniauth/infinum/version.rb".freeze, "lib/omniauth/strategies/infinum.rb".freeze, "omniauth-infinum.gemspec".freeze] s.homepage = "http://www.infinum.co".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "OmniAuth strategy for Infinum.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3".freeze]) end