From ded7269e915dc1c145b6b6dcbc79e64ac7e20cd8 Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Thu, 14 Feb 2013 12:50:35 -0800 Subject: add Jerry as a maintainer in gemspec --- hashie.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hashie.gemspec') diff --git a/hashie.gemspec b/hashie.gemspec index f3fd184..47f22bc 100644 --- a/hashie.gemspec +++ b/hashie.gemspec @@ -1,8 +1,8 @@ require File.expand_path('../lib/hashie/version', __FILE__) Gem::Specification.new do |gem| - gem.authors = ["Michael Bleigh"] - gem.email = ["michael@intridea.com"] + gem.authors = ["Michael Bleigh", "Jerry Cheung"] + gem.email = ["michael@intridea.com", "jollyjerry@gmail.com"] gem.description = %q{Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).} gem.summary = %q{Your friendly neighborhood hash toolkit.} gem.homepage = 'https://github.com/intridea/hashie' -- cgit v1.2.1