summaryrefslogtreecommitdiff
path: root/pry.gemspec
diff options
context:
space:
mode:
authorSai Ram Kunala <sairam@users.noreply.github.com>2020-03-18 22:54:09 +0530
committerGitHub <noreply@github.com>2020-03-18 22:54:09 +0530
commitbf574814d7e7d0b11b39bb8eaa9cf9086ade49ea (patch)
tree1c1d66ce6b475578dea51fd23052300bef8775ea /pry.gemspec
parentae42014a915a04c6d6503908219ca1ebb95f65e0 (diff)
downloadpry-bf574814d7e7d0b11b39bb8eaa9cf9086ade49ea.tar.gz
update website domain
Diffstat (limited to 'pry.gemspec')
-rw-r--r--pry.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/pry.gemspec b/pry.gemspec
index d90bcbf2..2a207d81 100644
--- a/pry.gemspec
+++ b/pry.gemspec
@@ -27,7 +27,7 @@ Pry is a runtime developer console and IRB alternative with powerful
introspection capabilities. Pry aims to be more than an IRB replacement. It is
an attempt to bring REPL driven programming to the Ruby language.
DESC
- s.homepage = "http://pryrepl.org"
+ s.homepage = "http://pry.github.io"
s.licenses = ['MIT']
s.executables = ["pry"]