Sha256: 8b0ec35e8fedf51b701f1d17d89ec00e1d5d25a6c2296d5403e174523c62c90d

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "hyrax"
  spec.version       = Hyrax::VERSION
  spec.authors       = ["Michael J. Giarlo"]
  spec.email         = ["mjgiarlo@stanford.edu"]

  spec.summary       = 'Hyrax is a featureful Hydra front-end based on the latest and greatest Hydra software components.'
  spec.description   = 'Hyrax is a front-end based on the robust Hydra framework, providing a user interface for common repository features. Hyrax offers the ability to create repository object types on demand, to deposit content via multiple workflows, and to describe content with flexible metadata. Numerous optional features may be turned on in the administrative dashboard or added through plugins.'
  spec.homepage      = "https://github.com/projecthydra-labs/hyrax"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency 'rails', '5.0.0.1'

  spec.add_development_dependency "bundler", "~> 1.13"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hyrax-0.0.0 hyrax.gemspec