Sha256: f6ca18b8b3788ada10cf53d84ee03b3ec2b0708b5b02c12de2beee8ae9e0cfd8
Contents?: true
Size: 1020 Bytes
Versions: 1
Compression:
Stored size: 1020 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'declarative_authorization/version' Gem::Specification.new do |s| s.name = 'ae_declarative_authorization' s.version = DeclarativeAuthorization::VERSION s.platform = Gem::Platform::RUBY s.authors = ['AppFolio', 'Steffen Bartsch'] s.email = 'dev@appfolio.com' s.description = 'ae_declarative_authorization is a Rails gem for maintainable authorization based on readable authorization rules.' s.summary = s.description s.homepage = 'http://github.com/appfolio/ae_declarative_authorization' s.licenses = ['MIT'] s.files = Dir['**/*'] s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ['lib'] s.add_dependency(%q<blockenspiel>, ['~> 0.5.0']) s.add_dependency(%q<rails>, ['>= 4.2.5.2', '< 5.1']) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ae_declarative_authorization-0.7.1 | declarative_authorization.gemspec |