Sha256: 62691af73b4c78818bca30e6f250709bd552b70ebad2ef31147587c5e2716436
Contents?: true
Size: 216 Bytes
Versions: 26
Compression:
Stored size: 216 Bytes
Contents
require 'dugway' begin file = File.read('.dugway.json') json = JSON.parse(file) options = HashWithIndifferentAccess.new(json) rescue Exception => e puts e options = {} end run Dugway.application(options)
Version data entries
26 entries across 26 versions & 1 rubygems