Sha256: e8e8b20a2f137819b6dead1f89597ae55c89d31937ce166e21696af181e1d60d

Contents?: true

Size: 538 Bytes

Versions: 3

Compression:

Stored size: 538 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
    hold_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 :hlt
  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 examples/brewby_recipe.rb
brewby-0.1.1 examples/brewby_recipe.rb
brewby-0.1.0 examples/brewby_recipe.rb