Sha256: 61d1b35cf01f7a3a4ca98722a149b37979cb19aca675d40650d139fd188f0f6b

Contents?: true

Size: 588 Bytes

Versions: 1

Compression:

Stored size: 588 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)

require "corral/version"
Gem::Specification.new do |s|
  s.name          = "corral_acl"
  s.version       = Corral::VERSION
  s.authors       = ["Elliot Speck (Arcaire)"]
  s.email         = ["rubygems@elliot.pro"]
  s.homepage      = "https://github.com/Arcaire/corral"
  s.summary       = "Yet another opinionated ACL framework."
  s.description   = "Yet another opinionated ACL framework."
  s.license       = "MIT"

  s.files         = `git ls-files`.split($/)
  s.require_paths = ["lib"]
  s.add_runtime_dependency "rails", "~> 5.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
corral_acl-1.0.1 corral.gemspec