class Jeweler::Generator::Application

def build_options(arguments)

def build_options(arguments)
  env_opts_string = ENV['JEWELER_OPTS'] || ''
  env_opts        = Jeweler::Generator::Options.new(shellwords(env_opts_string))
  argument_opts   = Jeweler::Generator::Options.new(arguments)
  env_opts.merge(argument_opts)
end