Sha256: 79fcd3a7b5688b64ab76de4d57c02837dd6c041bcfedbad5849acf19ebc4bff2

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/hydra/batch_edit/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Justin Coyne", "Matt Zumwalt"]
  gem.email         = ["justin.coyne@yourmediashelf.com"]
  gem.description   = %q{Rails engine to do batch editing with curation_concerns}
  gem.summary       = %q{Rails engine to do batch editing with curation_concerns}
  gem.homepage      = "https://github.com/projecthydra-labs/hydra-batch-edit"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "hydra-batch-edit"
  gem.require_paths = ["lib"]
  gem.version       = Hydra::BatchEdit::VERSION
  gem.license       = 'APACHE2'

  gem.add_dependency 'rails'
  gem.add_dependency 'blacklight'
  gem.add_dependency 'curation_concerns', '>= 0.12.0.pre2'

  gem.add_development_dependency 'rake'
  gem.add_development_dependency 'rspec-rails'
  gem.add_development_dependency 'engine_cart', '~> 0.8'
  gem.add_development_dependency 'rubocop', '~> 0.39'
  gem.add_development_dependency 'rubocop-rspec'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hydra-batch-edit-2.1.0 hydra-batch-edit.gemspec
hydra-batch-edit-2.0.2 hydra-batch-edit.gemspec