Sha256: 3377215f18c9cfee343d3f39f523a4b68a9ec1e9a5156b9df7dc1f3e444dad16

Contents?: true

Size: 1.13 KB

Versions: 6

Compression:

Stored size: 1.13 KB

Contents

# coding: utf-8
version = File.read(File.expand_path("../../WORTHWHILE_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          = "worthwhile-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 'hydra-head', '~> 7.2.2'
  spec.add_dependency "active_attr"
  spec.add_dependency 'sufia-models', '~> 4.0.0'
  spec.add_dependency 'hydra-collections', '~> 2.0.5'

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
worthwhile-0.1.2 worthwhile-models/worthwhile-models.gemspec
worthwhile-models-0.1.2 worthwhile-models.gemspec
worthwhile-0.1.1 worthwhile-models/worthwhile-models.gemspec
worthwhile-models-0.1.1 worthwhile-models.gemspec
worthwhile-0.1.0 worthwhile-models/worthwhile-models.gemspec
worthwhile-models-0.1.0 worthwhile-models.gemspec