index_html.gemspec in index_html-0.0.1 vs index_html.gemspec in index_html-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = IndexHtml::VERSION spec.authors = ["Burin Choomnuan"] spec.email = ["agilecreativity@gmail.com"] spec.description = %q{Generate the index.html from list of files} spec.summary = %q{Generate simple index.html from list of files} - spec.homepage = "https://github.com/agilecreativity/file_indexer" + spec.homepage = "https://github.com/agilecreativity/index_html" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})