mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
upated homepage for gem
This commit is contained in:
parent
74722e77ed
commit
9ff0530953
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -10,13 +10,13 @@ CLEAN.include("**/*#*", "**/*#*.*", "**/*_flymake*.*", "**/*_flymake",
|
|||
|
||||
def apply_spec_defaults(s)
|
||||
s.name = "pry"
|
||||
s.summary = "an IRB alternative and runtime developer console"
|
||||
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.description = s.summary
|
||||
s.homepage = "http://banisterfiend.wordpress.com"
|
||||
s.homepage = "http://pry.github.com"
|
||||
s.executables = ["pry"]
|
||||
s.files = `git ls-files`.split("\n")
|
||||
s.test_files = `git ls-files -- test/*`.split("\n")
|
||||
|
|
Loading…
Reference in a new issue