author.gemspec in author-1.0.0.alpha vs author.gemspec in author-1.0.1.alpha

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Author::VERSION spec.authors = ["Terry Schmidt"] spec.email = ["terry.m.schmidt@gmail.com"] spec.summary = %q{Quickly create ebooks using Markdown} spec.description = spec.summary - spec.homepage = "http://github.com/tschmidt/aughor" + spec.homepage = "http://github.com/tschmidt/author" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})