Skip to content

Commit

Permalink
Update warble.rb doc
Browse files Browse the repository at this point in the history
Had to review the Ruby code to figure out how to use config.executable. Updated doc might save other people time.
  • Loading branch information
rcrews authored and olleolleolle committed Mar 25, 2021
1 parent 9be1d0f commit c626fd6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion warble.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,13 @@
# GEM_HOME if it is set.
# config.override_gem_home = true

# Allows for specifing custom executables
# Specify executable
# Default: First item from alphabetized Gemspec executables array
# Takes either of two forms:
# o String: Relative path to the executable from your project root
# o Two-element Array:
# [0] Name of the gem that contains the executable
# [1] Relative path to the executable from the gem root
# config.executable = ["rake", "bin/rake"]

# Sets default (prefixed) parameters for the executables
Expand Down

0 comments on commit c626fd6

Please sign in to comment.