Sha256: 02990156754b01fab7db66ffbddb65a87e3bb6890cd0ee83cf14a2a895599260
Contents?: true
Size: 233 Bytes
Versions: 4
Compression:
Stored size: 233 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' require 'things_fetcher' # Main block def main config = ThingsFetcher::Config.new("~/.things_fetcher") fetcher = ThingsFetcher::Fetcher.new(config) fetcher.run end # Aux methods main
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
things-fetcher-0.1.3 | bin/things-fetcher |
things-fetcher-0.1.2 | bin/things-fetcher |
things-fetcher-0.1.1 | bin/things-fetcher |
things-fetcher-0.1.0 | bin/things-fetcher |