# -*- encoding: utf-8 -*- # stub: 2fa 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "2fa".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 = ["Matthias Lee".freeze] s.date = "2022-04-07" s.description = "An easy way to add sms-based two factor authentication to rails apps with Twilio".freeze s.email = "matthias@matthiasclee.com".freeze s.files = ["2fa.gemspec".freeze, "app/controllers/tfa/tfas_controller.rb".freeze, "app/helpers/tfa/tfa_helper.rb".freeze, "app/models/TFA/tfa.rb".freeze, "app/views/tfa/tfas/_show.html.erb".freeze, "app/views/tfa/tfas/show.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/9999999999_create_tfas.rb".freeze, "lib/2fa.rb".freeze, "lib/TFA.rb".freeze, "lib/TFA/engine.rb".freeze, "lib/TFA/twilio.rb".freeze, "lib/TFA/version.rb".freeze, "readme.md".freeze] s.homepage = "https://github.com/Matthiasclee/2fa".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Two factor authentication in rails apps made easy".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.66.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 6.1.0".freeze]) end