Sha256: b8bfc11082afd5c82a28cfe25891822bb7feece105d5df2b1d2c0ccf33dbe7fe

Contents?: true

Size: 777 Bytes

Versions: 2

Compression:

Stored size: 777 Bytes

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 hydra-head}
  gem.summary       = %q{Rails engine to do batch editing with hydra-head}
  gem.homepage      = "https://github.com/projecthydra/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
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hydra-batch-edit-0.0.2 hydra-batch-edit.gemspec
hydra-batch-edit-0.0.1 hydra-batch-edit.gemspec