[DRE-commits] [gemwatch] 01/02: Use https on d/watch

Samuel Henrique samueloph-guest at moszumanska.debian.org
Wed Nov 8 01:50:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

samueloph-guest pushed a commit to branch master
in repository gemwatch.

commit 354b2f850081da6a1d5788b16e942bab4c5b2f47
Author: Samuel Henrique <samueloph at gmail.com>
Date:   Tue Nov 7 23:47:28 2017 -0200

    Use https on d/watch
---
 README.rst     | 2 +-
 views/gem.haml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 66eeac4..6f16225 100644
--- a/README.rst
+++ b/README.rst
@@ -27,7 +27,7 @@ Debian package maintainers can use the following syntax in their watch files to
 be properly warned of new upstream releases::
 
   version=4
-  http://gemwatch.heroku.com/${gem} /download/${gem}-(.*)\.tar\.gz
+  https://gemwatch.heroku.com/${gem} /download/${gem}-(.*)\.tar\.gz
 
 Gem conversion to tarball
 -------------------------
diff --git a/views/gem.haml b/views/gem.haml
index 33938c2..1625674 100644
--- a/views/gem.haml
+++ b/views/gem.haml
@@ -23,6 +23,6 @@
           %a{:href => app_url("/download/#{filename}")}= filename
 %h2 Usage in debian/watch file
 %p Use the following in your <code>debian/watch</code> file:
-%pre= "version=4\nhttp://#{host_with_port}#{app_url('/'+ @gem.name)} .*/#{@gem.name}-(.*)\.tar\.gz"
+%pre= "version=4\nhttps://#{host_with_port}#{app_url('/'+ @gem.name)} .*/#{@gem.name}-(.*)\.tar\.gz"
 %div.buttons
   %a{:href => app_url("/"), :class => 'back-button'} Try another gem

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gemwatch.git



More information about the Pkg-ruby-extras-commits mailing list