# -*- encoding: utf-8 -*- # stub: apposs_ldap_adapter 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "apposs_ldap_adapter".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["shouxian".freeze] s.date = "2014-09-24" s.description = "A LDAP adapter for apposs.".freeze s.email = ["dingl@pv.cc".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/javascripts/apposs_ldap_adapter/application.js".freeze, "app/assets/stylesheets/apposs_ldap_adapter/application.css".freeze, "app/controllers/apposs_ldap_adapter/application_controller.rb".freeze, "app/controllers/apposs_ldap_adapter/authentications_controller.rb".freeze, "app/helpers/apposs_ldap_adapter/application_helper.rb".freeze, "app/views/apposs_ldap_adapter/authentications/index.html.erb".freeze, "app/views/layouts/apposs_ldap_adapter/application.html.erb".freeze, "config/routes.rb".freeze, "lib/apposs_ldap_adapter.rb".freeze, "lib/apposs_ldap_adapter/app_loader.rb".freeze, "lib/apposs_ldap_adapter/auth.rb".freeze, "lib/apposs_ldap_adapter/engine.rb".freeze, "lib/apposs_ldap_adapter/machine_loader.rb".freeze, "lib/apposs_ldap_adapter/version.rb".freeze, "lib/tasks/apposs_ldap_adapter_tasks.rake".freeze, "test/apposs_simple_adapter_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/bootstrap.js.coffee".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/bootstrap_and_overrides.css.less".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/home_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/home/index.html.erb".freeze, "test/dummy/app/views/home/other.html.erb".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/omniauth.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/20120701103457_create_users.rb".freeze, "test/dummy/db/schema.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/public/images/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/dummy/test/fixtures/users.yml".freeze, "test/dummy/test/unit/user_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://opifices.com".freeze s.rubygems_version = "3.5.10".freeze s.summary = "AppossLdapAdapter".freeze s.test_files = ["test/integration/navigation_test.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/migrate/20120701103457_create_users.rb".freeze, "test/dummy/test/fixtures/users.yml".freeze, "test/dummy/test/unit/user_test.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/initializers/omniauth.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/boot.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/config/locales/en.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/script/rails".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/home/index.html.erb".freeze, "test/dummy/app/views/home/other.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/assets/stylesheets/bootstrap_and_overrides.css.less".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/bootstrap.js.coffee".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/controllers/home_controller.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/images/favicon.ico".freeze, "test/apposs_simple_adapter_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.2.19".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end