Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
updated gemsepc descriptions and homepage (to GitHub account)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Cook committed Oct 29, 2011
1 parent bec9c2a commit 0084cc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions epub_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Gem::Specification.new do |s|

s.name = "epub_validator"
s.version = EpubValidator::VERSION
s.summary = %q{Run epubcheck.jar on single/multiple EPUB files.}
s.description = %q{EPUB Validator allows you to check your EPUB files for errors using the epubcheck Java file. You can check just one file at a time for now - eventually directories full of EPUB files and then output any errors to a log file.}
s.summary = %q{Check that your EPUB book is a valid IDPF document.}
s.description = %q{EPUB Validator lets you check that your EPUB 2 files are valid IDPF documents with the help of the epubcheck tool.}

s.authors = ["Mike Cook"]
s.email = ["m@mikecook.co.uk"]
s.homepage = "http://mikecook.co.uk"
s.homepage = "https://github.com/mrcook/"

s.required_ruby_version = ">= 1.9.2"
s.required_rubygems_version = ">= 1.3.6"
Expand Down

0 comments on commit 0084cc7

Please sign in to comment.