Sha256: 47eb785e535463bc60c2edda4525de9fc64fea95acf54c6af1830741ad0aa00b

Contents?: true

Size: 527 Bytes

Versions: 3

Compression:

Stored size: 527 Bytes

Contents

recipe 'Honey Ale' do
  step 'Strike Water' do
    type :temp_control
    mode :auto
    target 168.0
    hold_duration 5
    input :hlt
    output :hlt
  end

  step 'Infusion Mash Step' do
    type :temp_control, mode: :auto, target: 150.0, duration: 60
    input :mlt
    output :hlt
  end

  step 'Fly Sparge' do
    type :temp_control
    mode :auto
    target 168.0
    hold_duration 45
    input :hlt
    output :mlt
  end

  step 'Boil' do
    type :temp_control
    mode :manual
    input :bk
    output :bk
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
brewby-cli-0.1.0 spec/support/sample_recipe.rb
brewby-0.1.1 spec/support/sample_recipe.rb
brewby-0.1.0 spec/support/sample_recipe.rb