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)
|
def apply_spec_defaults(s)
|
||||||
s.name = "pry"
|
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.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.author = "John Mair (banisterfiend)"
|
||||||
s.email = 'jrmair@gmail.com'
|
s.email = 'jrmair@gmail.com'
|
||||||
s.description = s.summary
|
s.description = s.summary
|
||||||
s.homepage = "http://banisterfiend.wordpress.com"
|
s.homepage = "http://pry.github.com"
|
||||||
s.executables = ["pry"]
|
s.executables = ["pry"]
|
||||||
s.files = `git ls-files`.split("\n")
|
s.files = `git ls-files`.split("\n")
|
||||||
s.test_files = `git ls-files -- test/*`.split("\n")
|
s.test_files = `git ls-files -- test/*`.split("\n")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue