Sha256: 818f107b8e4f310d7a02ff6a27bd0c4cd962ef3ff0e87c63a2152069721bb2c4
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
require_relative 'lib/trestle/auth/version' Gem::Specification.new do |spec| spec.name = "trestle-auth" spec.version = Trestle::Auth::VERSION spec.authors = ["Sam Pohlenz"] spec.email = ["sam@sampohlenz.com"] spec.summary = "Authentication plugin for the Trestle admin framework" spec.homepage = "https://www.trestle.io" spec.license = "LGPL-3.0-only" 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.6.0") spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/TrestleAdmin/trestle-auth" spec.add_dependency "trestle", "~> 0.10.0.pre2" spec.add_dependency "bcrypt", "~> 3.1.7" spec.add_development_dependency "rspec-rails" spec.add_development_dependency "show_me_the_cookies", "~> 6.0" spec.add_development_dependency "timecop", "~> 0.9.1" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trestle-auth-0.5.0.pre2 | trestle-auth.gemspec |