Sha256: bb785e0928f2930e15e0b3587f09532492f448e356a2bc260c03d6f43604ae63

Contents?: true

Size: 1.04 KB

Versions: 5

Compression:

Stored size: 1.04 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "hydra-collections"
  spec.version       = Hydra::Collections::VERSION
  spec.authors       = ["Carolyn Cole"]
  spec.email         = ["cam156@psu.edu"]
  spec.description   = "A rails engine for managing Hydra Collections"
  spec.summary       = "A rails engine for managing Hydra Collections"
  spec.homepage      = "https://github.com/projecthydra-labs/hydra-collections"
  spec.license       = "APACHE2"

  spec.files         = `git ls-files`.split($/)
  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 "blacklight"
  spec.add_dependency "hydra-head", "~> 9.0.0.beta1"
  spec.add_dependency 'deprecation'

  spec.add_development_dependency "engine_cart"
  spec.add_development_dependency "rspec-rails"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hydra-collections-4.0.0.beta4 hydra-collections.gemspec
hydra-collections-4.0.0.beta3 hydra-collections.gemspec
hydra-collections-4.0.0.beta2 hydra-collections.gemspec
hydra-collections-4.0.0.beta1 hydra-collections.gemspec
hydra-collections-3.0.0.beta2 hydra-collections.gemspec