Sha256: 6a14ff338d1cb422608451798a0bed32348fcae3f48aa69216c1bff90d6c056b

Contents?: true

Size: 1.23 KB

Versions: 5

Compression:

Stored size: 1.23 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'g5_authenticatable/version'

Gem::Specification.new do |spec|
  spec.name          = 'g5_authenticatable'
  spec.version       = G5Authenticatable::VERSION
  spec.authors       = ['maeve']
  spec.email         = ['maeve.revels@getg5.com']
  spec.summary       = 'An authentication engine for G5 applications.'
  spec.description   = %q{An engine that provides a basic User model,
                          authentication logic, and remote credential
                          management for G5 applications.}
  spec.homepage      = 'https://github.com/G5/g5_authenticatable'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_dependency 'devise_g5_authenticatable', '~> 0.2.4'
  spec.add_dependency 'omniauth-g5', '~> 0.3.1'
  spec.add_dependency 'g5_authenticatable_api', '~> 0.4.1'
  spec.add_dependency 'rolify', '~> 4.0'
  spec.add_dependency 'pundit', '~> 1.0'
  spec.add_dependency 'g5_updatable', '> 0.6.0'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
g5_authenticatable-0.8.0 g5_authenticatable.gemspec
g5_authenticatable-0.8.0.beta1 g5_authenticatable.gemspec
g5_authenticatable-0.7.5 g5_authenticatable.gemspec
g5_authenticatable-0.7.5.beta g5_authenticatable.gemspec
g5_authenticatable-0.7.4 g5_authenticatable.gemspec