From 59a316712a011282747d0b84b7d2c1e377ce8c3a Mon Sep 17 00:00:00 2001 From: Shane Becker Date: Tue, 22 Dec 2015 15:37:21 -0800 Subject: [PATCH] Add me to authors list in gemspec --- microformats2.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microformats2.gemspec b/microformats2.gemspec index 5c5dff1..d7320a5 100644 --- a/microformats2.gemspec +++ b/microformats2.gemspec @@ -6,8 +6,8 @@ require 'microformats2/version' Gem::Specification.new do |gem| gem.name = "microformats2" gem.version = Microformats2::VERSION - gem.authors = ["Jessica Lynn Suttles", "Jessica Dillon"] - gem.email = ["jlsuttles@gmail.com", "jessicard@mac.com"] + gem.authors = ["Shane Becker", "Jessica Lynn Suttles", "Jessica Dillon"] + 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"