Sha256: a01cf3328b0263c23d3817c8a5cd4b6d2681b9ce2504474b73f6e0be9a2ca906

Contents?: true

Size: 870 Bytes

Versions: 2

Compression:

Stored size: 870 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "epub_validator"
  gem.version       = EpubValidator::VERSION
  gem.authors       = ["Mike Cook"]
  gem.email         = ["m@mikecook.co.uk"]
  gem.summary       = %q{Check that your EPUB book is a valid IDPF document.}
  gem.description   = %q{EPUB Validator lets you check that your EPUB files are valid IDPF documents with the help of the epubcheck tool.}

  gem.platform      = Gem::Platform::RUBY
  gem.files         = `git ls-files`.split($\)
  gem.require_paths = ['lib']
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})

  gem.required_ruby_version = '>= 1.9.3'

  gem.add_development_dependency('rspec', '~> 2.13.0')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
epub_validator-1.0.2 epub_validator.gemspec
epub_validator-1.0.0 epub_validator.gemspec