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:
parent
808b4a61ad
commit
b50c3ee7b1
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -12,8 +12,8 @@ def apply_spec_defaults(s)
|
||||||
s.summary = "An IRB alternative and runtime developer console"
|
s.summary = "An IRB alternative and runtime developer console"
|
||||||
s.version = Pry::VERSION
|
s.version = Pry::VERSION
|
||||||
s.date = Time.now.strftime '%Y-%m-%d'
|
s.date = Time.now.strftime '%Y-%m-%d'
|
||||||
s.author = "John Mair (banisterfiend)"
|
s.authors = ["John Mair (banisterfiend)", "Conrad Irwin"]
|
||||||
s.email = 'jrmair@gmail.com'
|
s.email = ['jrmair@gmail.com', 'conrad.irwin@gmail.com']
|
||||||
s.description = s.summary
|
s.description = s.summary
|
||||||
s.homepage = 'http://pry.github.com'
|
s.homepage = 'http://pry.github.com'
|
||||||
s.executables = ['pry']
|
s.executables = ['pry']
|
||||||
|
|
Loading…
Reference in a new issue