Sha256: 11c1bab3d036a521fd7f70cd95ce9b9c37551d6a6207298acdd814c262e436bf
Contents?: true
Size: 627 Bytes
Versions: 8
Compression:
Stored size: 627 Bytes
Contents
require "bundler/setup" require "graphviz" require "hiredis" require "pathname" require "redis" require "securerandom" require "multi_json" require "gush/json" require "gush/cli" require "gush/cli/overview" require "gush/graph" require "gush/client" require "gush/configuration" require "gush/errors" require "gush/job" require "gush/worker" require "gush/workflow" module Gush def self.gushfile configuration.gushfile end def self.root Pathname.new(__FILE__).parent.parent end def self.configuration @configuration ||= Configuration.new end def self.configure yield configuration end end
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
gush-3.0.0 | lib/gush.rb |
gush-2.1.0 | lib/gush.rb |
gush-2.0.2 | lib/gush.rb |
gush-2.0.1 | lib/gush.rb |
gush-2.0.0 | lib/gush.rb |
gush-1.1.1 | lib/gush.rb |
gush-1.1.0 | lib/gush.rb |
gush-1.0.0 | lib/gush.rb |