Sha256: 076e982c6e55f5485b890ca4160274bbdaa3f84700809f3745671d2f81a3f93f

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# frozen_string_literal: true

require_relative 'lib/declarative_authorization/version'

Gem::Specification.new do |spec|
  spec.name                  = 'ae_declarative_authorization'
  spec.version               = DeclarativeAuthorization::VERSION
  spec.platform              = Gem::Platform::RUBY
  spec.author                = 'AppFolio'
  spec.email                 = 'opensource@appfolio.com'
  spec.description           = 'Rails gem for maintainable authorization based on readable authorization rules.'
  spec.summary               = spec.description
  spec.homepage              = 'https://github.com/appfolio/ae_declarative_authorization'
  spec.license               = 'MIT'
  spec.files                 = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|.*gemspec)}] }
  spec.require_paths         = ['lib']
  spec.required_ruby_version = Gem::Requirement.new('>= 2.6.3')

  spec.metadata['allowed_push_host'] = 'https://rubygems.org'

  spec.add_dependency('blockenspiel', ['>= 0.5', '< 1'])
  spec.add_dependency('rails', ['>= 4.2.5.2', '< 7.1'])
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ae_declarative_authorization-1.0.0 declarative_authorization.gemspec