# -*- encoding: utf-8 -*- # stub: current_user 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "current_user".freeze s.version = "0.2.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 = ["Pavel Mitin".freeze] s.date = "2013-07-19" s.description = "An authentication gem for the pre-production (mainly) phase of the application lifecycle.\nProvide a simple sign in page with a list of all users in the application.\nClick on any user logins you to the application under the user.\n".freeze s.email = ["mitin.pavel@gmail.com".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/stylesheets/current_user/application.css".freeze, "app/controllers/current_user/application_controller.rb".freeze, "app/controllers/current_user/sessions_controller.rb".freeze, "app/helpers/current_user/application_helper.rb".freeze, "app/views/current_user/sessions/_add_users_message.html.erb".freeze, "app/views/current_user/sessions/_header.html.erb".freeze, "app/views/current_user/sessions/_user.html.erb".freeze, "app/views/current_user/sessions/new.html.erb".freeze, "app/views/layouts/current_user/application.html.erb".freeze, "config/initializers/extend_controllers.rb".freeze, "config/routes.rb".freeze, "lib/current_user.rb".freeze, "lib/current_user/constants.rb".freeze, "lib/current_user/controller/helpers.rb".freeze, "lib/current_user/engine.rb".freeze, "lib/current_user/version.rb".freeze, "lib/generators/current_user/install_generator.rb".freeze, "lib/generators/templates/README".freeze, "lib/generators/templates/current_user.rb".freeze, "lib/tasks/current_user_tasks.rake".freeze, "test/dummy/Gemfile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/helpers_controller.rb".freeze, "test/dummy/app/controllers/my_another_protected_pages_controller.rb".freeze, "test/dummy/app/controllers/my_protected_pages_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/helpers/current_user_helper.erb".freeze, "test/dummy/app/views/helpers/signed_in_helper.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/my_another_protected_pages/show.html.erb".freeze, "test/dummy/app/views/my_protected_pages/show.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/current_user/key".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/current_user.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/migrate/20120630130539_create_users.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/robots.txt".freeze, "test/dummy/test/fixtures/users.yml".freeze, "test/integration/helpers_test.rb".freeze, "test/integration/login_test.rb".freeze, "test/integration_test_helper.rb".freeze, "test/support/current_user/navigation_helper.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/MitinPavel/current_user".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Dev phase auth for Rails".freeze s.test_files = ["test/test_helper.rb".freeze, "test/integration_test_helper.rb".freeze, "test/integration/login_test.rb".freeze, "test/integration/helpers_test.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/bin/rake".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/robots.txt".freeze, "test/dummy/public/404.html".freeze, "test/dummy/Rakefile".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/current_user.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/current_user/key".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/log/test.log".freeze, "test/dummy/Gemfile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/db/migrate/20120630130539_create_users.rb".freeze, "test/dummy/test/fixtures/users.yml".freeze, "test/dummy/app/views/helpers/signed_in_helper.erb".freeze, "test/dummy/app/views/helpers/current_user_helper.erb".freeze, "test/dummy/app/views/my_protected_pages/show.html.erb".freeze, "test/dummy/app/views/my_another_protected_pages/show.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/my_protected_pages_controller.rb".freeze, "test/dummy/app/controllers/my_another_protected_pages_controller.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/helpers_controller.rb".freeze, "test/support/current_user/navigation_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze, "< 5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end