# -*- encoding: utf-8 -*- # stub: refinerycms-authentication-devise 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "refinerycms-authentication-devise".freeze s.version = "1.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 = ["Philip Arndt".freeze, "Rob Yurkowski".freeze] s.date = "2015-07-19" s.description = "A Devise authentication extension for Refinery CMS".freeze s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Rakefile".freeze, "app/controllers/refinery/authentication/devise/admin/users_controller.rb".freeze, "app/controllers/refinery/authentication/devise/passwords_controller.rb".freeze, "app/controllers/refinery/authentication/devise/sessions_controller.rb".freeze, "app/controllers/refinery/authentication/devise/users_controller.rb".freeze, "app/decorators/controllers/action_controller_base_decorator.rb".freeze, "app/decorators/controllers/refinery/admin_controller_decorator.rb".freeze, "app/decorators/controllers/refinery/application_controller_decorator.rb".freeze, "app/mailers/refinery/authentication/devise/user_mailer.rb".freeze, "app/models/refinery/authentication/devise/nil_user.rb".freeze, "app/models/refinery/authentication/devise/role.rb".freeze, "app/models/refinery/authentication/devise/roles_users.rb".freeze, "app/models/refinery/authentication/devise/user.rb".freeze, "app/models/refinery/authentication/devise/user_plugin.rb".freeze, "app/views/refinery/authentication/devise/admin/users/_actions.html.erb".freeze, "app/views/refinery/authentication/devise/admin/users/_form.html.erb".freeze, "app/views/refinery/authentication/devise/admin/users/_records.html.erb".freeze, "app/views/refinery/authentication/devise/admin/users/_user.html.erb".freeze, "app/views/refinery/authentication/devise/admin/users/_users.html.erb".freeze, "app/views/refinery/authentication/devise/admin/users/edit.html.erb".freeze, "app/views/refinery/authentication/devise/admin/users/index.html.erb".freeze, "app/views/refinery/authentication/devise/admin/users/new.html.erb".freeze, "app/views/refinery/authentication/devise/passwords/edit.html.erb".freeze, "app/views/refinery/authentication/devise/passwords/new.html.erb".freeze, "app/views/refinery/authentication/devise/sessions/new.html.erb".freeze, "app/views/refinery/authentication/devise/user_mailer/reset_notification.html.erb".freeze, "app/views/refinery/authentication/devise/user_mailer/reset_notification.text.plain.erb".freeze, "app/views/refinery/authentication/devise/users/new.html.erb".freeze, "app/views/refinery/layouts/login.html.erb".freeze, "bin/rails".freeze, "bin/rake".freeze, "bin/rspec".freeze, "bin/spring".freeze, "config/locales/bg.yml".freeze, "config/locales/ca.yml".freeze, "config/locales/cs.yml".freeze, "config/locales/da.yml".freeze, "config/locales/de.yml".freeze, "config/locales/el.yml".freeze, "config/locales/en.yml".freeze, "config/locales/es.yml".freeze, "config/locales/fi.yml".freeze, "config/locales/fr.yml".freeze, "config/locales/hu.yml".freeze, "config/locales/it.yml".freeze, "config/locales/ja.yml".freeze, "config/locales/ko.yml".freeze, "config/locales/lt.yml".freeze, "config/locales/lv.yml".freeze, "config/locales/nb.yml".freeze, "config/locales/nl.yml".freeze, "config/locales/pl.yml".freeze, "config/locales/pt-BR.yml".freeze, "config/locales/pt.yml".freeze, "config/locales/rs.yml".freeze, "config/locales/ru.yml".freeze, "config/locales/sk.yml".freeze, "config/locales/sl.yml".freeze, "config/locales/sv.yml".freeze, "config/locales/tr.yml".freeze, "config/locales/uk.yml".freeze, "config/locales/vi.yml".freeze, "config/locales/zh-CN.yml".freeze, "config/locales/zh-TW.yml".freeze, "config/routes.rb".freeze, "db/migrate/20100913234705_create_refinerycms_authentication_schema.rb".freeze, "db/migrate/20120301234455_add_slug_to_refinery_users.rb".freeze, "db/migrate/20130805143059_add_full_name_to_refinery_users.rb".freeze, "db/migrate/20150503125200_rename_tables_to_new_namespace.rb".freeze, "lib/generators/refinery/authentication/devise/generator.rb".freeze, "lib/generators/refinery/authentication/devise/templates/config/initializers/refinery/authentication/devise.rb.erb".freeze, "lib/refinery/authentication/devise.rb".freeze, "lib/refinery/authentication/devise/authorisation_adapter.rb".freeze, "lib/refinery/authentication/devise/authorisation_manager.rb".freeze, "lib/refinery/authentication/devise/configuration.rb".freeze, "lib/refinery/authentication/devise/engine.rb".freeze, "lib/refinery/authentication/devise/initialiser.rb".freeze, "lib/refinery/authentication/devise/system.rb".freeze, "lib/refinerycms-authentication-devise.rb".freeze, "license.md".freeze, "readme.md".freeze, "refinerycms-authentication-devise.gemspec".freeze, "spec/controllers/refinery/authentication/devise/admin/users_controller_spec.rb".freeze, "spec/factories/user.rb".freeze, "spec/features/refinery/authentication/devise/admin/users_spec.rb".freeze, "spec/features/refinery/authentication/devise/passwords_spec.rb".freeze, "spec/features/refinery/authentication/devise/sessions_spec.rb".freeze, "spec/lib/refinery/authentication/devise/configuration_spec.rb".freeze, "spec/models/refinery/user_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/refinery/authentication/devise/controller_macros.rb".freeze, "spec/support/refinery/authentication/devise/feature_macros.rb".freeze, "tasks/rspec.rake".freeze] s.homepage = "http://refinerycms.com".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Devise based authentication extension for Refinery CMS".freeze s.test_files = ["spec/controllers/refinery/authentication/devise/admin/users_controller_spec.rb".freeze, "spec/factories/user.rb".freeze, "spec/features/refinery/authentication/devise/admin/users_spec.rb".freeze, "spec/features/refinery/authentication/devise/passwords_spec.rb".freeze, "spec/features/refinery/authentication/devise/sessions_spec.rb".freeze, "spec/lib/refinery/authentication/devise/configuration_spec.rb".freeze, "spec/models/refinery/user_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/refinery/authentication/devise/controller_macros.rb".freeze, "spec/support/refinery/authentication/devise/feature_macros.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze, ">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze, ">= 4.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze, ">= 3.2.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.1.0".freeze]) end