Sha256: b58e8eef981c3891393b808d96db49d5cf3ddfb5d38df9232012505b741ecd69
Contents?: true
Size: 469 Bytes
Versions: 3
Compression:
Stored size: 469 Bytes
Contents
#! /usr/bin/env ruby # See https://github.com/github/government.github.com/pull/367#issuecomment-102108763 require 'fileutils' require './lib/gman' FileUtils.rm_rf('almanak.overheid.nl') commands = [ "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' ] domains = system commands.join('|') Gman::Importer.new('Netherlands' => domains.split("\n")).import
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gman-7.0.2 | script/vendor-nl |
gman-7.0.1 | script/vendor-nl |
gman-7.0.0 | script/vendor-nl |