summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2020-03-19 08:39:15 +0800
committerGitHub <noreply@github.com>2020-03-19 08:39:15 +0800
commit1590d794cc31c72b8ccbb1e86d93d8fe52fc81b0 (patch)
tree1c1d66ce6b475578dea51fd23052300bef8775ea
parentae42014a915a04c6d6503908219ca1ebb95f65e0 (diff)
parentbf574814d7e7d0b11b39bb8eaa9cf9086ade49ea (diff)
downloadpry-1590d794cc31c72b8ccbb1e86d93d8fe52fc81b0.tar.gz
Merge pull request #2109 from sairam/patch-1
update website domain
-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"]