[DRE-commits] [gemwatch] 01/01: bump watch examples to use v4

Samuel Henrique samueloph-guest at moszumanska.debian.org
Sun Oct 15 20:01:47 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 4a4d751f2925e16c5ecab2d4c4c9afb71d91fd8c
Author: Samuel Henrique <samueloph at gmail.com>
Date:   Sun Oct 15 18:01:05 2017 -0200

    bump watch examples to use v4
---
 README.rst     | 2 +-
 views/gem.haml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 18970c9..66eeac4 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ Usage in Debian watch files
 Debian package maintainers can use the following syntax in their watch files to
 be properly warned of new upstream releases::
 
-  version=3
+  version=4
   http://gemwatch.heroku.com/${gem} /download/${gem}-(.*)\.tar\.gz
 
 Gem conversion to tarball
diff --git a/views/gem.haml b/views/gem.haml
index 4ab7bef..33938c2 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=3\nhttp://#{host_with_port}#{app_url('/'+ @gem.name)} .*/#{@gem.name}-(.*)\.tar\.gz"
+%pre= "version=4\nhttp://#{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