Sha256: 0ec53074ae69d83d23eea704898e9c3e51edc5848191f6be90a73c7e4e2e300f

Contents?: true

Size: 991 Bytes

Versions: 2

Compression:

Stored size: 991 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "epubcheck-ruby"
  spec.version       = Epubcheck::Ruby::VERSION
  spec.authors       = ["takahashim"]
  spec.email         = ["takahashimm@gmail.com"]

  spec.summary       = %q{wrapper command of epubcheck (IDPF)}
  spec.description   = %q{wrapper command of epubcheck (IDPF)}
  spec.homepage      = "https://github.com/takahashim/epubcheck-ruby"
  spec.license       = "MIT"

  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_development_dependency "bundler", "~> 1.14"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "test-unit"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
epubcheck-ruby-4.1.0.0 epubcheck-ruby.gemspec
epubcheck-ruby-4.0.2.1 epubcheck-ruby.gemspec