# -*- encoding: utf-8 -*- # stub: aikotoba 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "aikotoba".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "source_code_uri" => "https://github.com/madogiwa0124/aikotoba" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Madogiwa".freeze] s.date = "2022-03-11" s.email = ["madogiwa0124@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/aikotoba/accounts_controller.rb".freeze, "app/controllers/aikotoba/application_controller.rb".freeze, "app/controllers/aikotoba/confirms_controller.rb".freeze, "app/controllers/aikotoba/recoveries_controller.rb".freeze, "app/controllers/aikotoba/sessions_controller.rb".freeze, "app/controllers/aikotoba/unlocks_controller.rb".freeze, "app/controllers/concerns/aikotoba/authenticatable.rb".freeze, "app/controllers/concerns/aikotoba/protection/session_fixation_attack.rb".freeze, "app/controllers/concerns/aikotoba/protection/timing_atack.rb".freeze, "app/mailers/aikotoba/account_mailer.rb".freeze, "app/mailers/aikotoba/application_mailer.rb".freeze, "app/models/aikotoba/account.rb".freeze, "app/models/aikotoba/account/confirmation_token.rb".freeze, "app/models/aikotoba/account/recovery_token.rb".freeze, "app/models/aikotoba/account/service/authentication.rb".freeze, "app/models/aikotoba/account/service/confirmation.rb".freeze, "app/models/aikotoba/account/service/lock.rb".freeze, "app/models/aikotoba/account/service/recovery.rb".freeze, "app/models/aikotoba/account/service/registration.rb".freeze, "app/models/aikotoba/account/unlock_token.rb".freeze, "app/models/aikotoba/account/value/password.rb".freeze, "app/models/aikotoba/account/value/token.rb".freeze, "app/models/concerns/aikotoba/enabled_feature_checkable.rb".freeze, "app/models/concerns/aikotoba/token_encryptable.rb".freeze, "app/views/aikotoba/account_mailer/confirm.html.erb".freeze, "app/views/aikotoba/account_mailer/recover.html.erb".freeze, "app/views/aikotoba/account_mailer/unlock.html.erb".freeze, "app/views/aikotoba/accounts/new.html.erb".freeze, "app/views/aikotoba/common/_errors.html.erb".freeze, "app/views/aikotoba/common/_message.html.erb".freeze, "app/views/aikotoba/confirms/new.html.erb".freeze, "app/views/aikotoba/recoveries/edit.html.erb".freeze, "app/views/aikotoba/recoveries/new.html.erb".freeze, "app/views/aikotoba/sessions/_links.html.erb".freeze, "app/views/aikotoba/sessions/new.html.erb".freeze, "app/views/aikotoba/unlocks/new.html.erb".freeze, "app/views/layouts/aikotoba/application.html.erb".freeze, "app/views/layouts/aikotoba/mailer.html.erb".freeze, "app/views/layouts/aikotoba/mailer.text.erb".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "db/migrate/20211204121532_create_aikotoba_accounts.rb".freeze, "lib/aikotoba.rb".freeze, "lib/aikotoba/constraints/confirmable_constraint.rb".freeze, "lib/aikotoba/constraints/lockable_constraint.rb".freeze, "lib/aikotoba/constraints/recoverable_constraint.rb".freeze, "lib/aikotoba/constraints/registerable_constraint.rb".freeze, "lib/aikotoba/engine.rb".freeze, "lib/aikotoba/errors.rb".freeze, "lib/aikotoba/test/authentication_helper.rb".freeze, "lib/aikotoba/version.rb".freeze, "lib/tasks/aikotoba_tasks.rake".freeze] s.homepage = "https://github.com/madogiwa0124/aikotoba".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Aikotoba is a Rails engine that makes it easy to implement simple email and password authentication.".freeze s.specification_version = 4 s.add_runtime_dependency(%q<rails>.freeze, [">= 6.1.4".freeze]) s.add_runtime_dependency(%q<argon2>.freeze, ["~> 2.1".freeze]) end