Merge branch 'master' of git://github.com/Dishwasha/hydra into Dishwasha-master
This commit is contained in:
commit
430c7f9a59
@ -36,6 +36,8 @@ module Hydra #:nodoc:
|
|||||||
# files that may not play nice with others.
|
# files that may not play nice with others.
|
||||||
attr_accessor :serial
|
attr_accessor :serial
|
||||||
|
|
||||||
|
attr_accessor :environment
|
||||||
|
|
||||||
#
|
#
|
||||||
# Search for the hydra config file
|
# Search for the hydra config file
|
||||||
def find_config_file
|
def find_config_file
|
||||||
@ -91,7 +93,8 @@ module Hydra #:nodoc:
|
|||||||
:verbose => @verbose,
|
:verbose => @verbose,
|
||||||
:autosort => @autosort,
|
:autosort => @autosort,
|
||||||
:files => @files,
|
:files => @files,
|
||||||
:listeners => @listeners
|
:listeners => @listeners,
|
||||||
|
:environment => @environment
|
||||||
}
|
}
|
||||||
if @config
|
if @config
|
||||||
@opts.merge!(:config => @config)
|
@opts.merge!(:config => @config)
|
||||||
|
Loading…
Reference in New Issue
Block a user