From b50c3ee7b1611220aad4ae415a3564c7190bedb4 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 9 May 2012 23:46:13 -0700 Subject: [PATCH] I WAZ ERE 2012 --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 63d60f57..f4aaa8f0 100644 --- a/Rakefile +++ b/Rakefile @@ -12,8 +12,8 @@ def apply_spec_defaults(s) s.summary = "An IRB alternative and runtime developer console" s.version = Pry::VERSION s.date = Time.now.strftime '%Y-%m-%d' - s.author = "John Mair (banisterfiend)" - s.email = 'jrmair@gmail.com' + s.authors = ["John Mair (banisterfiend)", "Conrad Irwin"] + s.email = ['jrmair@gmail.com', 'conrad.irwin@gmail.com'] s.description = s.summary s.homepage = 'http://pry.github.com' s.executables = ['pry']