From 353ca13cb65dc1312e162fab95b93c8ae78b53e6 Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Sat, 17 Sep 2022 14:47:01 +0200 Subject: [PATCH 1/2] Update Rakefile to use raw.githubusercontent.com --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index cdad55c..ab4cff5 100644 --- a/Rakefile +++ b/Rakefile @@ -13,7 +13,7 @@ namespace :build do desc "Update man pages" task :man do - uri = URI("https://raw.github.com") + uri = URI("https://raw.githubusercontent.com") Net::HTTP.start(uri.host, uri.port, :use_ssl => true) do |http| [1, 5].each do |page| resp = http.get("/mustache/mustache/master/man/mustache.#{page}.html") From 06aea777d34cc6e4a26c9fcef80323c8163a91f3 Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Sat, 17 Sep 2022 14:53:50 +0200 Subject: [PATCH 2/2] Update the manpages to the latest version in mustache/mustache See https://github.com/mustache/mustache/pull/266. --- mustache.1.html | 6 +- mustache.5.html | 348 +++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 315 insertions(+), 39 deletions(-) diff --git a/mustache.1.html b/mustache.1.html index 18e9589..ab96fa7 100644 --- a/mustache.1.html +++ b/mustache.1.html @@ -132,7 +132,7 @@

DESCRIPTION

Hi {{name}}! {{/names}} -$ cat data.yml template.mustache | mustache +$ mustache data.yml template.mustache Hi chris! Hi mark! Hi scott! @@ -155,7 +155,7 @@

DESCRIPTION

$ cat template.mustache Hi {{name}}! -$ cat data.yml template.mustache | mustache +$ mustache data.yml template.mustache Hi chris! Hi mark! Hi scott! @@ -213,7 +213,7 @@

SEE ALSO

  1. DEFUNKT
  2. -
  3. February 2014
  4. +
  5. November 2016
  6. mustache(1)
diff --git a/mustache.5.html b/mustache.5.html index b8bdbbb..574b5e8 100644 --- a/mustache.5.html +++ b/mustache.5.html @@ -10,8 +10,8 @@ --> - - + + mustache(5) - Logic-less templates.