Sha256: d8029a1e888e5ebb857c201c1c7979c5491f58c4490b1aabbcadbc2f2185a350
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "auther" spec.version = "17.0.0" spec.authors = ["Brooke Kuhlmann"] spec.email = ["brooke@alchemists.io"] spec.homepage = "https://alchemists.io/projects/auther" spec.summary = "A multi-account, form-based, database-less, application-wide, " \ "Rails authenticator." spec.license = "Hippocratic-2.1" spec.metadata = { "bug_tracker_uri" => "https://github.com/bkuhlmann/auther/issues", "changelog_uri" => "https://alchemists.io/projects/auther/versions", "homepage_uri" => "https://alchemists.io/projects/auther", "funding_uri" => "https://github.com/sponsors/bkuhlmann", "label" => "Auther", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/bkuhlmann/auther" } spec.signing_key = Gem.default_key_path spec.cert_chain = [Gem.default_cert_path] spec.required_ruby_version = "~> 3.4" spec.add_dependency "logger", "~> 1.6" spec.add_dependency "rails", "~> 8.0" spec.add_dependency "refinements", "~> 13.0" spec.files = Dir["*.gemspec", "app/**/*", "config/**/*", "lib/**/*"] spec.extra_rdoc_files = Dir["README*", "LICENSE*"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
auther-17.0.0 | auther.gemspec |