Sha256: 816089216f21f3e3ba5b8c4e7b720f14259414c36970c090b6e1b89271890155

Contents?: true

Size: 363 Bytes

Versions: 8

Compression:

Stored size: 363 Bytes

Contents

#! /usr/bin/env ruby
# See https://github.com/github/government.github.com/pull/367#issuecomment-102108763

require 'fileutils'

FileUtils.rm_rf("almanak.overheid.nl")
domains = `wget -q -r -nc -np https://almanak.overheid.nl/
grep @ -rI almanak.overheid.nl/|cut -f 2 -d @|cut -f 1 -d '"'|grep \\.nl$|sort|uniq`

Gman.import("Netherlands" => domains.split("\n"))

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gman-5.0.9 script/vendor-nl
gman-5.0.8 script/vendor-nl
gman-5.0.7 script/vendor-nl
gman-5.0.6 script/vendor-nl
gman-5.0.5 script/vendor-nl
gman-5.0.4 script/vendor-nl
gman-5.0.3 script/vendor-nl
gman-5.0.2 script/vendor-nl