Remove reference to G5

This commit is contained in:
Shane Becker 2015-12-22 16:52:52 -08:00
parent 5dcc2df60d
commit 412a94e576

View file

@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["veganstraightedge@gmail.com", "jlsuttles@gmail.com", "jessicard@mac.com"] 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.description = %q{Parses HTML for microformats and return a collection of dynamically defined Ruby objects}
gem.summary = %q{microformats2 parser} 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.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }