1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

I WAZ ERE 2012

This commit is contained in:
Conrad Irwin 2012-05-09 23:46:13 -07:00
parent 808b4a61ad
commit b50c3ee7b1

View file

@ -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']