Sha256: 15d30a6203f387664ec841cda31e5825a48c906c4eccacebffaa9668ab0e8e54

Contents?: true

Size: 1021 Bytes

Versions: 1

Compression:

Stored size: 1021 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Steven Anderson"]
  gem.email         = ["sanderson@bpl.org"]
  gem.description   = %q{Rails engine to do user institutions in an RDBMS for hydra-head}
  gem.summary       = %q{Rails engine to do user institutions in an RDBMS for hydra-head}
  gem.homepage      = "https://github.com/boston-library/bpl-institution-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          = "bpl-institution-management"
  gem.require_paths = ["lib"]
  gem.version       = Bpl::InstitutionManagement::VERSION

  gem.add_dependency 'cancan'
  gem.add_dependency 'bootstrap_forms'

  gem.add_development_dependency 'rake'
  gem.add_development_dependency 'rails'
  gem.add_development_dependency 'rspec-rails'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bpl-institution-management-0.0.2 bpl-institution-management.gemspec