Sha256: 5697ce9ce3f96d59e1feecde2dad30647a30c0b3b567237ae69925139e4aede6

Contents?: true

Size: 1021 Bytes

Versions: 1

Compression:

Stored size: 1021 Bytes

Contents

require_relative 'lib/trestle/auth/otp/version'

Gem::Specification.new do |spec|
  spec.name          = "trestle-auth-otp"
  spec.version       = Trestle::Auth::Otp::VERSION
  spec.authors       = ["Emanuele Barban"]

  spec.summary       = "One Time Password plugin for the Trestle admin framework"
  spec.homepage      = "https://www.trestle.io"
  spec.license       = "LGPL-3.0"

  spec.files         = Dir.chdir(File.expand_path('..', __FILE__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
  end

  spec.require_paths = ["lib"]

  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = "https://github.com/McRipper/trestle-auth-otp"

  spec.add_dependency "trestle", "~> 0.9.0"
  spec.add_dependency "trestle-auth",  "~> 0.3.0"
  spec.add_dependency "active_model_otp", "~> 2.0"
  spec.add_dependency "rqrcode", "~> 1.1"

  spec.add_development_dependency "rspec-rails",         "~> 3.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trestle-auth-otp-0.1.0 trestle-auth-otp.gemspec