Sha256: cc368a6c76b781ed16705f5cfff730df9d0afd5203d6850f54486f2a38f3dc79

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/hydra/role_management/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Justin Coyne"]
  gem.email         = ["justin@curationexperts.com"]
  gem.description   = %q{Rails engine to do user roles in an RDBMS for hydra-head}
  gem.summary       = %q{Rails engine to do user roles in an RDBMS for hydra-head}
  gem.homepage      = "https://github.com/projecthydra/hydra-role-management"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "hydra-role-management"
  gem.require_paths = ["lib"]
  gem.version       = Hydra::RoleManagement::VERSION

  gem.add_dependency 'bootstrap_form'
  gem.add_dependency 'blacklight'
  gem.add_dependency 'cancancan'
  gem.add_development_dependency 'rake'
  gem.add_development_dependency 'rspec-rails'
  gem.add_development_dependency 'rspec-its'
  gem.add_development_dependency 'engine_cart'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hydra-role-management-0.2.1 hydra-role-management.gemspec
hydra-role-management-0.2.0 hydra-role-management.gemspec