summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorEspartaco Palma <esparta@gmail.com>2018-10-13 19:41:46 -0700
committerEspartaco Palma <esparta@gmail.com>2018-10-13 19:41:46 -0700
commit0e1d3d44a4d70c57b93f5e4979b96167b3905735 (patch)
treee00cad7b4d8a69c1f78388a0d2d50d8fadf418a7 /psych.gemspec
parent28389f26ddb91adffc851675a179c22f4987eca6 (diff)
downloadpsych-0e1d3d44a4d70c57b93f5e4979b96167b3905735.tar.gz
Use secure connection for pyyaml.org
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/psych.gemspec b/psych.gemspec
index be63c66..2197c75 100644
--- a/psych.gemspec
+++ b/psych.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
s.summary = "Psych is a YAML parser and emitter"
s.description = <<-DESCRIPTION
-Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML]
+Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML]
for its YAML parsing and emitting capabilities. In addition to wrapping libyaml,
Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
DESCRIPTION