Sha256: a5a808364ac6800e87a35e337596f475b6ead34c7edcf09e795293e61806ff23
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
# frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "auther" spec.version = "13.2.0" spec.authors = ["Brooke Kuhlmann"] spec.email = ["brooke@alchemists.io"] spec.homepage = "https://www.alchemists.io/projects/auther" spec.summary = "Enhances Rails with multi-account, " \ "form-based, database-less, application-wide authentication." spec.license = "Hippocratic-3.0" spec.metadata = { "bug_tracker_uri" => "https://github.com/bkuhlmann/auther/issues", "changelog_uri" => "https://www.alchemists.io/projects/auther/versions", "documentation_uri" => "https://www.alchemists.io/projects/auther", "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.1" spec.add_dependency "rails", "~> 7.0" spec.add_dependency "refinements", "~> 9.2" spec.add_dependency "sass-rails", "~> 6.0" spec.add_dependency "slim-rails", "~> 3.3" 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-13.2.0 | auther.gemspec |