Sha256: 436b951e4470ac8a552a57141245ab1dd20d7cc40143f35655a3c26473ea14bb
Contents?: true
Size: 351 Bytes
Versions: 23
Compression:
Stored size: 351 Bytes
Contents
# Copyright(C) 2010-2019 Ruby-GNOME2 Project. # # This program is licenced under the same license of Ruby-GNOME2. module GNOME2 module Rake class WindowsBinaryDownloadTask URL_BASE = "http://ftp.gnome.org/pub/gnome/binaries" def initialize(package) @package = package end def define end end end end
Version data entries
23 entries across 23 versions & 1 rubygems