# -*- encoding: utf-8 -*- # stub: auth_eng 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "auth_eng".freeze s.version = "0.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 = ["Gustavo Lobo".freeze] s.date = "2012-09-24" s.description = "AuthEng is just Devise only with a different flow.".freeze s.email = ["gustavolobo90@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/auth_eng/application.js".freeze, "app/assets/javascripts/auth_eng/users.js".freeze, "app/assets/stylesheets/auth_eng/application.css".freeze, "app/assets/stylesheets/auth_eng/users.css".freeze, "app/controllers/auth_eng/application_controller.rb".freeze, "app/controllers/auth_eng/confirmations_controller.rb".freeze, "app/controllers/auth_eng/users_controller.rb".freeze, "app/helpers/auth_eng/application_helper.rb".freeze, "app/helpers/auth_eng/users_helper.rb".freeze, "app/models/auth_eng/user.rb".freeze, "app/views/auth_eng/confirmations/show.html.haml".freeze, "app/views/auth_eng/devise/confirmations/new.html.erb".freeze, "app/views/auth_eng/devise/confirmations/show.html.haml".freeze, "app/views/auth_eng/devise/mailer/confirmation_instructions.html.erb".freeze, "app/views/auth_eng/devise/mailer/reset_password_instructions.html.erb".freeze, "app/views/auth_eng/devise/mailer/unlock_instructions.html.erb".freeze, "app/views/auth_eng/devise/passwords/edit.html.erb".freeze, "app/views/auth_eng/devise/passwords/new.html.erb".freeze, "app/views/auth_eng/devise/registrations/edit.html.erb".freeze, "app/views/auth_eng/devise/registrations/new.html.erb".freeze, "app/views/auth_eng/devise/sessions/new.html.erb".freeze, "app/views/auth_eng/devise/shared/_links.erb".freeze, "app/views/auth_eng/devise/unlocks/new.html.erb".freeze, "app/views/auth_eng/users/_form.html.erb".freeze, "app/views/auth_eng/users/edit.html.erb".freeze, "app/views/auth_eng/users/index.html.erb".freeze, "app/views/auth_eng/users/new.html.erb".freeze, "app/views/auth_eng/users/show.html.erb".freeze, "app/views/layouts/auth_eng/application.html.erb".freeze, "config/initializers/devise.rb".freeze, "config/locales/devise.en.yml".freeze, "config/routes.rb".freeze, "db/migrate/20120921104821_devise_create_auth_eng_users.rb".freeze, "db/migrate/20120924150140_create_delayed_jobs.rb".freeze, "lib/auth_eng.rb".freeze, "lib/auth_eng/engine.rb".freeze, "lib/auth_eng/version.rb".freeze, "lib/tasks/auth_eng_tasks.rake".freeze, "test/auth_eng_test.rb".freeze, "test/fixtures/auth_eng/users.yml".freeze, "test/functional/auth_eng/users_controller_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/auth_eng/user_test.rb".freeze, "test/unit/helpers/auth_eng/users_helper_test.rb".freeze] s.homepage = "http://github.com/gustavolobo/AuthEng".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Authentication Engine".freeze s.test_files = ["test/auth_eng_test.rb".freeze, "test/fixtures/auth_eng/users.yml".freeze, "test/functional/auth_eng/users_controller_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/auth_eng/user_test.rb".freeze, "test/unit/helpers/auth_eng/users_helper_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.2.8".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end