Sha256: 585155d8236a0466a2ec3d2e4f3b78612a19aed67dfa625aad17fcf3b7f1d7a9

Contents?: true

Size: 1.34 KB

Versions: 2

Compression:

Stored size: 1.34 KB

Contents

# coding: utf-8
version = File.read(File.expand_path("../../VERSION", __FILE__)).strip

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = "curation_concerns-models"
  spec.version       = version
  spec.authors       = ["Justin Coyne"]
  spec.email         = ["justin@curationexperts.com"]
  spec.summary       = %q{Simple institutional repository models for Hydra}
  spec.description   = %q{An extensible repository data-model with works and and many attached files}
  spec.homepage      = ""
  spec.license       = "APACHE2"

  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 'active_attr'
  spec.add_dependency 'hydra-collections', '~> 6.0.0.rc1'
  spec.add_dependency 'hydra-head', '~> 9.3'
  spec.add_dependency 'hydra-works', '~> 0.3'
  spec.add_dependency 'active_fedora-noid', '~> 1.0'
  spec.add_dependency 'resque', '~> 1.23'
  spec.add_dependency 'resque-pool', '~> 0.3'
  spec.add_dependency 'qa', '~> 0.5'
  spec.add_dependency 'redlock', '~> 0.1.2'

  spec.add_development_dependency 'bundler', '~> 1.6'
  spec.add_development_dependency 'rake'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
curation_concerns-models-0.3.0 curation_concerns-models.gemspec
curation_concerns-models-0.2.0 curation_concerns-models.gemspec