Sha256: 1ff540f35e4afb669d43bec4b13f3f2c8cc1e9289576da48f46db555e3124cbf
Contents?: true
Size: 1.04 KB
Versions: 2
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.rc2" spec.add_dependency 'deprecation' spec.add_development_dependency "engine_cart" spec.add_development_dependency "rspec-rails" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hydra-collections-4.0.0.rc3 | hydra-collections.gemspec |
hydra-collections-4.0.0.rc2 | hydra-collections.gemspec |