# -*- encoding: utf-8 -*- # stub: mcms_authentication 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "mcms_authentication".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["INDRANIL MUKHERJEE".freeze] s.date = "2012-08-03" s.description = "It's a combination of devise and CanCan gem and flexible to identify your modules".freeze s.email = ["indranil.since87@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/images/ajax-loader.gif".freeze, "app/assets/images/background/page_bg.png".freeze, "app/assets/images/background/text_field_background.png".freeze, "app/assets/images/icons/accept.png".freeze, "app/assets/images/icons/add.png".freeze, "app/assets/images/icons/application_edit.png".freeze, "app/assets/images/icons/cancel.png".freeze, "app/assets/images/icons/delete.png".freeze, "app/assets/images/icons/email_go.png".freeze, "app/assets/images/rails.png".freeze, "app/assets/javascripts/application.js".freeze, "app/assets/javascripts/validate_login.js".freeze, "app/assets/stylesheets/authentication_global.css".freeze, "app/controllers/application_controller.rb".freeze, "app/controllers/home_controller.rb".freeze, "app/controllers/roles_controller.rb".freeze, "app/controllers/users_controller.rb".freeze, "app/models/ability.rb".freeze, "app/models/existing_model.rb".freeze, "app/models/plugin.rb".freeze, "app/models/role.rb".freeze, "app/models/roles_user.rb".freeze, "app/models/user.rb".freeze, "app/views/home/index.html.erb".freeze, "app/views/roles/_form.html.erb".freeze, "app/views/roles/_form.js.erb".freeze, "app/views/roles/edit.html.erb".freeze, "app/views/roles/index.html.erb".freeze, "app/views/roles/new.html.erb".freeze, "app/views/users/_role.js.erb".freeze, "app/views/users/confirmations/new.html.erb".freeze, "app/views/users/edit.html.erb".freeze, "app/views/users/first_user.html.erb".freeze, "app/views/users/index.html.erb".freeze, "app/views/users/mailer/confirmation_instructions.html.erb".freeze, "app/views/users/mailer/reset_password_instructions.html.erb".freeze, "app/views/users/mailer/unlock_instructions.html.erb".freeze, "app/views/users/new.html.erb".freeze, "app/views/users/passwords/edit.html.erb".freeze, "app/views/users/passwords/new.html.erb".freeze, "app/views/users/sessions/new.html.erb".freeze, "app/views/users/shared/_links.erb".freeze, "app/views/users/unlocks/new.html.erb".freeze, "config/initializers/constants.rb".freeze, "config/initializers/devise.rb".freeze, "config/locales/devise.en.yml".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "db/migrate/20120605112804_devise_create_users.rb".freeze, "db/migrate/20120608104637_create_roles.rb".freeze, "db/migrate/20120608140424_create_roles_users.rb".freeze, "db/migrate/20120612050932_create_plugins.rb".freeze, "db/migrate/20120625114340_create_existing_models.rb".freeze, "db/migrate/20120711064709_add_username_to_users.rb".freeze, "db/seeds.rb".freeze, "lib/generators/mcms_authentication/USAGE".freeze, "lib/generators/mcms_authentication/mcms_authentication_generator.rb".freeze, "lib/generators/mcms_authentication/templates/asset_manager.rb".freeze, "lib/generators/mcms_authentication/templates/models.rb".freeze, "lib/mcms_authentication.rb".freeze, "lib/mcms_authentication/engine.rb".freeze, "lib/mcms_authentication/version.rb".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/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".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/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/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/fixtures/existing_models.yml".freeze, "test/functional/home_controller_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/mcms_authentication_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/existing_model_test.rb".freeze, "test/unit/helpers/home_helper_test.rb".freeze] s.homepage = "https://192.168.10.251/svn/SVNHOME/mcms/trunk/mcms_authentication".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Most flexible authentication and authorization solution".freeze s.test_files = ["test/integration/navigation_test.rb".freeze, "test/mcms_authentication_test.rb".freeze, "test/fixtures/existing_models.yml".freeze, "test/functional/home_controller_test.rb".freeze, "test/dummy/Rakefile".freeze, "test/dummy/script/rails".freeze, "test/dummy/app/views/layouts/application.html.erb".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/helpers/application_helper.rb".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/config/environment.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/config.ru".freeze, "test/unit/helpers/home_helper_test.rb".freeze, "test/unit/existing_model_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end