# -*- encoding: utf-8 -*- # stub: wordjelly-auth 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "wordjelly-auth".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 = ["bhargav".freeze] s.date = "2018-02-20" s.description = "Simple authentication solution for any rails app.".freeze s.email = ["bhargav.r.raut@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/images/auth/activity.jpg".freeze, "app/assets/images/auth/facebook.svg".freeze, "app/assets/images/auth/google_oauth2.svg".freeze, "app/assets/images/auth/js_pic3.jpg".freeze, "app/assets/images/auth/profile.jpg".freeze, "app/assets/javascripts/auth/admin_create_users.js".freeze, "app/assets/javascripts/auth/application.js".freeze, "app/assets/javascripts/auth/auth_dependencies.js".freeze, "app/assets/javascripts/auth/auth_modals_and_navbar.js".freeze, "app/assets/javascripts/auth/clients.js".freeze, "app/assets/javascripts/auth/search.js".freeze, "app/assets/javascripts/auth/shopping/discounts.js".freeze, "app/assets/javascripts/auth/users/profiles.js".freeze, "app/assets/stylesheets/auth/admin_create_users.css".freeze, "app/assets/stylesheets/auth/application.scss".freeze, "app/assets/stylesheets/auth/auth_default_css.scss".freeze, "app/assets/stylesheets/auth/common-styles.scss".freeze, "app/assets/stylesheets/auth/overrides.scss".freeze, "app/assets/stylesheets/auth/search.css".freeze, "app/assets/stylesheets/auth/shopping/discounts.css".freeze, "app/assets/stylesheets/auth/users/profiles.scss".freeze, "app/assets/stylesheets/scaffold.css".freeze, "app/controllers/auth/admin_create_users_controller.rb".freeze, "app/controllers/auth/application_controller.rb".freeze, "app/controllers/auth/clients_controller.rb".freeze, "app/controllers/auth/concerns/activity_controller_concern.rb".freeze, "app/controllers/auth/concerns/devise_concern.rb".freeze, "app/controllers/auth/concerns/omni_concern.rb".freeze, "app/controllers/auth/concerns/otp_concern.rb".freeze, "app/controllers/auth/concerns/shopping/cart_controller_concern.rb".freeze, "app/controllers/auth/concerns/shopping/cart_item_controller_concern.rb".freeze, "app/controllers/auth/concerns/shopping/discount_controller_concern.rb".freeze, "app/controllers/auth/concerns/shopping/pay_u_money_controller_concern.rb".freeze, "app/controllers/auth/concerns/shopping/payment_controller_concern.rb".freeze, "app/controllers/auth/concerns/shopping/product_controller_concern.rb".freeze, "app/controllers/auth/concerns/token_concern.rb".freeze, "app/controllers/auth/confirmations_controller.rb".freeze, "app/controllers/auth/mailgun_controller.rb".freeze, "app/controllers/auth/omniauth_callbacks_controller.rb".freeze, "app/controllers/auth/passwords_controller.rb".freeze, "app/controllers/auth/profiles_controller.rb".freeze, "app/controllers/auth/registrations_controller.rb".freeze, "app/controllers/auth/search_controller.rb".freeze, "app/controllers/auth/sessions_controller.rb".freeze, "app/controllers/auth/shopping/cart_items_controller.rb".freeze, "app/controllers/auth/shopping/carts_controller.rb".freeze, "app/controllers/auth/shopping/discounts_controller.rb".freeze, "app/controllers/auth/shopping/payments_controller.rb".freeze, "app/controllers/auth/shopping/products_controller.rb".freeze, "app/controllers/auth/shopping/shopping_controller.rb".freeze, "app/controllers/auth/unlocks_controller.rb".freeze, "app/controllers/auth/webhooks_controller.rb".freeze, "app/helpers/auth/admin_create_users_helper.rb".freeze, "app/helpers/auth/application_helper.rb".freeze, "app/helpers/auth/clients_helper.rb".freeze, "app/helpers/auth/resource_helper.rb".freeze, "app/helpers/auth/search_helper.rb".freeze, "app/helpers/auth/shopping/cart_items/cart_items_helper.rb".freeze, "app/helpers/auth/shopping/carts/carts_helper.rb".freeze, "app/helpers/auth/shopping/discounts/discounts_helper.rb".freeze, "app/helpers/auth/shopping/payments/pay_u_money_helper.rb".freeze, "app/helpers/auth/shopping/payments/payments_helper.rb".freeze, "app/helpers/auth/shopping/products/products_helper.rb".freeze, "app/helpers/auth/shopping/shopping_helper.rb".freeze, "app/helpers/auth/users/profiles_helper.rb".freeze, "app/jobs/otp_job.rb".freeze, "app/mailers/application_mailer.rb".freeze, "app/mailers/auth/notifier.rb".freeze, "app/models/auth/admin_create_user.rb".freeze, "app/models/auth/client.rb".freeze, "app/models/auth/concerns/activity_concern.rb".freeze, "app/models/auth/concerns/chief_model_concern.rb".freeze, "app/models/auth/concerns/es_concern.rb".freeze, "app/models/auth/concerns/notification_concern.rb".freeze, "app/models/auth/concerns/notification_response_concern.rb".freeze, "app/models/auth/concerns/owner_concern.rb".freeze, "app/models/auth/concerns/shopping/cart_concern.rb".freeze, "app/models/auth/concerns/shopping/cart_item_concern.rb".freeze, "app/models/auth/concerns/shopping/discount_concern.rb".freeze, "app/models/auth/concerns/shopping/discount_flow.txt".freeze, "app/models/auth/concerns/shopping/pay_u_money_concern.rb".freeze, "app/models/auth/concerns/shopping/payment_concern.rb".freeze, "app/models/auth/concerns/shopping/product_concern.rb".freeze, "app/models/auth/concerns/sms_otp_concern.rb".freeze, "app/models/auth/concerns/user_concern.rb".freeze, "app/models/auth/identity.rb".freeze, "app/models/auth/shopping/cart.rb".freeze, "app/models/auth/shopping/cart_item.rb".freeze, "app/models/auth/shopping/cart_item_payment_result.rb".freeze, "app/models/auth/shopping/discount.rb".freeze, "app/models/auth/shopping/payment.rb".freeze, "app/models/auth/shopping/product.rb".freeze, "app/models/auth/user.rb".freeze, "app/views/auth/admin_create_users/_admin_actions.html.erb".freeze, "app/views/auth/admin_create_users/_form.html.erb".freeze, "app/views/auth/admin_create_users/edit.html.erb".freeze, "app/views/auth/admin_create_users/index.html.erb".freeze, "app/views/auth/admin_create_users/new.html.erb".freeze, "app/views/auth/admin_create_users/show.html.erb".freeze, "app/views/auth/clients/_form.html.erb".freeze, "app/views/auth/clients/edit.html.erb".freeze, "app/views/auth/clients/index.html.erb".freeze, "app/views/auth/clients/new.html.erb".freeze, "app/views/auth/clients/show.html.erb".freeze, "app/views/auth/confirmations/_enter_otp.html.erb".freeze, "app/views/auth/confirmations/_get_otp_status.html.erb".freeze, "app/views/auth/confirmations/_new_otp_input.js.erb".freeze, "app/views/auth/confirmations/_resend_otp.js.erb".freeze, "app/views/auth/confirmations/_resend_sms_otp.html.erb".freeze, "app/views/auth/confirmations/_verify_otp.js.erb".freeze, "app/views/auth/confirmations/create.js.erb".freeze, "app/views/auth/confirmations/enter_otp.html.erb".freeze, "app/views/auth/confirmations/get_otp_status.html.erb".freeze, "app/views/auth/confirmations/new.html.erb".freeze, "app/views/auth/confirmations/new.js.erb".freeze, "app/views/auth/confirmations/otp_status_result.html.erb".freeze, "app/views/auth/mailer/confirmation_instructions.html.erb".freeze, "app/views/auth/mailer/password_change.html.erb".freeze, "app/views/auth/mailer/reset_password_instructions.html.erb".freeze, "app/views/auth/mailer/unlock_instructions.html.erb".freeze, "app/views/auth/modals/_ajax_error_modal.html.erb".freeze, "app/views/auth/modals/_ajax_error_modal_content.html.erb".freeze, "app/views/auth/modals/_edit_account_content.html.erb".freeze, "app/views/auth/modals/_edit_account_success_content.html.erb".freeze, "app/views/auth/modals/_error_notification.html.erb".freeze, "app/views/auth/modals/_forgot_password_content.html.erb".freeze, "app/views/auth/modals/_forgot_password_success_content.html.erb".freeze, "app/views/auth/modals/_login_default_content.html.erb".freeze, "app/views/auth/modals/_login_forms.html.erb".freeze, "app/views/auth/modals/_login_navigation_options.html.erb".freeze, "app/views/auth/modals/_new_otp_input.html.erb".freeze, "app/views/auth/modals/_oauth_and_submit.html.erb".freeze, "app/views/auth/modals/_recaptcha_tags.html.erb".freeze, "app/views/auth/modals/_resend_confirmation_content.html.erb".freeze, "app/views/auth/modals/_resend_confirmation_success_content.html.erb".freeze, "app/views/auth/modals/_resend_otp.html.erb".freeze, "app/views/auth/modals/_resource_errors.js.erb".freeze, "app/views/auth/modals/_sign_in_inputs.html.erb".freeze, "app/views/auth/modals/_sign_in_needed_modal.html.erb".freeze, "app/views/auth/modals/_sign_in_success_content.html.erb".freeze, "app/views/auth/modals/_sign_up_inputs.html.erb".freeze, "app/views/auth/modals/_sign_up_success_content.html.erb".freeze, "app/views/auth/modals/_sign_up_success_inactive_content.html.erb".freeze, "app/views/auth/modals/_unlock_content.html.erb".freeze, "app/views/auth/modals/_verify_otp.html.erb".freeze, "app/views/auth/modals/base_modal/_base.html.erb".freeze, "app/views/auth/modals/login.js.erb".freeze, "app/views/auth/modals/unlock_success_content.html.erb".freeze, "app/views/auth/notifier/_email.html.erb".freeze, "app/views/auth/notifier/notification.html.erb".freeze, "app/views/auth/notifier/notification.text.erb".freeze, "app/views/auth/omniauth_callbacks/failure.html.erb".freeze, "app/views/auth/passwords/create.js.erb".freeze, "app/views/auth/passwords/edit.html.erb".freeze, "app/views/auth/passwords/new.html.erb".freeze, "app/views/auth/passwords/new.js.erb".freeze, "app/views/auth/profiles/_proxy_resource.html.erb".freeze, "app/views/auth/profiles/set_proxy_resource.js.erb".freeze, "app/views/auth/profiles/show.html.erb".freeze, "app/views/auth/registrations/create.js.erb".freeze, "app/views/auth/registrations/edit.html.erb".freeze, "app/views/auth/registrations/edit.js.erb".freeze, "app/views/auth/registrations/new.html.erb".freeze, "app/views/auth/registrations/update.js.erb".freeze, "app/views/auth/search/_search_bar.html.erb".freeze, "app/views/auth/search/_search_result.html.erb".freeze, "app/views/auth/search/_search_results.html.erb".freeze, "app/views/auth/search/authenticated_user_search.js.erb".freeze, "app/views/auth/search/authenticated_user_search.json".freeze, "app/views/auth/sessions/create.js.erb".freeze, "app/views/auth/sessions/new.html.erb".freeze, "app/views/auth/sessions/new.js.erb".freeze, "app/views/auth/shared/_devise_error_messages.html.erb".freeze, "app/views/auth/shared/_links.html.erb".freeze, "app/views/auth/shared/_object_errors.html.erb".freeze, "app/views/auth/shared/_proxy_resource.html.erb".freeze, "app/views/auth/shopping/cart_items/_form.html.erb".freeze, "app/views/auth/shopping/cart_items/_show_cart_items_collection.html.erb".freeze, "app/views/auth/shopping/cart_items/create_multiple.html.erb".freeze, "app/views/auth/shopping/cart_items/create_multiple.json.erb".freeze, "app/views/auth/shopping/cart_items/edit.html.erb".freeze, "app/views/auth/shopping/cart_items/index.html.erb".freeze, "app/views/auth/shopping/cart_items/new.html.erb".freeze, "app/views/auth/shopping/cart_items/show.html.erb".freeze, "app/views/auth/shopping/carts/_form.html.erb".freeze, "app/views/auth/shopping/carts/_payment_links.html.erb".freeze, "app/views/auth/shopping/carts/_remove_cart_item.html.erb".freeze, "app/views/auth/shopping/carts/_show_cart_balance_info.html.erb".freeze, "app/views/auth/shopping/carts/edit.html.erb".freeze, "app/views/auth/shopping/carts/index.html.erb".freeze, "app/views/auth/shopping/carts/new.html.erb".freeze, "app/views/auth/shopping/carts/show.html.erb".freeze, "app/views/auth/shopping/discounts/_form.html.erb".freeze, "app/views/auth/shopping/discounts/_form_for_create_multiple_cart_items.html.erb".freeze, "app/views/auth/shopping/discounts/_show_pending_discount_request.html.erb".freeze, "app/views/auth/shopping/discounts/destroy.html.erb".freeze, "app/views/auth/shopping/discounts/edit.html.erb".freeze, "app/views/auth/shopping/discounts/index.html.erb".freeze, "app/views/auth/shopping/discounts/new.html.erb".freeze, "app/views/auth/shopping/discounts/show.html.erb".freeze, "app/views/auth/shopping/discounts/update.html.erb".freeze, "app/views/auth/shopping/payments/_approve_payment.html.erb".freeze, "app/views/auth/shopping/payments/_cash_card_cheque.html.erb".freeze, "app/views/auth/shopping/payments/_create_discount_coupon.html.erb".freeze, "app/views/auth/shopping/payments/_form.html.erb".freeze, "app/views/auth/shopping/payments/_gateway.html.erb".freeze, "app/views/auth/shopping/payments/_proceed_to_gateway_or_verify_payment.html.erb".freeze, "app/views/auth/shopping/payments/_refresh_payment.html.erb".freeze, "app/views/auth/shopping/payments/_refund.html.erb".freeze, "app/views/auth/shopping/payments/_show_payment_receipt.html.erb".freeze, "app/views/auth/shopping/payments/edit.html.erb".freeze, "app/views/auth/shopping/payments/index.html.erb".freeze, "app/views/auth/shopping/payments/new.html.erb".freeze, "app/views/auth/shopping/payments/show.html.erb".freeze, "app/views/auth/shopping/products/_form.html.erb".freeze, "app/views/auth/shopping/products/edit.html.erb".freeze, "app/views/auth/shopping/products/index.html.erb".freeze, "app/views/auth/shopping/products/index.json.erb".freeze, "app/views/auth/shopping/products/new.html.erb".freeze, "app/views/auth/shopping/products/show.html.erb".freeze, "app/views/auth/shopping/products/show.json.erb".freeze, "app/views/auth/unlocks/create.js.erb".freeze, "app/views/auth/unlocks/new.html.erb".freeze, "app/views/auth/unlocks/new.js.erb".freeze, "app/views/auth/users/_search_result.html.erb".freeze, "app/views/auth/users/profiles/_user_data.html.erb".freeze, "app/views/auth/users/profiles/show.html.erb".freeze, "app/views/layouts/auth/_modals.html.erb".freeze, "app/views/layouts/auth/application.html.erb".freeze, "app/views/layouts/auth/navbar/_navbar.html.erb".freeze, "app/views/layouts/auth/navbar/_personalization.html.erb".freeze, "app/views/layouts/auth/navbar/_progress_spinner.html.erb".freeze, "app/views/layouts/mailer.html.erb".freeze, "app/views/layouts/mailer.text.erb".freeze, "config/initializers/active_model.rb".freeze, "config/initializers/devise.rb".freeze, "config/initializers/json.rb".freeze, "config/initializers/omniauth.rb".freeze, "config/initializers/redis.rb".freeze, "config/initializers/redis.yml".freeze, "config/locales/devise.en.yml".freeze, "config/routes.rb".freeze, "lib/assets/javascripts/data.js".freeze, "lib/assets/javascripts/jquery.calendario.js".freeze, "lib/assets/javascripts/jquery.tagcloud.js".freeze, "lib/assets/javascripts/leanModal.js".freeze, "lib/assets/javascripts/main.js".freeze, "lib/assets/javascripts/modernizr.custom.63321.js".freeze, "lib/assets/javascripts/payumoney.js".freeze, "lib/assets/javascripts/search.js".freeze, "lib/assets/javascripts/spinner.js".freeze, "lib/assets/javascripts/trianglify.min.js".freeze, "lib/assets/javascripts/you_need_to_sign_in.js.erb".freeze, "lib/assets/stylesheets/calendar.css".freeze, "lib/assets/stylesheets/calendar_modifications.scss".freeze, "lib/auth.rb".freeze, "lib/auth/custom_failure.rb".freeze, "lib/auth/engine.rb".freeze, "lib/auth/job_exception_handler.rb".freeze, "lib/auth/mailgun.rb".freeze, "lib/auth/notify.rb".freeze, "lib/auth/omniauth/path.rb".freeze, "lib/auth/partials.rb".freeze, "lib/auth/rails/routes.rb".freeze, "lib/auth/search/main.rb".freeze, "lib/auth/sidekiq_up.rb".freeze, "lib/auth/two_factor_otp.rb".freeze, "lib/auth/url_shortener.rb".freeze, "lib/auth/version.rb".freeze, "lib/tasks/auth_tasks.rake".freeze] s.homepage = "http://github.com/wordjelly/auth".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Authentication engine, bundles mongoid, devise, and token authentication".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 2.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 4.1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.4.1".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.4.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.97.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 3.5.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 3.3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.8.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.0.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.2.2.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.1".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, ["= 1.14.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end