Sha256: c5eccc3802c81ad3f2f135394195442ed4c86b5c8be19a312dc9fffbf0887abb
Contents?: true
Size: 356 Bytes
Versions: 4
Compression:
Stored size: 356 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 -r -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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gman-5.0.1 | script/vendor-nl |
gman-5.0.0 | script/vendor-nl |
gman-4.7.1 | script/vendor-nl |
gman-4.7.0 | script/vendor-nl |