Sha256: 8358e12f1272b86b5077968a482c4f5dc44d23aef3f1aea5313de47c436a92eb
Contents?: true
Size: 895 Bytes
Versions: 2
Compression:
Stored size: 895 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require "double_auth_engine/version" Gem::Specification.new do |s| s.name = "double_auth_engine" s.version = DoubleAuthEngine::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Kyle Bolton"] s.email = "kyle.bolton@gmail.com'" s.homepage = "https://github.com/kb/double_auth_engine" s.license = "MIT" s.summary = "Authlogic and Declarative Authorization Engine" s.description = "Authlogic and Declarative Authorization Engine for Rails 3" s.required_rubygems_version = ">= 1.3.6" s.add_dependency("kb-authlogic") s.add_dependency("declarative_authorization") s.add_dependency("friendly_id") s.files = `git ls-files`.split("\n") s.test_files = `git ls-files spec/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
double_auth_engine-0.0.5 | double_auth_engine.gemspec |
double_auth_engine-0.0.4 | double_auth_engine.gemspec |