# -*- encoding: utf-8 -*- # stub: muck-users 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "muck-users".freeze s.version = "0.1.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 = ["Justin Ball".freeze] s.date = "2009-06-11" s.description = "Easily add user signup, login and other features to your application".freeze s.email = "justinball@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "app/controllers/admin/muck/roles_controller.rb".freeze, "app/controllers/admin/muck/users_controller.rb".freeze, "app/controllers/muck/activations_controller.rb".freeze, "app/controllers/muck/password_resets_controller.rb".freeze, "app/controllers/muck/user_sessions_controller.rb".freeze, "app/controllers/muck/username_request_controller.rb".freeze, "app/controllers/muck/users_controller.rb".freeze, "app/models/muck_user_mailer.rb".freeze, "app/models/permission.rb".freeze, "app/models/role.rb".freeze, "app/views/admin/roles/_role.html.erb".freeze, "app/views/admin/roles/edit.html.erb".freeze, "app/views/admin/roles/index.html.erb".freeze, "app/views/admin/roles/new.html.erb".freeze, "app/views/admin/roles/show.html.erb".freeze, "app/views/admin/users/_activate.html.erb".freeze, "app/views/admin/users/_ajax_search_box.html.erb".freeze, "app/views/admin/users/_row.html.erb".freeze, "app/views/admin/users/_search_box.html.erb".freeze, "app/views/admin/users/_table.html.erb".freeze, "app/views/admin/users/_user_navigation.html.erb".freeze, "app/views/admin/users/do_search.html.erb".freeze, "app/views/admin/users/inactive.html.erb".freeze, "app/views/admin/users/inactive_emails.html.erb".freeze, "app/views/admin/users/index.html.erb".freeze, "app/views/admin/users/search.html.erb".freeze, "app/views/muck_user_mailer/activation_confirmation.html.erb".freeze, "app/views/muck_user_mailer/activation_instructions.html.erb".freeze, "app/views/muck_user_mailer/password_not_active_instructions.html.erb".freeze, "app/views/muck_user_mailer/password_reset_instructions.html.erb".freeze, "app/views/muck_user_mailer/username_request.html.erb".freeze, "app/views/muck_user_mailer/welcome_notification.html.erb".freeze, "app/views/password_resets/edit.html.erb".freeze, "app/views/password_resets/new.html.erb".freeze, "app/views/user_sessions/new.html.erb".freeze, "app/views/username_request/new.html.erb".freeze, "app/views/users/_user.html.erb".freeze, "app/views/users/activation_confirmation.html.erb".freeze, "app/views/users/activation_instructions.html.erb".freeze, "app/views/users/edit.html.erb".freeze, "app/views/users/new.html.erb".freeze, "app/views/users/show.html.erb".freeze, "app/views/users/welcome.html.erb".freeze, "config/muck_users_routes.rb".freeze, "db/migrate/20090320174818_create_muck_permissions_and_roles.rb".freeze, "db/migrate/20090512013727_add_photo_to_user.rb".freeze, "install.rb".freeze, "lib/action_controller/authentic_application.rb".freeze, "lib/active_record/acts/muck_user.rb".freeze, "lib/muck_users.rb".freeze, "lib/muck_users/exceptions.rb".freeze, "lib/muck_users/initialize_routes.rb".freeze, "lib/muck_users/tasks.rb".freeze, "locales/ar.yml".freeze, "locales/bg.yml".freeze, "locales/ca.yml".freeze, "locales/cs.yml".freeze, "locales/da.yml".freeze, "locales/de.yml".freeze, "locales/el.yml".freeze, "locales/en.yml".freeze, "locales/es.yml".freeze, "locales/fr.yml".freeze, "locales/it.yml".freeze, "locales/iw.yml".freeze, "locales/ja.yml".freeze, "locales/ko.yml".freeze, "locales/lt.yml".freeze, "locales/lv.yml".freeze, "locales/nl.yml".freeze, "locales/no.yml".freeze, "locales/pl.yml".freeze, "locales/pt.yml".freeze, "locales/ro.yml".freeze, "locales/ru.yml".freeze, "locales/sk.yml".freeze, "locales/sl.yml".freeze, "locales/sr.yml".freeze, "locales/sv.yml".freeze, "locales/tl.yml".freeze, "locales/uk.yml".freeze, "locales/vi.yml".freeze, "locales/zh-CN.yml".freeze, "locales/zh-TW.yml".freeze, "locales/zh.yml".freeze, "muck-users.gemspec".freeze, "public/images/profile_default.jpg".freeze, "rails/init.rb".freeze, "rdoc/classes/ActionController.html".freeze, "rdoc/classes/ActionController/AuthenticApplication.html".freeze, "rdoc/classes/ActionController/AuthenticApplication/InstanceMethods.html".freeze, "rdoc/classes/ActionController/Routing.html".freeze, "rdoc/classes/ActionController/Routing/RouteSet.html".freeze, "rdoc/classes/ActiveRecord.html".freeze, "rdoc/classes/ActiveRecord/Acts/MuckUser/ClassMethods.html".freeze, "rdoc/classes/ActiveRecord/Acts/MuckUser/InstanceMethods.html".freeze, "rdoc/classes/ActiveRecord/Acts/MuckUser/SingletonMethods.html".freeze, "rdoc/classes/Disguise.html".freeze, "rdoc/classes/Disguise/Tasks.html".freeze, "rdoc/classes/MuckUsersEngine.html".freeze, "rdoc/classes/MuckUsersEngine/Exceptions.html".freeze, "rdoc/classes/MuckUsersEngine/Exceptions/InvalidPasswordResetCode.html".freeze, "rdoc/created.rid".freeze, "rdoc/files/README_rdoc.html".freeze, "rdoc/files/lib/action_controller/authentic_application_rb.html".freeze, "rdoc/files/lib/active_record/acts/muck_user_rb.html".freeze, "rdoc/files/lib/muck-users/exceptions_rb.html".freeze, "rdoc/files/lib/muck-users/initialize_routes_rb.html".freeze, "rdoc/files/lib/muck-users/tasks_rb.html".freeze, "rdoc/files/lib/muck-users_rb.html".freeze, "rdoc/fr_class_index.html".freeze, "rdoc/fr_file_index.html".freeze, "rdoc/fr_method_index.html".freeze, "rdoc/index.html".freeze, "rdoc/rdoc-style.css".freeze, "tasks/rails.rake".freeze, "test/factories.rb".freeze, "test/functional/activations_controller_test.rb".freeze, "test/functional/admin/roles_controller_test.rb".freeze, "test/functional/admin/users_controller_test.rb".freeze, "test/functional/password_resets_controller_test.rb".freeze, "test/functional/user_sessions_controller_test.rb".freeze, "test/functional/users_controller_test.rb".freeze, "test/shoulda_macros/controller.rb".freeze, "test/shoulda_macros/forms.rb".freeze, "test/shoulda_macros/models.rb".freeze, "test/shoulda_macros/pagination.rb".freeze, "test/shoulda_macros/plugins.rb".freeze, "test/test_helper.rb".freeze, "test/unit/muck_user_mailer_test.rb".freeze, "test/unit/permission_test.rb".freeze, "test/unit/role_test.rb".freeze, "uninstall.rb".freeze] s.homepage = "http://github.com/jbasdf/muck_users".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Easy to use user engine for Rails".freeze s.test_files = ["test/factories.rb".freeze, "test/functional/activations_controller_test.rb".freeze, "test/functional/admin/roles_controller_test.rb".freeze, "test/functional/admin/users_controller_test.rb".freeze, "test/functional/password_resets_controller_test.rb".freeze, "test/functional/user_sessions_controller_test.rb".freeze, "test/functional/users_controller_test.rb".freeze, "test/shoulda_macros/controller.rb".freeze, "test/shoulda_macros/forms.rb".freeze, "test/shoulda_macros/models.rb".freeze, "test/shoulda_macros/pagination.rb".freeze, "test/shoulda_macros/plugins.rb".freeze, "test/test_helper.rb".freeze, "test/unit/muck_user_mailer_test.rb".freeze, "test/unit/permission_test.rb".freeze, "test/unit/role_test.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end