summaryrefslogtreecommitdiff
path: root/hashie.gemspec
diff options
context:
space:
mode:
authorJerry Cheung <jch@whatcodecraves.com>2013-02-14 12:50:35 -0800
committerJerry Cheung <jch@whatcodecraves.com>2013-02-14 12:50:35 -0800
commitded7269e915dc1c145b6b6dcbc79e64ac7e20cd8 (patch)
tree4af5405b47b24be3857f480292ba14a966b42c28 /hashie.gemspec
parente72337b5d889610df0f7ebede80c2ecbacf600dd (diff)
downloadhashie-ded7269e915dc1c145b6b6dcbc79e64ac7e20cd8.tar.gz
add Jerry as a maintainer in gemspec
Diffstat (limited to 'hashie.gemspec')
-rw-r--r--hashie.gemspec4
1 files changed, 2 insertions, 2 deletions
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'