From 412a94e576328d3f1c03ff0c6eff6ac3f72adc01 Mon Sep 17 00:00:00 2001 From: Shane Becker Date: Tue, 22 Dec 2015 16:52:52 -0800 Subject: [PATCH] Remove reference to G5 --- microformats2.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microformats2.gemspec b/microformats2.gemspec index 0973001..f306a2e 100644 --- a/microformats2.gemspec +++ b/microformats2.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |gem| gem.email = ["veganstraightedge@gmail.com", "jlsuttles@gmail.com", "jessicard@mac.com"] gem.description = %q{Parses HTML for microformats and return a collection of dynamically defined Ruby objects} gem.summary = %q{microformats2 parser} - gem.homepage = "https://github.com/G5/microformats2" + gem.homepage = "https://github.com/indieweb/microformats2-ruby" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }