Add missing information to gem specs

This commit is contained in:
hartator 2015-07-25 19:07:29 -05:00
parent 31c29a6d7b
commit 8483130a78

View File

@ -3,10 +3,10 @@ Gem::Specification.new do |s|
s.version = "0.1.0"
s.date = "2015-07-25"
s.summary = "Download any website from the Wayback Machine."
s.description = "Download any website from the Wayback Machine."
s.description = "Download any website from the Wayback Machine. Wayback Machine by Internet Archive (archive.org) is an awesome tool to view any website at any point of time but lacks an export feature. Wayback Machine Downloader brings exactly this."
s.authors = ["hartator"]
s.email = "hartator@gmail.com"
s.files = ["lib/wayback_machine_downloader.rb"]
s.homepage = ""
s.homepage = "https://github.com/hartator/wayback_machine_downloader"
s.license = "MIT"
end